@charset "UTF-8";
#container{
	position:absolute;
	left:0;
	top:0;
	padding:0;
	border:none;
	margin:0;
	width:100%;
}
#nav{
	padding:0;
	height:100px;
	border-bottom:6px double #cbbb81;
	background:url(images/bgtop.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	text-align:center;
}
#middle{
	width:100%;
	background:#cbbb81 url(images/bgimage_01.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#content{
	width:100%;
	background:url(images/edge_top.gif);
	background-repeat:repeat-x;
}
#footer{
	width:100%;
	height:100px;
	background:url(images/edge_bottom.gif);
	background-repeat:repeat-x;
	color: #cbbb81;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	background-image:url(images/bg_bottom.gif);
	background-repeat:repeat;
}

