* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000000 url(images/pageBacgkround.jpg) repeat-x left top;
	color: #fff;
}
a {
	color:#e8dd2a;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#e8dd2a;
	font-size:12px;
	text-decoration:none;
}
.logo {
	font-size:60px;
	color:#f4a9e0;
	font-style:italic;
}
.logo span {
	color:#ffffff;
}
.author {
	color:#fff;
}
.mainMenu {
	text-align:right;
	padding:30px 0 10px 0;
}
.mainMenu li {
	list-style:none;
	display:inline;
	margin:0 20px;
}
.mainMenu a {
	font-size:24px;
	color:#fff;
	text-decoration:none;
}
.mainMenu a:hover {
	font-size:24px;
	color:#f4a9e0;
	text-decoration:none;
}
.mainMenu #active a {
	font-size:24px;
	color:#f4a9e0;
	text-decoration:none;
}
#container {
	width: 800px;  
	margin: 0 auto; 
}
#header {
}
#mainContent {
}
.girls {
	height:384px;
	padding:0 0 20px 0;
}
.gTitle {
	padding:340px 0 0 0;
	text-align:center;
}
.g1 {
	background:url(images/g1.png) no-repeat left top;
	width:254px;
	height:384px;
	font-size:20px;
	float:left;
	margin:0 5px;
}
.g2 {
	background:url(images/g2.png) no-repeat left top;
	width:254px;
	height:384px;
	font-size:20px;
	float:left;
	margin:0 5px;
}
.g3 {
	background:url(images/g3.png) no-repeat left top;
	width:254px;
	height:384px;
	font-size:20px;
	float:right;
	margin:0 5px;
}
.siteLinks {
	width:254px;
	padding:20px 0;
	float:left;
}
.siteLinks .slTop{
	background:url(images/sidebarTop.png) no-repeat left top;
	height:18px;
}
.siteLinks .slBottom{
	background: url(images/sidebarBottom.png) no-repeat left top;
	height:20px;
}
.siteLinks .slBody{
	background: url(images/sidebarCenter.png) repeat-y left top;
	width:254px;
	padding:0 30px;
}
.slBody li {
	list-style:none;
	background:url(images/p.png) no-repeat left 3px;
	padding-left:18px;
	margin:10px 0 0 0;
}
.advantages {
	margin-left:300px;
	padding:20px 0;
}
#footer {
	text-align:center;
	color:#ffffff;
	padding:10px 0 20px 0;
}
.footerTop {
	background:url(images/footerTop.png) no-repeat left top;
	height:25px;
}
.footerBottom {
	background:url(images/footerBottom.png) no-repeat left top;
	height:21px;
}
.footerBody {
	background:#7e015d;
}
.clearer {
	clear:both;
}