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

img {
	border:none;

}
table{
}
body {
	font-variant: normal;

	font-style: normal;

	font-family: Arial, Helvetica, sans-serif;
	background-color: #534936;
}

#container {
	background-color: #635946;
	margin: 15px;
	padding:15px;
}

p, p a:link, p a:visited, p a:active p a:hover{
	
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.links, .links a:link, .links a:visited, .links a:active .links a:hover{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.main_links, .main_links a:visited, .main_links a:link, .main_links a:hover{
 
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;


}
.special-header{
    background: none repeat scroll 0 0 #4F4017;
    float: right;
    font-size: 18px;
    margin: 0 24px;
    padding: 10px;
}
