body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color:#CCC;
	margin: 0;
	padding: 0;
	background-color:#000;
}

h1, h2, h3 {
	color: #fff;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	margin: 5px 0 5px;
}

h1 {
	font-size: 2.3em;
	color: #19a71c;	
}

h2 {
    color: #0069b3;	
}

h3 {
    color: #19a71c;
	font-size: 4.8em;
}

h3 em{
	color: #0069b3;
	display: inline;
}

p {
	margin: 7px 0;
	padding: 0;
}

blockquote {
	font-style: italic;	
}

#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
}

#header-container {
	height: 100px;
	background: url(../images/header-bg.png) repeat-x left bottom;
}

#header {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	color: #19a71c;
	font-size: 5em;
	text-align: right;
	width: 232px;
	margin: 0;
	position: absolute;
	left: 130px;
	top: 1px; /* 25 */
}

#header h1 em{
	color: #0069b3;
	display: inline;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 9px; /* 35, 63 */
	right: 370px; /* 270, 369 */
}

#header ul li {
	float: left;
	margin-right: 5px;
}

#header ul li a{
	color: #90b874;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #beffbf;	
}

#container {
	width: 940px;
	margin: 0 auto;
	font-size: 1.4em;
	overflow: auto;
	padding: 120px 0 50px;
}

#content {
	float: left;
	width: 610px;
	padding: 5px;
}

#content_index {
	float: left;
	width: 450px;
	text-align: center;
}

#content_interests {
    float: left;
	width: 310px;
	padding: 0px 5px 0px; 
}

#content_index h2{
    color: #F60;
	font-size:12px;
}

#content_interests h1{
   	text-align: center;
}

#content_interests h2{
   	text-align: left;
}

#content_interests p{
    text-align: center;
}

#content_interests ul li a {
    color: #19a71c;
}

#content_interests ul li a visited {
    color: #0069b3;
}

#sidebar {	
	float: left;
	width: 290px;
	margin-top: 10px; /* 10px */
	margin-left: 10px;
}

#sidebar ul li a{	
	color:#19a71c;
}

#sidebar ul li a visited{	
	color:#0069b3;
}

#footer-wrap {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;	
}

#footer-container {
	height: 90px;
	background: url(../images/footer-bg.png) repeat-x left bottom;
}

#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#footer h1 {
	color: #19a71c;
	font-size: 18px;
	text-align: right;
	width: 112px;
	margin: 0;
	position: absolute;
	left: 609px;
	top: 46px;
}

#footer h1 em{
	color: #0069b3;
	font-size: 19px;
	display: inline;
}

#footer ul {
	margin: 0;
	psdding: 0;
	list-style: none;
	position: absolute;
	top: 34px;
	right: 347px;
	width: 587px;
}

#footer ul li {
	float: left;
	margin-right: 5px;
}

#footer ul li a{
	color: #90b874;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #beffbf;	
}
