@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/topwhite.png) no-repeat top center ;
}
    
#midwrap {
width: 788px;
/*height: 380px;*/
background: url(images/middlewhite.png) repeat-y  center;
}

#midcontainer {
width: 788px;
/*height: 380px;*/
background: url(images/straightbg1.png) no-repeat  center right;
}

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

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