/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 0 none;
	background-color:#6a695d;
	height: 100%;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl, menu, dir, li, blockquote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin:0px 0px 5px 0px;
	color: #121212;
}

#content{
	width:740px;
	background:url(img/content_back.gif) repeat-y;
		margin: 0px auto;
	padding: 6px 6px 50px 6px;

}


#footer{
	height: 47px;
	width:721px;
	background:url(img/footer.jpg) no-repeat;
	font-size: 9px;
	color: #3e3e38;
	font-family:Arial, Helvetica, sans-serif;



}

div#footerwrap {
	p\osition:absolute;
	bottom:0;
	left:0;
	height:56px;
}
body>div#footerwrap {
	position:fixed;
}
div#footer {
	height:56px;
	width:740px;
	margin:0 auto;
	padding: 10px 0px 50px 12px;

}

#footer a{
	text-decoration:none;
	color: #3e3e38;

}


h1{
	color:#b30004;
	font-size: 13px;
	font-weight:bold;
	padding-top: 10px;
}

h2{
	color:#6a695d;
		margin-left: 15px;
	padding-top: 10px;
	font-size:11px;
	text-transform:uppercase;



}

p{
	color:#121212;
	margin-left: 15px;
	line-height: 15px;
	width:475px;
	padding-bottom: 4px;
}

p a{
	color:#b30004;
	text-decoration:none;
}
p a:hover{
	color:#FFFFFF;
	background-color:#b30004;
	text-decoration:none;
}

ul{
	padding-bottom: 10px;
		width:465px;

}

li{
	color:#b30004;
	margin-left: 35px;
		line-height: 13px;



}
li span
{
	color:#121212;
}
