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


body {
background: url(images/bg_2.jpg) top center fixed;
}


#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#logo {
	position:relative;
	left:-5px;
	top:0px;
	width:325px;
	height:231px;
	z-index:1;
	visibility: visible;
}

#main {
	width: 788px;
	margin: -180px auto;
}
  
#topcontactbar {
height: 50px;
margin-left: 255px;
}

    
#top {
width: 788px;
height: 28px;
background: url(images/topbluecircle.png) no-repeat top center ;
}
    
#midwrap {
width: 788px;
height: 432px;
background: url(images/middleblue.png) repeat-y  center ;
}

#midcontainer {
width: 788px;
height: 432px;
background: url(images/circlebg1.png) no-repeat top center ;
}

#leftnav {
float: left;
padding-left: 40px;
padding-top: 100px;
}
    
#maincontent {
font-family: Arial, Helvetica, Verdana, sans;
padding-left: 390px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	text-transform: none;
}

#bottom {
width: 788px;
height: 28px;
background: url(images/bottomblue.png) no-repeat bottom center ;
}
