@charset "utf-8";
/* CSS Document */


/*_ general reset
=================================*/

body {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #000;}

* {margin: 0; padding: 0; border: 0;}

a {outline: none; text-decoration: none;}
a img {border: none;}




/*_ general
=================================*/

#page {width: 880px; margin: 0 auto; margin-bottom: 50px; overflow: hidden;}



/*_ style
=================================*/

body {background: url(img/background.jpg) left top repeat-x; text-align: center;}

#header {height: 221px; overflow: hidden; margin-bottom: 60px; text-align: center;}
	
	#header #logo {padding-top: 15px;}


#menu {float: left; width: 140px; margin-right: 115px; border-right: 2px solid #b19c56; padding: 5px 5px 5px 0; text-align: right;}

	#menu li {list-style: none; padding-right: 22px; position: relative; right: -20px;}
	#menu li a {color: #b19c56; font-weight: bold; font-size: 14px; padding: 5px 0; margin: 3px 0; display: block;}
	
	#menu li:hover, #menu li.active {background: url(img/menu_item.jpg) right 5px no-repeat;}
	#menu li:hover a, #menu li.active a {color: #8d772e;}

#content {color: #181715; font-size: 12px; line-height: 1.8em; float: left; width: 560px; margin-top: -5px; text-align: left;}
	
	#content h2 {font-weight: bold; color: #b19c56; margin-bottom: 40px; font-size: 12px;}
	#content h3 {font-weight: bold; color: #000; font-size: 12px; margin-bottom: 15px;}
	#content h4 {font-weight: normal; color: #b19c56; font-size: 12px; text-decoration: underline; display: inline;}
	#content a {color: #b19c56; text-decoration: underline;}
	#content a:hover {font-style: italic; text-decoration: none;}
	
	#content .float {overflow: hidden; margin-bottom: 40px;}
	#content .float img {float: left; width: 160px; margin-right: 20px;}
	
	#content tr.headline {color: #838483;}
	#content tr.headline td {padding-bottom: 5px; font-weight: bold;}
	#content tr.dark {height: 23px; background: #e3dcc2;}
	#content tr.bright {height: 37px;}
	#content td {padding: 0 10px;}
	
	#content input, #content textarea {border: 1px solid #c8ba88; display: block; padding: 2px 5px; width: 455px; margin-bottom: 10px; color: #838483; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
	#content input.small_l {width: 134px; margin-right: 10px; float: left;}
	#content input.small_r {width: 300px; float: left;}
	#content input.submit {background: url(img/submit.jpg) left top no-repeat; float: right; width: 79px; height: 20px; color: #fff; border: none; padding: 0; line-height: 20px; padding-left: 10px;}

	
	
.clear{clear:both}