html, body, form {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	background-color: #f5e0e0;
	height: 100%;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

div.ads {
	width: 234px;
	height: 60px;
	float: right;
	margin-right: 115px;
}

div.container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
	min-height: 100%;
}

* html div.container {
	height: 100%;
}

div.menu {
	height: 50px;
	border-top: solid 2px #f5e0e0;
	border-bottom: solid 2px #f5e0e0;
	padding-left: 25px;
}
div.sponsor {
	height: 70px;
	border-bottom: solid 2px #f5e0e0;
	padding-left: 25px;
}
div.topMenu {
	height: 30px;
	line-height: 30px;
	font-size: 1.6em;
}
div.subMenu {
	height: 20px;
	line-height: 20px;
	font-size: 1.0em;
}

div.content {
	padding-left: 26px;
	padding-top: 10px;
}

.ladyImage {
	position: absolute;
	margin-left: 742px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: DarkRed;
}

a:hover {
	color: Red;
}

p.clear {
	clear: left;
	padding-top: 10px;
}

.small {
	font-size: 0.8em;
}

label.bold {
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
}

select, input {
	width: 300px;
	margin-bottom: 5px;
}

textarea {
	width: 300px;
	height: 100px;
}




p.directory, div.directory {
	padding-left: 50px;
	padding-top: 10px;
	clear: left;
}

div.subdirectorycontainer {
	padding-left: 50px;
}

div.subdirectory {
	float: left;
	width: 250px;
}

p.linktitle {
	margin-left: 50px;
}




img.galleryThumb {
	width: 200px;
	height: 150px;
	border: solid 1px black;
}
.galleryMedium {
	text-align: center;
}

div.gallerytagcontainer {
	margin-right: 5px;
	margin-left: 150px;
}

div.gallerytag {
	float: left;
	width: 150px;
}

div.gallerytagcontainerbig {
	margin-right: 5px;
	margin-left: 50px;
	width: 610px;
}
div.gallerytagbig {
	float: left;
	width: 200px;
}


div.twitter {
	width: 270px;
	border: 2px solid #F5E0E0;
	clear: right;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	margin-left: 15px;
	padding-left: 5px;
	padding-right: 3px;
}


table.points {
	width: 700px;
}