body {
	margin: 0;
	padding: 0;
	font-size: small;
	background-color: #999933;
		}
#header {
	color:#000000;
	background-color: #999933;
	width: 100%;
	}
#header h1 {
	margin-left:10px;
	margin-top:10px;
	margin-bottom:3px;
	padding-right:10px;
	font-family: "Lucida Grande", sans-serif;
	color: #000000;
			}

#sublogo {
	float:left;
	background-color: #99CC66;
	width: 100%;
	padding-right: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EAD79D;
	border-right-color: #EAD79D;
	border-bottom-color: #808080;
	border-left-color: #EAD79D;
	}
#sublogo h3 {
	float:right;
	background-color: #99CC66;
	padding-right: 10px;
	margin-right: 5px;
	font-family: "Lucida Grande", sans-serif;
}
#nav {
	float: left;
	width: 590px;
	margin: 0;
	padding: 10px 0 0 46px;
	list-style: none;
	background: url(img/nav_bg.gif) repeat-x bottom left;
	background-color: #999933;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	whitespace: nowrap;
	
	}
#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-bottom: none;
	background: #F9E9A9 url(img/off_bg.gif) repeat-x top left;
	}
#nav a:hover, body#intro #t-intro a,body#about #t-about a, body#me #t-me  a,body#free #t-free a,body#nude #t-nude a,body#mem #t-mem a,body#cust #t-cust a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(img/on_bg.gif) repeat-x top left;
	}


a:link {
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #444444;
}
a:hover {
	font-weight: bold;
	color: #222222;
	text-decoration:underline;
}
a:active {
	font-weight: 400;
	color: #444444;
}	
#content {
	background-color: #FFFFFF;
	margin: 0px;
	width: 95%;
	padding: 0px 10px 10px;
	float: left;
}
#content p {
	margin: 10px;
	padding: 10px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content h1 {
	margin: 20px;
	padding: 20px;
}
#content a {
	
	text-decoration: none;
}
#content a:hover {
	text-decoration:underline;
}
div.container {
  background-color:#FFFFFF;
  width: 100%;
    }
div.spacer {
  
  }

div.float {
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	width: 140px;
	height: 180px;
	
	
  }
div.img {
	border: medium solid #000000;
	margin: 5px;
	padding: 5px;
}  
  
div.float p {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	color: #FF0000;
 
   }
 div.float  a {
	
	text-decoration: none;
}
div.float a:hover {
	
	text-decoration:underline;
}
