@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
}

#main-wrapper {
	margin:0 auto;
	width:800px;
	min-height:600px;
	padding:0;
	background-color:#FFCCCC;
}

#header {
	float:left;
	height:225px;
	width:800px;
}

#home-page-h1{
	font:46px Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

#top-page-sales-text{
	text-align:justify;
	font:10px "Times New Roman", Times, serif;
	color:#333333;
}

#header-section1 {
	float:left;
	background-image:url(../../../Images/amateur-girls_01.gif);
	height:225px;
	width:288px;
}

#header-section2{
	float:left;
	background-color:#FFFFFF;
	width:341px;
	height:124px;
}

#header-section3{
	float:right;
	background-image:url(../../../Images/amateur-girls_03.gif);
	width:171px;
	height:124px;
}

#header-section4{
	float:left;
	background-image:url(../../../Images/amateur-girls_04.gif);
	width:512px;
	height:101px;
}

#top-navigation{
	float:left;
	width:800px;
	height:40px;
	margin:10px 0;
	background-color:#000000;
}

#nav-holder{
	list-style-type:none;
	padding:0;
	margin:0;
	width:800px;
	height:40px;
}

#nav-holder li{
	float:left;
	font:16px Geneva, Arial, Helvetica, sans-serif;
	border-right:1px solid white;
	height:40px;
}

#nav-holder li a{	
	color:#FFFFFF;
	text-decoration:none;
	height:24px;
	float:left;
	padding:8px 4px;
}

#nav-holder a:active, #nav-holder a:hover{
	color:#000000;
	background:#FF0000;
}

#l-side-bar{
	float:left;
	width:200px;
	min-height:500px;
	margin-left:10px;
}

#l-side-bar-holder{
	width:200px;
	list-style-type:none;
	padding:0;
	margin:0;
}

#top-li-curve{
	background:url(../../../Images/top-list-curve.gif) no-repeat;
	width:200px;
	height:17px;
}

#bottom-li-curve{
	background:url(../../../Images/bottom-list-curve.gif) no-repeat;
	width:200px;
	height:17px;
}

.side-bar-item{
	font:16px Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px solid white;
	height:40px;
	width:200px;
	background-color:#000000;
}

.side-bar-item a{
	text-decoration:none;
	width:190px;
	height:30px;
	padding-left:10px;
	padding-top:10px;	
	float:left;
	color:#FFFFFF;
}

.side-bar-item a:active, .side-bar-item a:hover{
	background-color:#FFFFFF;
	color:#000000;
}

#main-content {
	float:right;
	width:560px;
	min-height:500px;
	margin:0 10px;
	border:2px solid black;
}

.sales-text {
	text-align:justify;
	font:12px "Courier New", Courier, monospace;
	color:#333333;
	margin:0 10px;
}

h2 {
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#FF0000;
}

#footer{
	clear:both;
	width:800px;
	min-height:280px;
}

#bottom-flash-banner{
	margin:0 auto;
	width:550px;
	height:131px;
}

#sub-page-dummy-h1{
	font:42px Georgia, "Times New Roman", Times, serif;
	text-align:center;
}