body {
	background: #232323;
	margin: 0;
	padding: 0;
	color: #3b3b3b;
	font-family:"Trebuchet MS", Arial, Verdana, Tahoma,  Helvetica, sans-serif;
	font-size: 11px;
}


#container {
	background: width: 900px;

}

#contentwrap {
width: 900px;
margin: 0 auto;

}

#leftside {

float: left;
width: 19px;
height: 870px;
background-image: url(i/leftside.png);

}


#rightside {

float: right;
width: 19px;
height: 870px;

background-image: url(i/leftside.png);

}


#navigation {
overflow:hidden;
float: left;
width: 150px;
height: 870px;
background-color: #f3f3f3;
border-right: 1px solid #232323;

}

#navigation ul{
	list-style:none;
	margin:5px 0;
	padding:0;
} 
#navigation li{
	list-style:none;
	background:#F6F6F6 url(images/list_bg.gif) no-repeat center top;
	width:135px; 
	margin:4px auto;
	padding:3px 0 0 10px;
}
#navigation p{
	width:135px;
	margin:5px auto;
	
} 
#navigation hr{
	width:130px;
	height:1px;
	margin:0 auto;
	border:none;
	border-bottom:1px solid #232323;
}


#header {

overflow:hidden;
width: 711px;
height: 102px;
background-color: #ffffff;
background-image: url(i/header.png);
position: ;

}


#horizontal {

overflow:hidden;
width: 711px;
height: 28px;
background-image: url(i/horizontal.png);

}

#horizontal ul {
	display: inline;
	list-style:none;
	margin:3px 0;
	padding:0;
} 


#horizontal li {

	list-style:none;
	margin:3px auto;
	padding:3px 0 0 48px;
}

#bar {

overflow:hidden;
width: 711px;
height: 30px;
background-color: #ffffff;
background-image: url(i/bar.png);
background-repeat:repeat-y;

}


#content {

overflow:hidden;
width: 711px;
height: 650px;
background-image: url(i/contentbg.png);
background-color: #ffffff;
text-align: center;

}

#content h1 {
text-align: left;
	font-size:14px;
	color:#555;
	width:425px;
	margin:5px 20px;
}

#content hr {
	width:600px;
	height:1px;
	margin:0 auto;
	border:none;
	border-bottom:1px solid #232323;
}

#content ul { 
display: block;
margin-top: 1em;
padding-left: 30px;
margin-bottom: 1em;
list-style-type: disc;
list-style-position: outside;
}


#sotw {
	float: right;
	width: 480px;
	height: 265px;
	background-color: #ffffff;
	margin: 0 10px 0 0;

}

#twitter {
overflow:hidden;
height: 100px;
width: 140px;
background-color: #f3f3f3;
}

#email {
overflow:hidden;
height: auto;
width: 480px;
}

#email ul{
	list-style:none;
	margin: 10px 0;
	padding:0;
} 
#email li{
	list-style:none;
	height: 10px;
	margin:4px auto;
	padding:8px 0 0 10px;
}



#footer{
overflow:hidden;
width: 711px;
height: 60px;
background-color: #f3f3f3;
background-image: url(i/footer.png);

}

a, a:link, a:visited {
	color:#636363;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#6fa12e;
}
img a {
	border:none;
}