@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

.index #container
{
	width: 955px;
	margin: 10px auto;
	background-color: #FFF;
	color: #000;
	line-height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	height: auto;
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
}

#top
{
	background-color: #FFF;
	border-bottom: 0px solid gray;
	height: 75px;
}
#top h1
{
	padding: 0;
	margin: 0;
	font-size: 18px;
}

#leftnav
{
	float: left;
	padding: .5em;
	width: 350px;
}

#content
{
	padding: 0.5em;
	line-height: 130%;
	width: auto;
	margin-left: auto;
	height: 470px;
}

#footer
{
	color: #FFF;
	background-color: #3980D5;
	font-size: 10px;
	float: left;
	width: 655px;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 {
	margin: 0 .5em 0;
	font-size: 18px;
	text-align: center;
}
#content p {
	font-size: 13px;
	margin-left: 10px;
	line-height: normal;

}
.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;
}#container #footer_menu {
	font-size: 10px;
	background-color: #3980D5;
	text-align: right;
	float: right;
	width: 290px;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
