@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #efe617 url("img/body_bg.png") repeat-x top;
	text-align: center;
	color: #000000;
	
}

* {
	margin: 0px;
	padding: 0px;

}

a		{ color: #000; text-decoration:none; }
a:hover	{ color: #000; text-decoration:underline; }

h1 {
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}

img {
	border:0px;
}

h2 {
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	text-align:center;
	font-size: 14px;
	font-weight: bold;
}



p {
	font-size:12px;
	margin: 20px 0 0 0;
}

ul  {
	font-size:12px;
	text-align:left;
	margin: 20px 0 20px 30px;
}

.bold {
	font-weight:bold;
}
.left {
	text-align:left;
}
#calc .left {
	margin-left:10px;
}
#calc {
	font-size:12px;
}

.bodyText span {
	font-size:12px;
	text-align:center;
}
.blue {
	color:#00468e;
}
#girls {
	background: url("img/girlsblue.png") no-repeat  center 100px fixed;
}
#wrap {
	width: 982px;
	margin: 0px auto 0px auto;
} 

#header_top {
	height: 71px;
}
	#minilogo {
		background: url("img/minilogo.png") no-repeat;
		width: 182px;
		height: 65px;
		margin: 0px 0px 0px 30px;
		float: left;
	}

	#menu_top {
		float:right;
		margin: 10px 130px 0px 0px;
	}

	#menu_top p {
		color: #fff500;
		font-size:16px;
		font-weight: bold;
	}

#header_logo {
	background: url("img/logo.png") no-repeat; 
	width: 982px;
	height: 160px;
}

	#menu_logo {
		padding: 130px 0px 0px 216px;
		text-align:left;
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
	}

#header_navigation {
	background:url("img/menu.png") no-repeat;
	width: 982px;
	height: 60px;
	text-align: left; 
}
	#header_navigation table			{ width:982px; height:55px;}
	#header_navigation table a			{ margin: 0 0 0 75px; font-size:17px; text-transform:uppercase;	font-weight:bold;	text-decoration:none;}
	#header_navigation table a:hover	{ text-decoration:underline;}

#main {
	background: url("img/bg_main.png") no-repeat top center;
}

#left_side {
	margin-left:-2px;
	float: left; 
	width: 180px; 
}

#right_side {
	float: right; 
	width: 180px; 
}

#content {
	padding:20px 30px 30px 30px;
	text-align:center;
	width:550px;
	margin: 0 185px 1px 185px; 
} 
#content p {
	text-align:left;
}

#footer {
	background: url("img/footer.png") no-repeat;
	width:982px;
	height: 50px;
} 

#footer p {
	padding-top:10px;
	margin: 0;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}