
body {
	font-family:arial;
	margin:0px;
}

a {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#666666;
}

h1 {
	color:#FFFFFF;
	margin-top:7px;
	margin-bottom:3px;
	font-size:1.6em;
}

h2 {
	margin-top:0px;

	font-size:.9em;
	padding-bottom:0px;
	font-weight:normal;
	color:#EEEEEE;
	margin-bottom:0px;
}

#header,#menu,#content,#sub-section,#footer {
overflow:hidden;
display:inline-block
}

#header,#footer {width:850px;}
#header {
	background-color:#000000;
	background-image:url('images/header_background.jpg');
	background-repeat:no-repeat;
	padding:10px;
	padding-left:20px;
}
#footer {
	font-size:.8em;
}
#menu,#content,#sub-section {float:left}
#menu {
	width:150px;
	margin-top:20px;
	padding-left:5px;
}
#content {
	width:520px;
	font-size:.9em;
	line-height:1.3em;
}

#sub-section {
	width:180px;
	padding-left:10px;

	border: 1px solid #EEEEEE;

}
#footer {clear:left}


ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
ul li {
margin: 0px;
padding: 0px;
}
ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #CCCCCC;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:130px;
}

ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

img {
border:0;
}
