@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(images/index-bg.png);
	background-position: center 0px;
	background-repeat: repeat;
	margin: 0px;
}
#container {
	width: 711px;
	height: auto;
	margin: 0px auto;
	top: 0px;
	z-index:-500;
	padding: 0px;
}
#images {
	width: 225px;
	float: left;
	margin-top:0px;
	margin:0;
}
#footer {
	text-align: center;
	font-size: 10px;
	height: 30px;
	width: 485px;
	margin: 25px auto 0px auto;
	float: left;
}
#footer a {
	color: #F58025;
	text-decoration: none;
}#footer a:hover {
	text-decoration: underline;
}
/* HACKS*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	color: #756B5B;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 30px;
}
#content {
	width: 450px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #666666;
	line-height: 1.25;
	display: block;
}
#links {
	width: 450px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	line-height: 1.25;
	margin-top: 15px;
}
#go {
	text-align: center;
	width: 45px;
	margin-right: auto;
	margin-left: auto;
	height: 46px;
}
#go a {
	height:46px;
    float: left;
}
/*rollover button*/

a.button
{
    display: block;
    cursor: pointer;

}

a.button span, a#active_button span
{
    position: absolute;
    left: -999em;
	
}
#links ul {
	list-style-type: none;
	margin-left:-30px;
}
#links li {
	display: inline;
	border-right: 1px solid #666;
	padding: 5px 10px 5px 10px;

}
#links li.last {
	display: inline;
		border-right: 1px solid #fff;

}
#links li a {
	color: #666666;
	text-decoration:none;
}
#links li a:Hover {
	color: #F58025;
}
img { border:none;
margin:0; }
#container img {
	display: block;
}
#rightcolumn {
	float: left;
	width: 485px;
}
