body {
	background-image: url(../Images/header2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #EDECE8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#sidebar_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #082839;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #919191;
	clear: both;
	width: 310px;
}

#sidebar {
	width: 310px;
	float: right;
}
#content #sidebar .side_box a {
	color: #082839;
}


.box {
	width: 490px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 10px;
}
.side_box {
	width: 310px;
}

#header {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 125px;
	margin-top: 50px;
}
.headings {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #082839;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #919191;
	width: 490px;
}

#title {
	height: 50px;
	width: 350px;
	margin-top: 25px;
	background-image: url(../Images/title.png);
	background-repeat: no-repeat;
}
#navigation {
	color: #082839;
	font-weight: bold;
	padding-left: 9px;
}
#header #navigation a {
	color: #082839;
	text-decoration: none;
	padding-right: 40px;
	font-size: 16px;
}
#header #navigation a:hover {
	color: #FFF;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	margin-top: 10px;
}
#footer {
	font-size: 12px;
	color: #082839;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer_inner {
	width: 490px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #919191;
	padding-top: 5px;
}

