@charset "UTF-8";
/* CSS Document */

html, body {
margin: 0px;
padding: 0px;
background-color:#333333;
}
#main1 {
background-color:white;
width: 800px;
}

#titlebar {
float:left;
}

#strip1{
height:34px;
width:200px;
background-color:465d7c;

}

#strip2{
	width:600 px;
	position:relative;
	float: right;
	left: 200px;
	top: 175px;
}

#navigation {
	width: 200px;
	height: 800px;
	background-color: #999999;
	float: left;
	position:relative;
	
}

#navigation ul {
line-height:0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	
}

#stuff {
font: 11px Arial;
position:relative;
top: 150px;
}


#text {
	background-color: white;
	width:565px;
	float:right;
	font: 14px Arial;
	text-align:justify;
	padding-top: 15px;
	padding-right:15px;
}

#footer {
background-color:#CCCCCC;
height:30px;
clear: both;
font:9px Arial;
padding:10px;
padding-top:15px;
text-align:center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:14px;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:9px;
        text-decoration: none;
}