@import "/navbar.css";

body
{
	color: #FFFFFF;
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	margin: 0px;
}
.navbar {
	top: 200px;
	width: 160px;
	float: left;
	padding-right: 15px;
	background-image: url(images/nav_back2.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 523px;
	padding-bottom: 15px;
	list-style-type: none;
}
.footer
{
	height: 38px;
	width: 680px;
	bottom: 0px;
	background-image: url(images/rainbow-footer.gif);
	background-repeat: no-repeat;
	right: 0px;
	float: right;
	background-position: right bottom;
	clear: both;
	padding-right: 110px;
	padding-left: 110px;
	padding-top: 10px;
	padding-bottom: 0px;
	display: block;
	text-align: center;
	position: absolute;
}
.content {
	left: 160px;
	width: 1125px;
	float: left;
	top: 250px;
	height: 385px;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	position: absolute;
	overflow: auto;
	/*overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;*/
	}
	
.header {
	height: 160px;
	width: 100%;
	background-image: url(images/header_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36pt;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18pt;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}
a {
	font-family: Helvetica, Arial, sans-serif;
	color: #FECB98;
}
/*.content-background {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
*/
.content-background {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.fblike {
	position: absolute;
	left: 390px;
	top: 204px;
}
.twitterbtn {
	position: absolute;
	left: 872px;
	width: 99px;
	top: 204px;
}

