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

#wrapper{
	width:505px;
	text-align:center;
	margin:auto;
}

#title a{
	behavior: url(iepngfix.htc);
	background:url(images/frontTitle.png) no-repeat top center;
	display:block;
	width: 501px;
	height: 332px;
	text-decoration: none;
	position:relative;
	text-align: center;
	top:0px;
}

#bigButton{
	margin: 20px 0px 0px 85px;	
	min-width: 330px;
}

#bigButton a, #bigButton a:link{
	text-align: center;
	display: block;
	width: 330px;
	min-width: 330px;
	height: 39px;
	background: url(images/bigfrontBtn.gif) no-repeat;
	color: #4cc0ef;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

#bigButton a:hover{
	text-align: center;
	display: block;
	width: 330px;
	min-width: 330px;
	height: 39px;
	background: url(images/bigfrontBtnOver.gif) no-repeat;
	color: #002b47;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#menu{
	width: 505px;
	float: clear;
	margin-top: 0px;
}

#menu ul{
	float: left;
	margin-left: 55px;
}

#menu ul li a, #menu ul li a:link{
	display: block;
	background: url(images/menubgFront.gif) no-repeat;
	width: 172px;
	min-width:172px;
	position:relative;
	height: 21px;
	color: #4cc0ef;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

#menu ul li a:hover{
	display: block;
	background: url(images/menubgOverFront.gif) no-repeat;
	width: 172px;
	height: 21px;
	color: #002b47;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
}

#menu ul li{
	list-style: none;
	margin: 0px 0px 20px -40px;
}

#footer{
	text-align:center;
	background:none;
	width:505px;
	display:block;
	height: 111px;
	padding: 0px;
	color: #ffcf63;
	font-size: 11px;
}

#footer p{
	padding-left: 60px;	
}

#footer img.left{
	padding: 0px;	
}