body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #c58a01;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

h1, h2 {
	color: #c58a01
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin: 20px 0 10px;
}

h1 {
	font-size: 2.5em;
}

p {
	margin: 10px 0;
	padding: 0;
}

blockquote {
	font-style: italic;	
}

#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
}

#header-container {
	height: 90px;
	background: url(../images/header-bg2.png) repeat-x left bottom;
}

#header {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	color: #c58a01;
	width: 290px;
	margin: 0;
        text-align:left;
	position: absolute;
	left: 0;
	top: 20px;
}

#header h1 em{
	color: #90b874;
	font-size: small;
	display: block;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 35px;
	right: 0;
}

#header ul li {
	float: left;
	margin-right: 5px;
}

#header ul li a{
	color: #022f41;
	font-weight: none;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
       
}

#header ul li a:hover {
	color: #779197;	
}

#container {
	width: 940px;
	margin: 0 auto;
	font-size: 1.4em;
	overflow: auto;
	padding: 90px 0 40px;
}

#content {
	float: left;
	width: 625px;
}

#sidebar {
	float: right;
	width: 275px;
	margin-top: 10px;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;	
}

#footer-container {
	height: 90px;
	background: url(../images/footer-bg2.png) repeat-x left bottom;
}

#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
        text-align: center;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 50px;
	right: 0;
        
}

#footer ul li {
	float: left;
	margin-right: 5px;
       
}

#footer ul li a{
	color: #022f41;
	font-weight: none;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
        
       
}

#footer ul li a:hover {
	color: #779197;	
}