@charset "UTF-8";
/* CSS Document */

body {
	background-color:	#333;		/*#DDD;*/
	margin-top:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
}

#wrapper {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000;
	overflow:auto;
}

#wrapperpopup {
width:550px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000;
	overflow:auto;
	
	}

#header {
	/* height: 125px; */
	width:920px;
	display:inline;
	float:left;
	position:relative;
	margin-bottom: 20px;
}

#left_column {
	width:174px;
	display:inline;
	float:left;
	position:relative;
	margin-left:5px;
	margin-right:5px;
	}
	
#nav li {
	list-style-type:none;
	margin-bottom:5px;
	width: 172px;
	margin-left: -40px;
}

#nav {
	margin-top:-10px;
}

#nav a {
	display: block;
	text-decoration: none;
	border: 1px solid #666;
	color: #CCC;
	font-weight: bold;
	padding: 5px;
}

#nav a:hover {
	border-color: #666;
	background:  lightyellow;
	color: #666;
}

.main_text {
	margin: 0px 10px 10px;
	color: #CCC; /*#653614; */
}

#center_column {
	width:504px;
	display:inline;
	float:left;
	position:relative;
	margin-left:0px;
	margin-right:8px;
	border: 1px solid #666;
	
}

#center_column2 {
	width:620px;
	display:inline;
	float:left;
	position:relative;
	margin-left:5px;
	margin-right:5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px solid #666;
}

#right_column {

	width:169px;
	display:inline;
	float:right;
	position:relative;
	margin-left:5px;
	margin-right:20px;
}

#footer {
	margin-top: 20px;
	width:920px;
	height: 20px;
	display:inline;
	float:left;
	color: #060000;
	text-align: center;
	padding-top: 5px;
	background: #8c191b;
}

a {
	color: #756c72;
}

.column_box {
	border: thin solid #666;
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-left: auto;
}

.column_box li {
	text-align:left;
	margin-right:10px;
	margin-bottom:10px;
	list-style:none;
	font-weight: bold;
	line-height: 16px;
	margin-left: -20px;
}

.column_box h3{
	background-color: #8c191B;
	margin-top: 0px;
	height: 20px;
	color: #FFF;
	padding-top: 3px;
}

.column_box h4{

	margin-bottom: 5px;
}

#footer a {
	color: #fafcf7;
}

