body {
    font: 100% verdana, arial, helvetica, sans-serif;
    background-color:black;
}

#container {
    width:1024px;
    margin:0px auto;
}

#leftcolumn {
    background-image: url('../images/col_left.jpg');
    background-repeat: repeat-y;
    height:auto;
}

#centrecolumn {
    width:878px;
	padding:0px;
	padding-right:73px;
    margin-left:73px;
    background-image: url('../images/col_right.jpg');
}

#contentBackground{
    background-image: url('../images/main_body_repeater.jpg');
    background-repeat: repeat;
    padding: 25px;
	border: 5px solid #000000;
}

#content{
	text-align:left;
    padding: 5px;
    background-color:#B8B8B8;
	background-image: url('../images/contentbg.gif');
	background-position:center;
	background-repeat: no-repeat;
}

#content a{
	text-decoration: none;
	font-weight: bold;
	color: #017528;
}

#content a:hover{
	color: #019699;
}

#content h1 {
    font-size: 250%;
	font-weight:bold;
	background-image: url('../images/h1bg.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	padding-left:8px;
	padding-bottom:8px;
}

#bottomMenu
{
	top:12px;
	font-size:0.8em;
    position:relative;
    left:2%;
    width:80%;
    margin:auto;
	text-align:center;
}

#bottomMenu a
{
    text-decoration:none;
    color:#019699;
	padding-right:8px;
}

#bottomMenu a:hover
{
    color:#019628;
}

#footer
{
    font: arial;
	color: #FFFFFF; 
    clear:left;
    text-align:center;
    min-height:47px;
}
