/* CSS for HotSexyLayouts.info */



body {
	margin: 0;
	padding: 0; 
	background-color: #0E1D30;
	background-image:  url(/images/background.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	}
	
	
	
	
	
/* Misc */
	
a {
	color: #0000ff;
  	text-decoration: none;
	font-size: small;
	}
	
a:hover {
	color: #ff0000;
	text-decoration: none;
	font-size: small;
	}
	
img {
	border: 0;
	}

h1 {
	color: #000000;
	font-size: small;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 10px;
	background-color: #E8F5FF;
	}
	
h2 {
	color: #000000;
	font-size: medium;
	margin: 0 auto;
	font-weight: bold;
	padding: 2px 0;
	}
	
h3 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000000;
	}
	
p {
	margin: 0 8px 11px 8px;
	font-size: small;
	color: #000000;
	}


.bginput {
    background-color: #f8fcfe; 
	border: 1px solid #c6def0; 
	color: #626161; 
	font-size: small;
	}

.button {
	background: #FFFFFF;
	border: 2px solid #CDDBDE;
	font-size: small;
	}

.spacer {
	padding: 5px;
	}
	
.center {
	text-align: center;
	}
	
.small {
	font-size: small;
	}
	
.divcenter {
	text-align: center;
	margin: 10px auto;
	}





	
	
	
/* Content */


td.too {
	width: 300px;
	background: #f1f4f9;
	padding: 10;
	margin-bottom: 30;
	border-top: 1px solid #9cb0c8;
	border-bottom: 1px solid #9cb0c8;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	}
	
	
ul.listy li a {
	font-size: large;
	font-weight: bold;
	list-style-type: none;
	}
	
	
	

	
	
/* Structure Divs */
	
#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
	}
	
#header {
	width: auto;
	height: 200px;
	margin: 0;
	padding: 0;
	background-color: #ff0000;
	background-image:  url(/images/hotsexybikinibackground.jpg);
	text-align: center;
	}
	
#headernav {
	background-color: #ff0000;
	text-align: center;
	margin: 0;
	}
	
#headernav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 2px;
	}
	
#headernav ul li,
#headernav ul li a {
	margin: 0 5px 0 20px;
	display: inline;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	}
	
#headernav ul li a:hover {
	text-decoration: underline;
	}
	
#topads {
	margin: 10px auto;
	background: transparent url(images/cloudyleaderboard.png) center center no-repeat;
	width: 768px;
	padding: 18px 22px 22px 18px;
	text-align: center;
	overflow: hidden;
	}
	
#middle {
	width: 780px;
	margin: 10px auto;
	border: 1px solid #FF69B4;
	background-color: #ffffff;
	height: 100%;
	}
	
#bottom {
	width: 780px;
	margin: 10px auto;
	border: 1px solid #FF69B4;
	}
	
#bottom ul {
	list-style-type: none;
	float: left;
	width: 200px;
	margin: 2px 0 2px 10px;
	}
	
#bottom ul#leftlist,
#bottom ul#middlelist {
	border-right: 1px dotted #000000;
	}
	
#bottom ul li,
#bottom ul li a {
	margin: 0;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	}
	
#bottom ul li a:hover {
	text-decoration: underline;
	}
	
	
#footer {
	clear: both;
	width: auto;
	margin: 20px auto 0 auto;
	padding: 5px;
	background-color: #FF69B4;
	}
	
#footer a {
	color: #000000;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	


	
	
