	a {font-family:Georgia, "Times New Roman", Times, serif;font-size:large;cursor: auto}
	a:link {color:yellow;}
	a:visited {color: yellow;}
	a:hover {text-decoration: none; font-weight:bold;}
	a:active {color: yellow;text-decoration: none}




html { 
overflow: -moz-scrollbars-vertical;  
overflow-y: scroll; 
} 

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
	background: #000000;
}

h2 {
	font-size: 1.5em;
	color: #ffffff;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	text-align: center;
	
}

h1 {
	font-size: 2.5em;
	color: #dc143c;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	margin: 20px 0 10px;
}

p {
	font-family: "beguiat gothic bold BT", arial
	margin: 40px 0;
	padding: 0;
	text-align: center;
	font-size: 1.5em;
}

blockquote {
	font-style: italic;	
}

#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
}

#header-container {
	height: 90px;
background: url(../static/background.png) repeat-x left bottom; 
}

#header {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	color: #beffbf;
	text-align: center;
	width: 250px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 20px;
}

h3 {
	color: #000000
}

h4 {
	color: white;
	font-size: 1.5em
}

h6 {
	color: #ff0000
	text-align: center;
	font-size: 1.5em
}

#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: #ffffff;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #cc3300;	
}

#container {
	width: 940px;
	margin: 0 auto;
	font-size: 1.4em;
	overflow: auto;
	padding: 80px 0 80px;
}

#content {
	float: left;
	width: 625px;
}

#sidebar {
	float: right;
	width: 315px;
	margin-top: 90px;
}

#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;	
}

#footer-container {
	height: 40px;
	background: url(../static/background.png) repeat-x left bottom;
}

#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
}