@charset "utf-8";
/* CSS Document */

html, body{
	background: url(bg.jpg) top center fixed no-repeat;
	height: 100%;
	margin: 0 auto;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
-->

/* page structure */
/* ------------ */

.sitewrapper{
	width: 1024px;
	margin: 0 auto;
}

.mainwrapper{
	background: #080808 url(bg_mainwrapper.jpg) 0px 0px no-repeat;
	width: 1024px;
	margin: 0;
	float: left;
}

.header{
	background: url(bg_header.jpg) 0px 0px no-repeat;
	width: 1024px;
	height: 250px;
	margin: 0;
	float: left;
}

.nav{
	background: url(bg_nav.jpg) 0px 0px no-repeat;
	width: 1024px;
	height: 56px;
	margin: 0;
	float: left;
}

.bodycontent{
	width: 1003px;
	padding: 7px 0 0 21px;
	margin: 0;
	float: left;
}

.footer{
	background: url(bg_footer.jpg) 0px 0px no-repeat;
	width: 1024px;
	height: 215px;
	margin: 0;
	float: left;
}

/* content elements */
.logo{
	width: 356px;
	height: 250px;
	margin: 0;
	float: left;
}

.intro{
	width: 212px;
	height: 155px;
	padding: 10px 15px;
	margin: 24px 0 0 0;
	float: left;
}
.intro h1{
	width: 212px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: justify;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 0 5px 0;
	float: left;
}
.intro p{
	width: 212px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align: justify;
	line-height: 12px;
	padding: 0;
	margin: 0;
	float: left;
}
.intro h2{
	width: 212px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
}
.intro a:link,
.intro a:visited{
	color: #fff;
	text-decoration: underline;
}
.intro a:hover{
	color: #fff;
	text-decoration: none;
}

.girls{
	width: 426px;
	height: 250px;
	margin: 0;
	float: left;
}

.nav h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 56px;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 0 0 18px;
	float: left;
}
.nav h1 a:link,
.nav h1 a:visited{
	color: #fff;
	text-decoration: none;
}
.nav h1 a:hover{
	color: #dc014e;
	text-decoration: none;
}

.navjoin{
	width: 478px;
	height: 56px;
	margin: 0;
	float: right;
}

.bodycontent img{
	margin: 14px 14px 0 0;
	float: left;
}

.footjoin{
	width: 1024px;
	height: 120px;
	margin: 0;
	float: left;
}

.copyright{
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #737373;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
}
.copyright a:link,
.copyright a:visited{
	color: #b1b1b1;
	text-decoration: none;
}
.copyright a:hover{
	color: #fff;
	text-decoration: none;
}

/* thumb structure */
.thumbs img{
border: 1px solid #000;
}

.thumbs:hover img{
border: 1px solid #dc014e;
}

.thumbs:hover{
color: red; /* Dummy definition to overcome IE bug */
}
