@charset "UTF-8";
/* CSS Document */

body {

	background: black;
	text-align:center;
	font-family: Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: white;
}

p {padding: 2%; border: 1px solid black; } 
h5{padding: 0px; border: 1px solid red;} 

a:active, a:link, a:visited {
	text-decoration: none;
	color: #feba12;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #f78f1e;
}

#wrap {
	width:847px;
	text-align:left;
	margin:0px auto;
	background: url('/img/bgstrip.jpg');
}

#main {
	
}

#footer {
	
	width:847px;
	text-align:left;
	margin:0px auto;
	
}


#rightPanel {
	
	width: 242px;
	float:right;
	background: url('/img/rightpanelbg.png') repeat-x top center;
	
}

#rightContent {
	padding:20px;
	font-size:0.9em;
}

#leftContent {
	padding-left:20px;
	padding-top:20px;
	width: 580px;
}


/*
TwitterFeed CSS
*/
ul#twitter_update_list {
	padding:0px 0px;
	margin:0px	
	border-bottom: 1px solid #333333;
}

ul#twitter_update_list li {
	text-align:left;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #333333;
	list-style:none;	
}




/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


