* {
	margin: 0;
	padding: 0;
	outline-style: none;
	outline-width: 0;
}

body, html {
	height: 100%;
	background: #11110F;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727272;	
}

P {
	margin-bottom: 12px;
}

A {
	color: #89B922;
	text-decoration: none;
}

A:HOVER, A:FOCUS {
	color: #FFFFFF;
	text-decoration: underline;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 15px;
	clear: both;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
	clear: both;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #888888;
	margin-bottom: 10px;
	clear: both;
}

UL {
	padding-left: 25px;
	margin-bottom: 15px;
}

.container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: both;
	margin: 0;
	padding: 0;	
}

.site {
	position: relative;
	width: 886px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	position: relative;
	height: 1px;
	margin: 0;
	padding: 0;
	clear: both;
}

.header {
	position: relative;
	width: 100%;
	height: 56px;
	background: url(../images/bkg_header.jpg) bottom left repeat-x;
	clear: both;
}
	.callus {
		position: relative;
		width: 886px;
		height: 56px;
		margin-left: auto;
		margin-right: auto;
		background: url(../images/img_callus.gif) top right no-repeat;
		clear: both;
	}
	
.header2 {
	position: relative;
	width: 886px;
	padding-top: 15px;
	padding-bottom: 0px;
	background: #11110F;
	clear: both;
}

.header3 {
	position: relative;
	width: 886px;
	height: auto;
	background: #11110F;
	clear: both;
}

.navigation {
	position: relative;
	width: auto;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background: #57850E;
	clear: both;
	float: left;
}
	.navigation A {
		font-size: 14px;
		color: #FFFFFF;
		text-decoration: none;
	}
	.navigation A:HOVER, .navigation A:FOCUS {
		text-decoration: underline;
	}

.content {
	position: relative;
	width: 886px;
	height: auto;
	padding-top: 25px;
	padding-bottom: 35px;
	background: #11110F;
	clear: both;
	color: #FFFFFF;
	line-height: 20px;
}

.footer {
	position: relative;
	width: 100%;
	height: 200px;
	background: url(../images/bkg_footer.jpg) top left repeat-x;
}
	.footer_content {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 886px;		
		height: auto;
		padding-top: 25px;
		clear: both;
		color: #666666;
	}
	.footer_content A:HOVER, .footer_content A:FOCUS {
		color: #A2DC27;
	}

table.table1 td {
	padding: 3px;
}

table.table2 td {
	padding: 1px;
}

.textfield_1 {
	width: 200px;
	background: #11110F;
	color: #FFFFFF;
	padding-top: 2px; padding-bottom: 2px;
	padding-left: 4px; padding-right: 4px;
	border: 1px solid #444444;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}
	.textfield_1:HOVER, .textfield_1:FOCUS {
		border: 1px solid #444444;
	}
.textarea_1 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #11110F;
	font-size: 11px;
	color: #FFFFFF;
	padding: 1px;
	width: 400px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #444444;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}
	.textarea_1:HOVER, .textarea_1:FOCUS {
		border-color: #444444;
		background-color: #11110F;
	}

.box1 {
	position: relative;
	width: 80%;
	height: auto;
	background: #1A1A1A;
	border: 1px solid #222222;
	padding: 10px;
}	