body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

p { font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;}
	
h2 { font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 15px;}

ul li { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a { color: #000; text-decoration: none; }
a:hover { color: #ED951B }
li a { color: #fff; text-decoration: none; }

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */
	background: url('images/raster.png'); /* this is just a fancy raster, you can remove it; I kinda like it though */
}

#container {
	width: 900px;
	margin: auto;
	padding: 0px;}

#header {
	width: 900px;
	height: 240px;
	margin: auto;
	margin-top: 50px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	position: relative;}
	
#facebook { 
	position: absolute;
	top: 50px;
	left: 680px;
	width: 215px;
	height: 190px;
}
	
	
	/*NAVBAR*/
#navbar {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 40px;
	background-color:#6A4004;
}
	
		#navbar ul {
		margin-top: 0px;
		list-style: none;
		display: block;
		text-align: center;
		padding: 10px 0px 10px 0px;		}
		
		#navbar li {
		line-height: 20px;
		display: inline;
		padding: 0px 20px 0px 20px;
		}
		
		#navbar li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;}
		
		#navbar li a:hover {
		text-decoration: underline;}
		
		#current {
		color: #ED951B;}

/*END*/

#main {
	width: 740px;
	padding: 30px 80px 20px 80px;
	margin-top: 0px;
	margin: auto;
	background-image: url(white.png);
	background-repeat: repeat;
}

#left {
	width: 350px;
	padding: 20px;
	margin: 0px;}
	
#right {
	float: right;
	padding-left: 50px;
	margin-top: 35px;
	overflow: hidden;}
	
#bottom { 
	margin: auto;
	margin-top: 40px;
	height: 60px;
	width: 500px;
	padding: 10px;
	background-image: url(bottom.png);
	background-position: center;
	background-repeat: no-repeat;
}

#footer {
	width: 900px;
	text-align: center;
	margin-bottom: 40px;
	padding: 5px 0px 5px 0px;
	background-color: #6A4004;
}
	#footer p { color: #fff; }
	#footer a { color: #ED951B; text-decoration: none; }
	#footer a:hover { color: #fff; }