*,html, body{ 
    font-family: "Open Sans" !important; 
} 
body {
	color: #000;
	font-family: "Open Sans" !important;
	font-size: 12px;
	text-align: center;
}
a {
	color: #303993;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#site {
	border: solid thin #000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
}
#header .right {
	float: right;
	padding-right: 10px;
}
#header {
	background-image: url(/images/header.png);
	background-repeat:no-repeat;
	height: 185px;
}
#navigation {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0;
	padding: 0 0 0 160px;
	list-style-type: none;
	font-size: 13px;
	background: #303993;
	border: solid thin #303993;
	height: 40px;
}
#navigation li {
	float: left;
	margin: 0;
}
#navigation li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #FFFFFF;
}
#navigation li a:hover, #navigation li.active a {
	background-color: #06C;
	color: #FFF;
}
#leftSide {
	background-color: #E92436;
	float: left;
	padding: 10px;
	width: 230px;
	height: 260px;
}
	#leftSide ul {
		margin: 0px;
		padding: 0px
	}
	#leftSide ul li {
		background-image: url(/images/button.png);
		background-repeat: no-repeat;
		list-style: none;
		margin: 4px 0px;
		padding: 12px 20px;
		width: 140px;
		height: 15px;
	}
#content h1 {
	color: #303993;
}
#content {
	float: left;
	padding: 10px;
	width: 619px;
}
#bottom {
	clear: both;
}#footer {
	margin-left: 35px;
	width: 800px;
}
