﻿/*
Gas Engine Row CSS Templates
*/

body {
	margin: 0;
	padding: 0;
	background: #FBF1D6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #300;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #300;
}

a {
	text-decoration: none;
	color: #FBF1D6;
}


#header-wrapper {
	height: 100px;
	background: #592114;
	border-bottom: 5px solid #F7811D;
}

#header {
	width: 940px;
	height: 40px;
	margin: 0 auto;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}



#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 20px px;
}

#page-bgbtm {
}


#content {
	float: right;
	width: 620px;
	padding: 30px 0px 0px 0px;
}



#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #542015;
	border-top: 5px solid #F7811D;
	font-family: Arial, Helvetica, sans-serif;
}

/* Footer */

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #FF9535;
}

#footer a {
	color: #FF9535;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}
.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00F;
	text-decoration: underline;
}


.nobox {
	border-style: 0;
	border-width: 0px;
	text-decoration: none;
	list-style-type: none;
}

#sidebar {
	float: left;
	width: 280px;
	padding-top: 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu {
	margin-bottom: 30px;
	border-bottom: 4px solid #C7894C;
	border-style: solid;
	border-color: #FBF1D6;
	color: #000000;
	background-color: #996633;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px;
	border-top: 1px solid #C7894C;
	font-weight: bold;
	border-top-color: #FBF1D6;
}
#menu a:hover, #menu .active a {
	border-color: #FBF1D6;
	background: #592114;
	text-decoration: none;
	color: #FBF1D6;
}
