body {
	font:9pt/20px Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	background: #000000 url(images/bg.jpg) repeat-x top left;
	margin: 0 0 0 0; 
	padding: 0;
	color: #444;
}
.img-right {float:right;padding:5px;border:1px solid #eee;margin-left:20px;margin-bottom:20px;}
h4 {
	color: #444;
	line-height: 22px;
}

a {
	color: #444;
	text-decoration: underline;
}

a:hover {
	color: #444;
	text-decoration: none;
}

ul  li{
	line-height: 20px;
	list-style:square;
}

#center {
	margin-left: -500px;
	position: absolute;
	left: 50%;
}

#container {
	width:1000px;
	margin-bottom:40px;
	background:#fff;
}

#header {
	width:1000px;
	height:210px;
	border-bottom:4px solid #a8000d;
}

#menu {
	font:11px/18px Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	text-align:left;
	background:#111;
	height: 35px;
	line-height: 35px;
	border-top:4px solid #a8000d;
	border-bottom:4px solid #a8000d;
}

#menu a {
	float: left;
	line-height: 33px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size:12px;
	margin-left:20px;
}

#menu a:hover {
	color: #a8000d;
}

#menu a.sub {
	display: none;
}

h1 {
	font:18pt Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	padding-left:25px;
	height: 60px;
	line-height:60px;
	background:#fff;
	border-bottom:0px solid #033c82;
	color:#444;
	margin-top:0px;
}

#content { 
	padding-bottom:20px;
	background:#fff;
}

#text { 
	background:#fff;
	width: 700px;
	margin-left:25px;
}

#submenu { 
	float:right; 
	background:#fff;
	width:220px;
	padding:5px;
	padding-top:10px;
	min-height:230px;
	border-left: 2px solid #033c82;
	padding-left:20px;
}

#submenu a {
	font:9pt Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	line-height: 20px;
	margin-bottom: 10px;
	border-bottom: #ccc;
	color: #000000;
	text-decoration: none;
	text-align: left;
	display: block;
	width:200px;
}

#submenu a.sub {
	display: block;
}
#submenu a.sub:hover {
}

#bottom {
	background:#000;
	border-top:2px solid #e8bd2f;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
}

#bottom #box{
	float:left;
	margin-left:23px;
	width:220px;
}
#bottom a {color:#fff;}
#bottom p{
	padding-left:5px;
}

#footer {
	font:10px/18px Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	background:#111;
	height: 35px;
	line-height:35px;
	text-align:center;
	color:#999;
	border-bottom: 4px solid #e8bd2f;
}

#footer a{
	color:#999;
	text-decoration: none;
}

#slideshow {
    position:relative;
    height:210px;
    width:1000px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
	z-index:inherit;
}

#slideshow IMG.last-active {
    z-index:9;
}
