body {
	background-color: #1e1e1e;
	background-image: url("images/top_x.gif");
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: center;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	padding: 10px;
	background-color: #fff;
	
	
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.button {
	height: 36px;
	background-image: url("images/button_x.gif");
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 14px;
	border: 1px solid #c0c0c0;
}

#header {
	background-color: #eaf7d3;
	padding: 20px;
	border: 1px solid #808080;
	border-bottom: 0px;
	background-image: url("images/header_x.gif");
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #202020;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #202020;
}

.h_menu {
	text-align: right;
	border: 1px solid #808080;
	border-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
}

.l_box ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}	

.l_box ul ul {
	padding-left: 20px;
}

.h_menu a:link, .h_menu a:visited {
	padding: 10px;
	background-color: #fafafa;
	color: #000;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
	text-transform: uppercase;
}

.h_menu a:hover {
	background-color: #e8e8e8;
}

#left {
	width: 200px;
	float: left;
	margin: 0 auto;
}

#right {
	width: 670px;
	margin-left: 200px;

	

	
}

.l_box {
	border: 1px solid #def4ba;
	padding: 5px;
	margin-bottom: 10px;
}

.r_box {
	border: 1px solid #def4ba;
	padding: 5px;
	margin-bottom: 10px;
}

.b_head {
	background-image: url("images/menu_x.gif");
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px;
	font-weight: bold;
}



h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

#footer {
	border-top: 1px solid #c0c0c0;
	text-align: center;
	padding-top: 5px;
	color: #202020;
	clear:both;
	width: 910px;
	margin: 0 auto;
}

