	body
	{
		padding: 0;
		margin: 0;
		text-align: center;
		background-color: #262626;
		color: #000000;
	}
	
	.container
	{
		width: 715px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content
	{
		padding-top: 5px;
		background-color: #ffffff;
		width: 700px;
		font: 12px arial, serif;
		float: left;
		text-align: left;
		color: #000000;
	}
	
	.pad
	{
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 170px;
	border-left: 1px solid black;
	font-size: 12px;
	}
	
	.side
	{
		float:left;
		width:160px;
		margin:0;
		padding: 10px;
		font-size: 11px;
	}
	
	.news
	{
		padding-bottom: 20px;
	}
	
	.line
	{
		text-align: center;
	}
	
	h1
	{
		font: 17px arial serif;
		font-weight: bold;
		font-style: italic;
	}
	
	a:link {color: #e34949; font-weight: normal; text-decoration: none; }
	a:visited {color: #e34949; font-weight: normal; text-decoration: none; }
	a:hover {color: #3c3c3c; font-weight: normal; text-decoration: none; }
	a:active {color: #635445; font-weight: normal; text-decoration: none; }
	
	
#nav
{
float:left;
list-style:none;
margin-top:0px;
margin-left:0px;
height:50%;

}

#nav ul

{
list-style:none;
padding: 0;
margin: 0;
}


#nav li

{
text-align:left;
padding: 0;
margin: 0;
border-bottom:1px solid #ffffff;
}


#nav ul li a

{

background-repeat:no-repeat;
background-position:left ;
display:block;
background-color:#adadad;
line-height:1.7em;
margin-right:0px;
padding-top:6px;
padding-bottom:6px;
padding-left:6px;
color: #ffffff;
font-weight:normal;
font-size: 1em;
text-decoration: none;
width:145px;
}

#nav  li a:hover
{
color: #ffffff;
background-color:#77dbe1;

}

#nav .selected
{
color: #ffffff;
background-color:#77dbe1;

}

