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

body {
	background-color: #E8E7B9;
}

#header {
	width: 1003px;
	height: 122px;
	background-image: url(images/header.gif);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#menu  {
	width: 1003px;
	height: 29px;
	overflow: hidden;
}

#header2 {
	width: 1003px;
	height: 58px;
	background-image: url(images/header2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#content {
	width: 983px;
	padding-left: 10px;
	padding-right: 10px;
	}