/* start: basis html elements */
html, body, div,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
a img, :link img, :visited img { border: 0; }
strong	{ font-weight: bold; }
table	{ border-collapse: collapse; border-spacing: 0; }
ol, ul	{ list-style: none; }
.close 	{ clear: both; }

body {
	background: #000 url(images/background_00.gif) !important;
	background-position: center left !important;
	text-align: center;
	color: #fff;
	margin: 0px;
	}

body a { color: #ccc; }
body a:hover { color: #fff; }

body a.title { 		
	font-size: 18px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #48502b;
	margin: 5px 0px; 
	}
	
body a.title:hover { 		
	font-size: 18px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 5px 0px; 
	}

#container {
	position: relative;
	width: 880px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}

#container #header {
	position: relative;
	background: url(images/background_01.gif) !important;
	border-top: solid #000 5px;
	height: 200px;
	text-align: right;
	}
	
	#container #header #header_logo {
		}
	
	#container #header_nav {
		background: url(images/background_04.gif);
		height: 30px;
		}
		
		#container #header_nav ul#pagnav {
			padding: 0px;
			height: 30px;
			}
			
		#container #header_nav ul#pagnav li.start {
			float: left;
			}
			
		#container #header_nav ul#pagnav li.tween {
			float: left;
			height: 30px;
			width: 1px;
			margin: 0px 5px;
			}
			
		#container #header_nav ul#pagnav li:hover {
			}
		
		#container #header_nav ul#pagnav a { 
			float: left;
			}
			
		#container #header_nav ul#pagnav a:hover {
			background-color: #859e40;
			}

#container #content {
	background: #21280d url(images/background_02.gif) repeat-x;
	background-position: top;
	padding: 15px;
	border-bottom: solid #dbdbdb 3px;
	}
	
	#content img.image {
		border: solid #585858 1px;
		margin: 0px 10px;
		}
				
	#content span.title_span03 {
		font-size: 18px;
		display: block;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #859e40;
		margin: 5px 0px;
		}
			
	#content span.title_span04 {
		font-size: 14px;
		font-weight: bold;
		display: block;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #48502b;
		margin-bottom: 5px;
		}
		
	#content span.span_05 {
		border: solid #585858 1px;
		display: block; 
		float: right;  
		height: 35px; 
		width: 35px;
		margin-left: 5px;
		}
	
	#content ul {
		margin: 0px 0px 10px 15px;
		padding: 0px;
		list-style: none;
		}
	
	#content ul li.li_01 {
		background: url(images/background_li.gif) no-repeat 0px 5px;
		padding: 0px 0px 0px 10px;
		margin-bottom: 5px;
		}
	
	#content ul li.li_02 {
		margin-left: 45px;
		margin-bottom: 5px;
		font-style: italic;
		}
		
	#content p {
		line-height: 18px;
		margin-bottom: 8px;
		margin-top: 0px;
		text-align: justify;
		}
	
	#content #lft {
		float: left;
		width: 200px;
		margin-right: 15px;
		}
			
			#content #lft span.title_span01 {
				background-color: #48502b;
				font-size: 12px;
				display: block;
				padding: 8px;
				margin-bottom: 5px;
				}
			
			#content #lft span.title_span02 {
				background-color: #2f351c;
				font-size: 12px;
				display: block;
				padding: 8px;
				margin-bottom: 5px;
				}
		
	#content #rgt {
		float: left;
		width: 610px;
		border-left: solid #20270c 1px;
		padding-left: 15px;
		}
	
#container div.box {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	width: 420px;
	color: #dbdbdb;
	}

	#container div.box p {
		margin-bottom: 8px;
		margin-top: 0px;
		}
		
	#container div.box a { color: #dbdbdb; padding: 3px; }
	#container div.box a:hover { color: #dbdbdb; }
