body {
	width:800px;
	margin:0 auto;
	background:url(/images/background.jpg) repeat-x #77BF1B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* ----- HEADER ----- */
#header {
	width:800px;
	background-color:#FFFFFF;
}

#lowerContent {  
	position:inherit;
	margin-top:5px;
	width:100%;
}

a.head:link, a.head:visited, a.head:active, a.head:hover {
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}

a.lower:link, a.lower:visited, a.lower:active {
	font-size:12px;
	font-weight:bold;
	color:#0CB14B;
	text-decoration:none;
}

a.lower:hover {
	font-size:12px;
	font-weight:bold;
	color:#9D0A0E;
}

/* FAUX LAYOUT WRAPPER */
#wrapper{
	width:790px;
	overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
	background:#FFFFFF;
	padding: 5px;
}

/* ----- NAVIGATION ----- */
#navigation {
	width:165px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	background-color:#FFFFFF;
	margin-top:10px;
	float:right;
}

a.sidebarNav:link, a.sidebarNav:visited, a.sidebarNav:active {
	color: #9D0A0E;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

a.sidebarNav:hover {
	color: #0CB14B; 	
	font-size: 12px;
	font-weight:bold;
}

/* ----- MAIN CONTENT ----- */
#content { 
	width:600px;
	min-height:500px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:500px; /* for IE5.x and IE6 */
	background-color:#FFFFFF;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	float:left;
}

.left {
	float:left;
	width:49%;
	padding:1px;
}

.right {
	float:left;
	width:49%;
	position:relative;
}

.full {
	float:left;
	width:100%;
	position:relative;
}

table {
	cellpadding:0;
	cellspacing:0;
	border:0;
}

td.header {
	background-color:#990000;
	vertical-align:center;
	color:white;
}

/* ----- FOOTER ----- */
#footer { 
	width:800px;
	height:75px;
}

/* ----- EXTRAS ----- */ 

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	width: 205px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover{ 
	background-color: black;
	color: white;
}

/* Rounded corner code */
.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background:#0CB14B;}
.rRedtop *, .rRedbottom *{display: block; height: 1px; overflow: hidden; background:#9D0A0E;}
.rWhitetop *, .rWhitebottom *{display: block; height: 1px; overflow: hidden; background:#FFFFFF;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 
