body{ font-family:Arial, Helvetica, sans-serif;
		font-size:0.8em;}

#logo{
	background-color:#339999;
}
		
#content{
	margin:4px;
	width:60%;
	float:left;
}


#content a{
	text-decoration:none;
	color:#339999;
	font-size:1.2em;
	
}

#content a:hover{
	text-decoration:underline;
}

#content ul{
	color:#339999;
}
#content ul li{
	margin-bottom:4px;
}

#contactbox{
	border:1px solid #dee6e8;
	width:200px;
	float:right;
	margin:10px 0px 0px 0px;
}

#contacttitle{
	background-color:#dee6e8;
	font-size:1.1em;
	font-weight:bold;
	padding:4px;
}

#contactbox ul{
	list-style-type:none;
	/* margin:10px 0px 10px 10px; */
	margin:0px;
	padding:4px;
	}
	
	#contactbox ul li{
		margin-bottom:2px;
		margin-left:0px;
		padding-left:10px;
	}
	
	#contactbox ul li a{
		color:#339999;
		text-decoration:none;
	}
	#contactbox ul li a:hover{
		text-decoration:underline;
		}

	#footer{
		clear:both;
	}
	#footer ul{
		list-style-type:none;
	}
	#footer a{
		font-size:1em;
	}
