@charset "utf-8";
/* CSS Document */
body {
	background-color:#EEEEEE;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
#container {
	width:900px;
	background-color:#e1e1d3;
	position:relative;
	left:10px;
	top:0%;
}
#header {
	height:123px;
	background-color:#5e5031;
}
#content {
	background-color:#dadac8;
	width:900px;
	height:440px;
}
#content_right {
	background-image:url(../images/content.png);
	background-repeat:no-repeat;
	position:absolute;
	left:305px;
	height:400px;
	width:535px;
	padding-left:40px;
	padding-top:40px;
	padding-right:20px;
}
#menu {
	width:900px;
	background-color:#c2c2a4;
	height:37px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}
img {
	border:0px;
}
h1 {
	color:#d8a723;
	font-size:13px;
	font-family:Tahoma;
	font-weight:bold;
	margin-top:0px;
}	
p {
	color:#5e5031;
	font-size:11px;
	font-family:Tahoma;
	line-height:14px;
}
a:link {
	text-decoration: none;
	color:#5e5031;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color:#5e5031;
	font-weight:bold;
}	
