body {
	background-color: #251811;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed; 
	background-position: top top;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F1C05;
	text-decoration:none;
	text-align:left;
}


.text a:link, .text a:visited, .text a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2F1C05;
	text-decoration:none;
	text-align:left;
}

.text a:hover {
	color: #2F1C05;
	text-decoration: underline;
}

.headline, .headline a:link, .headline a:visited, .headline a:active, .headline a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F1C05;
	font-weight: bold; 
	text-decoration:none;
	text-align:left;
	text-transform: uppercase
}