html, body {height:100%}
body {
	background: #222 url(/img/bg.png) repeat;
	color: #ccc;
	padding:0;
	margin-left:1%;
	margin-right:1%;
}
#container {
	text-align: left;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}
#outer{
	height:100%;
	min-height:100%;
	min-width:500px;
	margin-bottom:-52px;
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header_height {
	height: 196px;
}
#header {
	background: url(../img/arfc_header_middle.jpg) repeat;
	height:196px;
}
#header div {height: 196px;} 
#header .leftborder {
	float: left;
	background: #811314 url(../img/arfc_header_left.jpg) no-repeat; 
	width: 151px;
}
#header .rightborder {
	float: right;
	background: #811314 url(../img/arfc_header_right.jpg) top right no-repeat;
	width: 521px;
}
#header .navmenu {
	text-align: center;
} 

#left {
	position:relative;/*ie needs this to show float */
	width:190px;
	float:left;
	display:inline;/*fix for ie double margin-bug*/
	margin-left:12px;
	height:1%;
	padding: 5px 5px 1em 5px;
}

#left ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

#left li {
	margin-left: 0px;
	padding-left: 20px;
}

#right {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:right;
	padding: 5px 5px 1em 5px;
}

#footer {
	clear:both;
/*	border-top:1px solid #C3D9FF; */
	text-align:center;
	position:relative;
	padding: 5px 5px 1em 5px;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
#center {
	height:1%;/* combat IE's 3 pixel jog */
	margin:0 225px 12px 225px;
	padding: 5px 5px 1em 5px;
	text-align: center;
}
#center_static {
	text-align: center;
}

#center_static h2, #center_static h3 {
	display: inline;
}

.spacer {
	clear: both;
	}
	
#left img,#right img {margin-top:3px}

a {
	color: #457ba2;
	text-decoration: none;
}

a:hover, a:focus {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

h3 {
	color: #C3D9FF;
}

h2 {
	color: #C3D9FF;
}

img {
	border: 0px;
}

fieldset {
	border: 1px solid #C3D9FF;
	background: none;
}

legend {
	font-weight: bold;
	padding: 0 0.5em;
	color: black;
	color: #C3D9FF;
}

.fieldset_content {
	padding: 1em;
	text-align: top;
}

div.sponsors {
	text-align:center;
	padding: 5px;
}

div.sponsors img {
	margin: 5px;
}

div.calendardetails
{
	clear: both;
	font-size: 12px;
}

div.calendardetails ul
{
	margin-left: 5px;
	float: left;
}

div.eventwhen {
	color: #72C33B;
}

div.eventdetails {
	color: #777;
}

.column-list2 {
	list-style: none;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	margin-top: 1em;
}

.column-list2 li {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 0 0.8em 0;
	border: 0;
	clear: none;
}

.errors {
	color: #ff0000;
}

.articles {
	text-align: left;
}

.article_submitted {
	font-size: 12px;
	color: #777;
	padding: 0 0 0 15px;
}

.article_details {
	font-size: 18px;
	padding: 0 0 0 15px;
}

#weather {
	clear:both;
}