/* CSS Document */

*{
margin:0px;
padding:0px;}

html{}
body{
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
}
#container{
	width:100%;
	height:560px;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-x;
}
#header{
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 232px;
	width:963px;
}
#menu{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.68em;
	float:left;
	width:963px;
}
#content{
	float:left;
	margin-top:30px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding:50px;
	padding-top:10px;
	padding-left:80px;
	word-spacing: 0.2em;
	width:963px;
	
}
#footer{}

#menu ul{
	margin-left:30px;
	list-style:none;
	padding-top:18px;
}
#menu li{
	float:left;
	margin-right:10px;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right:5px;
}
#menu li a{
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#menu li a:hover{
	color: #FFCC66;
}

h1{
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #663300;
	font-size:12px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #5A4425;
	padding:3px;
	padding-left:6px;
	background-image: url(images/h1_bg.jpg);
	background-repeat: repeat-y;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

table{	color: #392C20;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;}
h2 {
	font-weight: bold;
	font-size:13px;
	color: #392C20;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:3px;
	font-style: normal;
}

a{
	color: #FFFFFF;
}

