* {
 padding: 0;
 margin: 10;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .87em;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color: #505155;
}
#wrapper {
 width: 834px;
 margin: 0 auto;
}
#navbar {
 border: none;
 margin: 0px 0px 0px 5px;
 padding: 0px;
 background-color: #A3A38F;
}
#header {
 border: none;
 margin: 0px;
 height: 50px;
 padding: 0px;
 background-color: #C9C9BE;
}
#centercolumn { /* Parent Wrapper for inside boxes */
 border: none;
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 0px;
 width: 656px;
 float: left;
 min-height: 500px;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#rightcolumn {
 margin: 0px;
 padding: 0px;
 display: inline; /* IE Hack */
 width: 178px;
 float: left;
 border: none;
 background-color: #DAC8BF;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#footer {
 background-color: #A3A38F;
 margin: 5px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
}
.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-position: center center;
}
a.mainmenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-position: center center;
}
a.mainmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-position: center center;
}
a.mainmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
	background-position: center center;
}
#HomeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

