body{
	background:url(../images/bodyBG.png) repeat-x #63bdd5;
	margin:0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif
}

#wrap{
	position:relative;
	margin:0 auto;
	width:1000px;
}


#header{
	position:relative;
	width:900px;
	height:200px;
	margin:0 auto;
}

.nav{
	position:absolute;
	top:128px;
	left:32px;
	width:179px;
	height:68px;
	font-size:12px;
}
#logo{
	position:absolute;
	width:300px;
	height:70px;
	left: 31px;
	top: -2px;
}

#banner{
	position:absolute; left:300px;
	width:600px;
	height:200px;
	float:left;
	background:url(../images/banner.png) no-repeat;
}


#info{
	position:relative;
	width:1000px;
	margin:0px;
	clear:both;
	background:url(../images/info.png) no-repeat;
}#contact{
	width:550px;
	margin:0 auto;
	padding:0px;
}

#middle{
	position:relative;
	margin:0 auto;
	padding:0;
	width:1000px;
	background:url(../images/middle.png) repeat-y;
}

#contentWrap{
	position:relative;
	padding-bottom:10px;
	margin:0 auto;
	width:811px;
	text-align:left;
	clear:both;
	background:#ffffff;
	height: auto;
}

.sep{
	width:100%;
	height:10px;
	clear:both;
}

#footer{
	position:relative;
	width:1000px;
}


/*********************************************

		NAVIGATION PROPERTIES
		
*********************************************/


.menu{
	
	font-weight: bold;
	
	padding-left:50px;
}

.menu ul{

	padding-top: 5px;
	
	list-style: square;
	
	margin: 0;

	text-align: left; /*set value to "left", "center", or "right"*/

}

.menu ul li a{

	color: #F00;

	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/

	text-decoration: none;
	
	

}

.menu ul li a:hover{

	color: #63BDD5;

}
