@charset "utf-8";
/* CSS Document */

html, body {
	padding:0px;
	margin:0px;
	background-color:#979d61;
	background-image:url(images/bg1.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height:100%;
}

#middle {
	width:750px;
	height:100%;
	background-image:url(images/bg2.jpg);
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
}

#banner {
	width:750px;
	/*height:156px;
	background-image:url(images/banner1.gif);*/
	background-image:url(images/banner.gif);
	height:130px;
	background-repeat:no-repeat;
}

#nav a, a:visited{
	text-decoration:none;
	color:#d40b0b;
}

#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -127px; /* the bottom margin is the negative value of the footer's height */
}

#content {
	width:690px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(images/bg2.jpg);
	padding-bottom:-127px;
}

#flash {
	float:right;
	margin-right:-20px;
}

#footer {
	width:750px;
	height:127px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:right;
	font-size:13px;
}
#push {
	height:127px;
}

#footer a, a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

.buttonscontainer {
	position:absolute;
	width: 750px;
	margin-right:30px;
	/*top:122px;*/
	top:96px;
}

.buttons a {
	color: #D40B0B !important;
	background-color: #FFFFFF;
	padding-right: 23px;
	padding-left: 23px;
	display: block;
	font: 18px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	float:right;
	line-height:30px;
}

.buttons a:hover {
	background-color: #D40B0B;
	color: #FFFFFF !important;
	text-decoration: none;
}

.heading {
	font-size:20px;
	display: inline;
	border-bottom: 2px solid #d40b0b;
	width:200px;
}