@charset "utf-8";
/* CSS Document */

#wrapper {
	background:#fff;
	border: 10px solid #999999;
	width:1060px;
	margin: 0 auto;
}

#header {
	height:137px;
	background:url(images/header.jpg) no-repeat top right;
}

#logo {
	float:left;
	width:308px;
}

#top_nav {
	height:32px;
	width:1060px;
	background:url(images/menu.gif) repeat-x;
}
#top_nav img {
	display:block;
	width:2px;
	float:left;
}

#top_nav a {
	text-transform:uppercase;
	line-height:32px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-family:Arial;
	padding-left:38px;
	padding-right:38px;
	display:block;
	float:left;
}

body {
	margin: 0px;
	background:#fff url(images/bg.png) repeat-x top fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
