html, body{
	margin:0;
	padding:0;
	font-family: verdana, helvetica;
	font-size:11px;
	line-height:150%;
	width:100%;
	height:100%;
	color:#000;
	background-color:#fce7bf;
}

.container{
	width:900px;
	height:auto;
	overflow:auto;
	margin:0 auto;
	border:1px solid #9f2e28;
	background:#f7ab2a url(/gfx/header.jpg) no-repeat top;
}

h1{
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	color:#912e07;
	font-family:georgia;
}

h2{
	font-size:13px;
	font-weight:bold;
	margin:10px 0 5px 0;
	padding:0;
	color:#912e07;
	font-family:georgia;
}

h3{
	font-size:11px;
	font-weight:bold;
	margin:10px 0 5px 0;
	padding:2px 0 2px 5px;
	color:#fff;
	background-color:#912e07;
	display:block;
	clear:both;
}

h4{
	font-size:11px;
	font-weight:bold;
	margin:10px 0 5px 0;
	padding:0;
	color:#912e07;
	font-family:georgia;
}

a{
	color:#9f2e28;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


img{
	border:0px;
}

table {
	width:640px;
	border:1px;
	border-color:#000;
	float:top;
}

td {
	border-color:#000;
	border:1px;
}

td img {
	margin:0px !important;	
	float:left;
	width:auto;
}

.header{
	height:160px;
}

.menu{
	width:200px;
	float:left;
	background:url(/gfx/menu_back.jpg) no-repeat;
	height:548px;
}

.menu table{
	margin-left:10px;
	width:200px;
}


.menu ul{
	margin:20px 0 0 10px;
	padding:0;
	list-style:none;
}

.menu ul li{
	margin:5px 0;
	padding:0;
	list-style:none;
}

.menu ul li ul{
	display:none;
}

.menu ul li.active ul{
	display:block;
	margin:0 0 0 15px;
	padding:0;
}

.menu ul li.active a h2{
	text-decoration:underline;
}
.menu ul li.active ul h2{
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}


.menu ul li a{
	font-size:13px;
	font-weight:bold;
	margin:10px 0 5px 0;
	padding:0;
	color:#912e07;
	font-family:georgia;
}

.menu ul li a:hover{
	color:green;
}

.content{
	width:660px;
	float:left;
	overflow:auto;
	padding:0 15px 0 0;
}

.content img{
	margin:5px;
	border:1px solid #000;
}

