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

body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 100px;
	width: 944px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}
#navigation {
	margin: 0px;
	height: 50px;
	width: 941px;
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 3px;
}
#navigation a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #b5b5b5;
	font-weight: 500;
	font-size: 14px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 469px;
	margin-right: auto;
	margin-left: auto;
	height: 473px;
	margin-top: 100px;
}
