/* 
	this document overrides the styles.css page 
	it also styles the masthead	
*/

html, body {
	background: #cacaca url(../../images/interface/bg.gif) repeat-x !important;
}

#nav {
	border-bottom: none !important;
}
	
#main, #sidebar {
	margin: 0px 0px 0px 0px;
}

#masthead {
	background: url(../../images/interface/main-banner.jpg);
	height: 325px;
}

#masthead #flash_id {
	margin: 0px 0px 0px 615px;
	width: 345px;
	height: 318px;
}

#index_blog {
	padding: 0px 0px 0px 20px !important;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	margin: 0px 0px 10px 0px;
}

#sidebar h1 {
	color: #db1919;
	font-size: 18px;
}

#sidebar h2 {
	color: #db1919;
	font-size: 16px;
}

#content .left {
	float: left;
	padding: 10px 10px 10px 20px;
	width: 50%;
}

#content .right {
	padding: 10px 20px 10px 10px;
	margin: 0px 0px 0px 50%;
}