body{
	background:url('images/background.jpg') #b37d00;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}
body, td{
	color:#007;
	font-family:Arial, sans-serif;
	font-size:13px;
	line-height:1.7;
}
a{
	color:#007;
}
#container{
	background:url('images/container.jpg');
	margin:0px auto;
	width:800px;
}
#header{
	margin:0px auto;
}
#header img{
	border:solid 0px #000;
}
#menu{
	float:left;
	padding-left:20px;
}
#menu a{
	background:url('images/menu.jpg');
	color:#FFF;
	display:block;
	font-weight:bold;
	height:26px;
	line-height:26px;
	margin:2px;
	padding-left:10px;
	width:140px;
}
#menu a:hover{
	background:url('images/menuh.jpg');
}
#content{
	float:left;
	padding-left:10px;
	text-align:justify;
	width:585px;
}
#footer{
	background:url('images/footer.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
	clear:both;
	padding:20px 0px 20px 0px;
	text-align:center;
}
h1, h2, h3{
	font-family:Tahoma, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
}
h1{
	font-size:20px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}