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

body {
	background: url(../images/bg.jpg);
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5e0000;
}

#main {
	width:1000px;
	height:auto;
	margin:0 auto;
}

#header {
	float:left;
	width:1000px;
	height:401px;
}

#menu {
	width:740px;
	height:20px;
	position:absolute;
	top:350px;
	padding:5px;
}

#menu ul {
	list-style:none;
	margin:0;
}

#menu li {
	display:inline;
	margin:5px;
}

#menu a {
	text-decoration:none;
	color:#8a0000;
}

#content {
	width:741px;
	min-height:500px;
	height:auto;
	float:left;
	background:url(../images/contentbg.jpg);
	padding:7px;
	margin-left:5px;
}

#footer {
	float:left;
	width:986px;
	height:61px;
	background:url(../images/footer.jpg);
	padding:7px;
	font-size:10px;
	text-align:center;
	margin-left:5px;
}

img {
	border:none;
	margin:5px;
}
	