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

body {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 62.5%;
	color: #fff;
}

#container {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background: url(images/body.png) top left repeat-y #1D1D1D;
}

div#header_background {
	/*background: url(../images/desk.png) top right no-repeat;*/
	background: #fff;
}

h1#header {
    height: 170px;
    background: url(../images/logo.png) top left no-repeat #747C40;
	width: 340px;
    text-indent: -2000px;
}

ul#topnav {
    height: 32px;
    background: url(images/navigation.png) top left no-repeat #E34B00;
}

div#content_left_narrow {
    display: inline;
    float:left;
    width: 340px;
    padding-left: 10px;
	padding-top: 10px;
	background: #000;
	margin-top: 3px;
}

div#content_left_wide {
    display: inline;
	width: 790px;
    float:left;
    padding-left: 10px;
	padding-top: 10px;
	background: #000;
	margin-top: 3px;
}

div#right_sidebar{
	display: inline;
    width: 430px;
    float: left;
	background: url(../images/gradient.png) top left repeat-x #1D1D1D; 
	padding: 10px;
}

div#footer {
    clear: both;
    background: url(images/footer.png) top left no-repeat #E34B00;
    height: 24px;
    bottom: 0;  
}

div.sidebar {
    background: url(images/sidebar_body.png) top left repeat-y ;
    margin-bottom: 1em;
    width: 190px;
    padding: 20px;
}

/*
*=STYLES
*/

p, h3, a, li {
    color: #fff;
    line-height: 1.4em;
	font-size: 1.2em;
}

h2 { 
    color: #FF913A;
    line-height: 1.4em;
}

p, h2 {
    margin-bottom: 1em;
}

fieldset {
    border: none;
}

div.sidebar li {
    list-style: none;
    background: url(images/underline.png) bottom left no-repeat;
    padding-bottom: 3px;
}

div.sidebar p {
    font-size: 0.8em;
}
/*
* = NAVIGATION
*/

ul#topnav li {
    list-style: none;
    display: inline;
}

ul#topnav li a {
    display: block;
    float: left;
    padding: 9px 10px;
    font-size: 0.8em;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-right: 1px solid #fff;
}

ul#topnav li a:hover {
	background: #8F2F00;
}

ul#acts li {
	list-style: none;
	display: block;
	margin-bottom: 1em;
}

ul#acts li:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul#acts li img {
	float: left;
	margin-right: 10px;
}

div#content_left_wide img {
	margin-bottom: 1em;
	margin-right: 1em;
}

/*
*=FOOTER STYLES
*/

div#footer ul {
    margin-top: 10px;
    margin-left: 30px;
}

div#footer li {
    list-style: none;
    display: inline;
    font-size: 10px;
    width: 164px;
}

div#footer li a {
    text-decoration: none;
}

div#content_left_wide  label {
	clear: left;
	float: left;
	color: #fff;
}

div#content_left_wide  input, div#content_left_wide  select, div#content_left_wide textarea {
	clear: left;
	float: left;
	background: #DFDFDF;
}