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

body {
	background: url("../images/bg.jpg") repeat-x scroll 0 0 #fff;
	font: 12px Arial, Helvetica, sans-serif;
}

#container {
	width:950px;
	background: #fff;
	border:none;
	margin-top:10px;
}

#header {
	width:930px;
	height:86px;
	background: #fff url(../images/header.jpg) 0px 0px no-repeat;
	margin:0px 0px 0px 10px;
}
#header img {
	display:none;
}

#nav {
	width:930px;
	height:32px;
	background: #fff url(../images/bg_nav.jpg) 0px 0px repeat-x;
	margin:0px 0px 0px 10px;
}

