/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#content-front {
        background: #712116 url(/wp-content/themes/thestation/styles/default/blue_bg.jpg) no-repeat right bottom;
        margin-left: -10px;
 	margin-right: -10px;
}
#main_content  {
	float: left;
	padding: 0 20px 0 10px;
	margin: 20px 0 0 10px;
}
#main_content #top h2  {
	margin: 0 0 20px 0;
        color: #d3c0a2;
        font-size: 18px;
        font-weight: normal;
}
#frontheader {
	position: relative;
        float: left;
	background-color: #fff;
}
#featured  {
	float: left;
	margin: 0 0 0 20px;
	background-color: #dce1e2;
}
#footer .footnav ul li a:link, #footer .footnav ul li a:visited  {
	font-weight: normal;
}
.topdescription {
	font-size: 24px;
        font-weight: bold;
        float: right;
        margin-top: 40px;
        color: #fff;
        width:400px;
        text-align: right;
}