#main-header { 
	
}
#main-header h1 {
	margin: 15px 0px 15px 10px;
	color: purple;/*#d282a9;*/
	font-size: 240%;
}
/**/
#main-content {
	padding: 15px 0px;
}
/* Main Navigation */
#main-navigation {
    height:45px;
    width: 950px;
    background: #b21719 url("../images/layout/navigation_bg.jpg") no-repeat;
}
#main-navigation ul { margin:0px 0px 0px 30px;padding:0px;height:40px;list-style-type: none;width:100%;}
#main-navigation li { margin:0px;padding:0px;line-height:40px;float:left;}
#main-navigation a { display: block;padding:0px 10px;color:white;font-size:1.25em;font-weight: bold;}
#main-navigation a:hover { background: white; color: #f37d01;}
#main-navigation .current { 
	background: gray url("../images/layout/navigation_current.jpg") no-repeat;
	color:#f37d01;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#main-navigation .current a {
	color:#f37d01;
}
/**/
/* Main Footer */
#main-footer { margin-top: 20px; text-align: center; }
/**/
