body {
	font:9pt/20px Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	background: #3a3b3f url(bg.jpg) no-repeat;
	margin: 0 0 0 0; 
	padding: 0;
	color: #444;
	margin-top:20px;
}

#logo {
	width:1000px;
	height:80px;
	background: url(logo.jpg) no-repeat;
}


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;
	background: url(background.png) repeat-y;
}

#header {
	width:1000px;
	height:200px;
	border-top:1px solid #fff;
}

#menu a.sub {
	display: none;
}

h1 {
	font:14pt Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	height: 50px;
	line-height:50px;
	border-bottom:1px solid ccc;
	margin-top:-4px;
}

#content { 
	padding-bottom:20px;
}

#text { 
	width: 700px;
	margin-left:25px;
	margin-right:25px;
	float:right;
	margin-top:-30px;
}

#submenu { 
	float:left; 
	width:230px;
}

#submenu a {
	font:9pt Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: left;
	display: block;
	font-weight:bold;
	padding-left:30px;
	line-height:36px;
	border-bottom:1px solid #fff;
}

#submenu a  {
	display: block;
}

#submenu a:hover {
	background: #95b7d8;
}


#submenu a.sub {
	font-weight:normal;
	background: #95b7d8;
	border-bottom:none;
	padding-left:40px;
	line-height:26px;
}

#submenu a.sub:hover {
	font-weight:bold;
}


#footer {
	font:10px/18px Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	background:#95b7d8;
	height: 20px;
	line-height:20px;
	text-align:center;
	color:#fff;
	border-top: 1px solid #fff;
}

#footer a{
	color:#fff;
	text-decoration: none;
}

#slideshow {
    position:relative;
    height:180px;
    width:770px;
    float:right;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    width:770px;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
