/* mac hide \*/
html, body {
	font-family:'Century Gothic';
	height:100%;
	padding:0;
	margin:0;
}
/* end hide*/
body {
	background:url(../img/bg.jpg);
	color: #000000;
}
#outer {
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:230px;
	/*margin-bottom:-112px;*/
}
* html #outer {
	height:100%;
}
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:46px;
	overflow:hidden;
	background:#590d0b;
}
#left {
	position:relative;/*ie needs this to show float */
	width:230px;
	float:left;
	margin-left:-229px;/*must be 1px less than width otherwise won't push footer down */
	left:-1px;/* line things up exactly*/
	padding:78px 0 0;
}
* html #left {
	margin-right:-3px
}/* three pixel jog*/
/*
#footer {
	width:100%;
	clear:both;
	height:110px;
	text-align:center;
	position:relative;
	margin-top:-112px;
	border-top:2px solid #590d0b;
	font-size:x-small;
}
* html #footer {
	height:112px;
	he\ight:110px;
}
#clearfooter {
	clear:both;
	height:112px;
}/*needed to make room for footer*/

#centrecontent {
	float:right;
	width:100%;
	margin:0 0 0 -1px;
	position:relative;
	z-index:1;
	padding:78px 0 0;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
#outer:after {
	clear:both;
	display:block;
	height:1%;
	content:" ";
}

a{color:#6A0000}
a:link{color:#6A0000}
a:visited{color:#6A0000}
a:hover{color:#6A0000}

#admin_link_container{

}

.module{padding:5px 5px 5px 15px;}