body
{
	font-size   : 100%;
	font-family : "Arial", sans-serif;
	color       : #ffffff;
	background-color  : #13243c;
	margin      : 0;
}

.menu a, .menua a
{
	font-size   : 80%;
	text-decoration : none;
	color       : #ffffff;
}
.menu a:hover, .menua a
{
	font-size   : 80%;
	font-weight   : bold;
	color       : #04ffff;
}



.top
{
	height  : 60px;
	  width: 100%;
	padding: 0;
	background : url("img/menubg.jpg") no-repeat 0 0;
}

.menu
{
	display : block;
	float   : left;
	text-align:center;
	width   : 130px;
	height  : 57px;
	padding : 30px 0;
	background : url("img/menu1.jpg") no-repeat 0 0;
	background-position:center top;
}
.menua
{
	display : block;
	float   : left;
	text-align:center;
	width   : 100px;
	height  : 57px;
	padding : 30px 0;
	background : url("img/menu2.jpg") no-repeat 0 0;
	background-position:center top;
}

.logo
{
	display : block;
	float   : right;
	height  : 60px;
	  width: 222;
	padding: 0;
	background : url("img/logo.jpg") no-repeat 0 0;
}


.content
{
	height  : 700px;
	width: 100%;
}

.girl
{
	height  : 700px;
	width : 347px;
	position:absolute;
	left: 0px;
	top: 60px;
}
#girl1{ 	background : url("img/girl1.jpg") no-repeat 0 0;}
#girl2{ 	background : url("img/girl2.jpg") no-repeat 0 0;}
#girl3{ 	background : url("img/girl3.jpg") no-repeat 0 0;}

.text
{
	padding : 15 5 0 5;
	position:absolute;
	left: 347px;
	top: 60px;
	height: 700px;
	background : url("img/contentbg.jpg") no-repeat 0 0;
}
.clear {clear:both; float:none; height:0; font-size:0;}



.text h1
{
	font-size   : 100%;
	font-weight   : bold;
	color       : #04ffff;
}