body 
{
	font-family: "times new roman", serif, verdana;
	font-size: 18px;
	margin: 0px;
	background-color: #d7cfcf;
} 

.header 
{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #B2B2B2;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #806c6c;
} 

img {
    width: 100%;
    height: auto;
}  

.header_left
{
	width: 40%;
	float: left;
}

.header_right
{
	width: 40%;
	float: right;
	margin-right: 5%;
	margin-top: 12px;
}

.header_text
{
	font-size: 22px;
	color: #c27e43;
	padding-top: 10px;
	letter-spacing: 5px;
	margin-left: 20px;
}

.header_link
{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-right: 40px;
	display: inline;
	float: right;
}

.header_link:hover
{
	font-size: 18px;
	font-weight: bold;
	color: #c27e43;
	text-decoration: none;
	margin-right: 40px;
	display: inline;
	float: right;
}

.header_link_active
{
	font-size: 18px;
	font-weight: bold;
	color: #c27e43;
	text-decoration: none;
	margin-right: 40px;
	display: inline;
	float: right;
}

.inner_text
{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

.inner_text_large
{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 18px;
	padding: 4px;
	display: block;
	background-color: #cebebe;
	color: #c27e43;
}

.inner_text_sub
{
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.center_headline
{
	height: 32px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 5px;
	margin: auto;
	margin-top: 3px;
	margin-bottom: 0px;
	color: #c27e43;
}

.strike
{
	text-decoration: line-through;
}