/*
Theme Name: Jefferson Together! Site Layout (Custom)
Theme URI: http://alexvillmann.com/
Description: A theme designed by Alex Villmann for Jefferson Together!
Version: 1.0.0
Author: Alex Villmann
*/

body {
	background: #333333;
	text-align: center; /* Stupid IE CSS hack */
	}
	
#page {
	width: 700px;
	margin: 0px auto; /* Standards-compliant browser centering */
	text-align: left; /* To clear the IE hack */
	color: #000000;
	overflow: hidden;
	}
	
#back_container {
	background: url(background.png);
	overflow: hidden;
	}
	
#header {
	width: 700xp;
	height: 192px;
	background: url(header.png) no-repeat;
	}
	
#spacer {
	width: 700px;
	height: 5px;
	background: url(spacer.png) no-repeat;
	}
	
#sidebar {
	float: left;
	width: 204px;
	}
	
#tab_container {
	width: 204px;
	height: auto;
	background: #333333;
	}
	
#sidebar_header {
	width: 204px;
	height: 15px;
	background: url(sidebar_top.png) no-repeat #333333;
	}
	
#sidebar_content {
	font: 12px Verdana;
	color: white;
	padding: 8px;
	padding-right: 12px !important;
	padding-top: 0px !important;
	text-align: justify;
	}
	
#body {
	float: left;
	width: 496px;
	background: url(underlay.png) no-repeat;
	}
	
#content {
	padding: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	font: 14px Verdana;
	overflow: hidden;
	}
	
.tab {
	width: 204px;
	height: 55px;
	font: 17px Verdana;
	font-weight: bold;
	cursor: pointer;
	}

.tab_styler {
	padding: 13px;
	}
	
.active {
	background: url(tab_active.png) no-repeat;
	}

.active a {
	color: black;
	text-decoration: none;
	}
	
.inactive {
	background: url(tab_inactive.png) no-repeat;
	}
	
.inactive a {
	color: white;
	text-decoration: none;
	}
	
#footer {
	width: 700px;
	height: 15px;
	background: url(footer.png) no-repeat;
	margin: 
	}
	
a {
	color: #a20327;
	}
	
h2 {
	line-height: 30px;
	}
	
#smalltext {
	font: 10px Verdana;
	color: #999999;
	}
	
#smalltext a {
	color: white;
	}
