* {margin: 0; padding: 0;}
a {
	text-decoration: none;
	color: White;
}
body {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background: #FFF url(img/bg.jpg) repeat-y fixed bottom center;
	text-align: center;
	color: #333333;
}
ul {
	padding: 0px 0;
}
li {
	list-style: none;
	margin: 4px 0 4px 10px;
}
li span {
	font-size: 0.9em; color: #444;
}
li a {
	text-decoration: none;
	color: Olive;
}
.container {
	text-align: left;
	width: 600px;
	margin: 0 auto;
	background: #ffffff;
	/*border: 1px solid #EEE;
	border-color: #EEE #CCC #AAA;
	border-bottom: none;*/
}
.clearer,.footer {
	clear: both;
}
.content,.footer {
	padding: 0 5px;
}
.footer {
   background: #909C82 url(img/footer.jpg) no-repeat;
	color: #FFF;
	height: 44px;
	margin: auto;
	padding: 0px 0px;
}
.header {
	height: 300px;
   background: #ffffff url(img/bkg_menu.gif);
}
.header h1 {
	/*line-height: 2.4em;*/
	padding-top: 15px;
	padding-left: 18px;
	color: White;
	font-size: 2.4em;
}
.item {
	padding: 5px;
	text-align: justify;
}
.item h1 {
	font: normal 1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	color: #909C82;
}
.left {
	float: left;
	width: 390px;
	background: #F7F7F7;
}
.image {
	float: left;
	width: 390px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #F7F7F7;
}
.sub_title {
	margin-left: 18px;
	padding: 5px 2px;
	font-size: 1.2em;
	color: #ffffff;
}
.flash {
	width: 600px;
   margin-top: 0
	
}
#menu {
	margin-left: 0px;
	padding: 5px 2px;
	background: #ffffff;
}
#menu a {
	padding: 0 2px;
	margin-right: 12px;
	font-size: 1.2em;
	font-color: #ffffff;
}
#menu a:hover {
	background: #EEECE5;
	color: olive;
}
#menu ul {
	padding: 0px 0;
}
#menu li {
   display: inline;
	/*list-style: none;*/
	margin: 4px 0 4px 10px;
}
#menu li a {
	text-decoration: none;
	color:#909C82;;
}
#menu li span {
	font-size: 0.9em; color: #444;
}
/*.img_right {
	float: right;
	padding-top: 10px;
   padding-right: 10px;
   
}*/

.link a {
	text-decoration: none;
	color: #999999;
}
.link a:hover {
	background: #EEECE5;
	color: olive;
}
.link a:visited {
	text-decoration: none;
	color: #grey;
}
.link a:active {
	text-decoration: none;
	color: #grey;
}
.right .submenu_end {
	background: url(img/bgsubmenu_end.gif) no-repeat; height: 40px;
}
.right {
	float: right;
	width: 195px;
	background: #E5E8D7;
}
.right a:hover {
	text-decoration: underline;
}
.top {
	height: 10px;
}