* {
    margin: 0px;
    padding: 0px;
}

html, body {
height: 100%;
background-image:url('../images/bg.gif');
background-attachment: fixed;
background-color:#FFFFFF;
background-repeat: repeat-x;
margin:0px;
}

img {
    border: none;
}

a {
    color:#C10000;
    font-weight:bold;
}

a:hover {
	color:#C10000;
    font-weight:bold;
    text-decoration:underline;
}

a:visited {
	color:#C10000;
    font-weight:bold;
    text-decoration:underline;
}

input, textarea, select {
	padding:3px;
	margin:2px;
	border: 1px solid #000000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000000;
}

input:hover, textarea:hover, select:hover {
	padding:3px;
	margin:2px;
	border: 1px solid #008A52;
	background: #FFFFFF;
	color: #000000;
}

input:focus, textarea:focus, select:focus {
	padding:3px;
	margin:2px;
	border: 1px solid #000000;
	background: #008A52;
	color: #FFFFFF;
}

.banner {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.wrapper {
width:680px;
padding:10px;
margin-left: auto;
margin-right: auto;
background-color:#FFFFFF;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -40px;
}

.footer, .push {
height: 30px;
}

#content {
	margin-top:10px;
}

.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
	width:700px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	color:#FFFFFF;
	height:15px;
	font-size:10px;
	border: 1px solid #000000;
}

.blackbar
{
font-family: Arial, Helvetica, sans-serif;
background-color:#000000;
width:700px;
margin-left: auto;
margin-right: auto;
color:#FFFFFF;
height:30px;
font-size:12px;
border: 1px solid #000000;
}