@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	line-height: 130%;
	color: #333333;
	background: #5a727d url(../images/bkg.gif) top repeat-x;
}


#page-container {
	width: 799px;
	margin: auto;
		background: #DEEAEB url(../images/footer.jpg) no-repeat bottom;

}

#main-nav {
	background: red;
	height: 50px;
}


#header {
	background: blue;
	height: 237px;
	background: #fff
	            url(../images/header.jpg);

}

#sidebar-a {
	float: right;
	width: 250px;
	line-height: 18px;

}

#sidebar-a .padding {
	padding: 25px;
}

#sidebar-a h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	color: #990000;
	font-size: 1.0em;
	font-weight:600;
}

#sidebar-a p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
		font-size: .75em;

}



#content {
	margin-right: 250px;
	line-height: 18px;

}

#content .padding {
	padding: 25px;
}

#content h1 {
font-size:2.4em;
color:#5A727D;
font-weight:100;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	color: #990000;
	font-size: 1.0em;
	font-weight:600;

}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	line-height:130%;
		font-size: .75em;

}

#content ul {
font-size: .75em;}


#content a {
	color: #445760;
	font-weight:600;
	text-decoration: none;
}

#content a:hover {
	color: #db6d16;
}




#footer {
clear: both;
background: #5a727d;
margin: 0px;
padding: 10px;
text-align:center;
	height: 36px;
	color: #ccc;
	font-size: .75em;

}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight:600;
}

#footer a:hover {
	color: #db6d16;
}

