body,html {
	background: #530404 url(../images/bg_x.jpg) 0 0  repeat-x;
	font-size: 16px;
	font-family: arial,helvetica;
	text-align: center;
	padding: 0;
	margin: 0;
}

* {
 	padding: 0;
	margin: 0;
}

p {
	font-size: .8em;
	margin-bottom: 18px;
}

#content h3 {
	padding-bottom: 20px;
	padding-top: 20px;
	color: #333;
	font-weight:400;

}

#breadcrumb {
	padding-bottom: 10px;
	font-size: .8em;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 739px;
	text-align:left;
	background: #FFF;	
	height: auto;

}

a img {
	border: 0;
}

/*#header {
	width: 100%;
	max-height: 249px;
	background: url(../images/header_3.jpg) 0 0 no-repeat;
	height: 249px;	
}*/

#header h1 {
	background: url(../images/logo.gif) 0 0 no-repeat;
	width: 200px;
	height: 50px;
	position:relative;
	top: 65px;
	left: 65px;
}

#navigation {
	position:relative;
	top: 175px;
	left: 20px;
	font-size: .7em;
	font-weight: 600;
}

#navigation a,#navigation a:visited {
	color: #333;
	text-decoration:none;
	font-weight: 600;	
}

#navigation a:hover,#navigation a:active {
	color: #333;
	text-decoration:none;
	font-family: arial,helvetica;
	font-weight: 600;	
}

#navigation ul li {
	list-style:none;
	display:inline;
	padding: 6px;
}

a:visited,a:link {
	color: #6D8921;
	text-decoration:underline;
	font-size:1em;
}
a:hover,a:active {
	color: #6D8921;
	text-decoration:none;
}

#left_col {
	float:left;
	width: 545px;
	border: 0px solid #FF0000;
	background: #FFF;
	padding: 0px;
	margin: 10px;
	display: inline;
	font-size:1em;
}

#right_col {
	float:right;
	width: 162px;
	border: 0px solid #FF0000;
	background: #EFEFEF;
	padding-left: 3px;
	margin: 0px;
	font-size:18px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: inline;
}

#right_col ul {
	list-style:none;
	font-size: .6em;
	font-weight: 400;	
	color: #333;
}

#right_col ul li { 
	padding: 3px;
}

#right_col a,#right_col a:visited {
	text-decoration:underline;
	color: #6D8921;
}

#right_col a:hover,#right_col a:active {
	text-decoration:underline;
	color: #0A0129;
}

#right_col h3 {
	font-size: 1.2em;
	padding-bottom: 12px;
}

#right_col h4 {
	font-size: 1.2em;
	padding-bottom: 12px;
}

.hide {
	display:none;
}
#left_col ul {margin-bottom: 12px;}
#left_col ol {margin-bottom: 12px;}
#left_col li {margin-left:40px; font-size: 12px;}


#body_content {
	padding: 15px;
	border: 0px solid blue;
}

#content {
	padding: 0px;
	margin: 0;
	display:inline;
	border: 0px solid blue;
}

#footer {
	margin: 0 auto;
	width: 739px;
	text-align:left;
	
	background: #f0ede8;
	color: #333;
	clear:both;
	padding: 0px;
}

#footer p {

	padding: 15px;
}



