body {
	color:#B0ACAC;
	margin:20px;
	background:#404040; background-image: url(bg.jpg); background-repeat: repeat-x; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.7em; font-size:12px; font-family:Lucida Grande, Lucida Sans Unicode, verdana, geneva, sans-serif
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	background:transparent;
	padding:0px;
	
}

.fixed {
	width:733px;
}


#header {
	height:398px;
	background-color:#404040;
        background-image: url(banner.jpg);
        background-repeat: no-repeat;
       
}

#header h1 {
	height:0px;
	font:250% georgia;
	padding:0px 20px 13px 20px;
	color:#fff;
}

#nav {
	margin:0px 0px 0px 310px;
        padding-top: 370px;
}

#nav li {
	list-style:none;
	display:inline;
	padding:5px 5px 5px 5px;
	font-size: 11px;
}

#nav li a {
	padding:7px;
        font-size: 12px;
	color:#F14B0D;
        letter-spacing: 3px;
        text-transform: uppercase;
	text-decoration:none;
        background-color: #494949;
        border: 1px solid #494949;
}

#nav li a:hover {
        font-size: 12px;
        letter-spacing: 3px;
	background:#404040;
        border: 1px solid #404040;
	color:#F14B0D;
}


#content {
	padding: 10px 30px 10px 30px;
	font-size:12px;
        background-color: #494949;
        border-right: 6px solid #F58159;
}

#content h2 {
	font:20px arial;
        font-weight: bold;
        margin-left: 30px;
        letter-spacing: 2px;
        text-transform: uppercase;
	color:#2C2C2C;
        padding: 3px;
        padding-bottom: 0px;
}


#content a, a:visited, a:active {
color: #F6530C;
padding: 2px;
text-decoration: none;
}

#content a:hover {
color: #FFA95A;
text-transform: uppercase;
cursor: default;
text-decoration: none;
padding: 2px;
}

#content b, i {
color: #2C2C2C;
}

#content blockquote {
width: 50%;
font-size: 11;
background-color: #404040;
padding: 5px;
margin-left: 155px;
margin-top: 25px;
}

.without_sidebar {
	margin:0 0 0 5px;
}

#content h1, h2, h3, h4, p, ul, ol, blockquote {
	margin:15px 0;
	line-height:25px;
}


#footer {
	margin:10px 0 0 0;
        color: #2C2C2C;
	padding:5px;
	background:transparent;
        text-align: center;
        line-height: 6px;
        border-top: none;
	clear:both;
}

#footer a, a:visited, a:active {
color: #F6530C;
padding: 2px;
text-decoration: none;
}

#footer a:hover {
color: #FFA95A;
text-transform: uppercase;
cursor: default;
text-decoration: none;
padding: 2px;
}


        