* {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

body {
  	background: url(img/) #00A848;
  	color: #888888;
  	text-align: left;
  	font-size: 100.01%;
	font-family: verdana, arial, sans-serif;  	
}

a:link {
	text-decoration: none;
	font-style: italic;
	font-weight: inherit;
 	color: #888888;
 	border-bottom: 1px solid #888888;
}

a:visited {
	text-decoration: none;
	font-style: italic;
	font-weight: inherit;
 	color: #888888;
 	border-bottom: 1px solid #888888;
}


a:hover {
	text-decoration: none;
	font-style: normal;
	font-weight: inherit;
	color: #fff;
   	background-color:#cf2b3b;
   	border-top: 0px solid #cf2b3b;
	border-bottom: 1px solid #cf2b3b;
	border-right: 1px solid #cf2b3b;
	border-left: 1px solid #cf2b3b;
}

h1 {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #888888;
	margin-top: 15px;
	margin-bottom: 20px;
}

h2 { 
	font-size: 18px;
	}
			 
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	}
  
.img {
  border: 2px solid #888888;
  }

  
.fleft { 
  float: left;
  margin-right: 20px;
}

.fright {
  float: right;
  margin-left: 20px;
}

#container {
	position:relative; top:30px; width:770px; height: 550px; z-index:1;
  	font-size: small;
  	margin: auto;
  	background: url(img/) #fff;
  	background-position: center top;
  	background-repeat: no-repeat;
}

#text {
	height:500px; z-index:3; overflow-y: auto; overflow-x: hidden;
	padding: 20px 20px 0px 20px;
	font-size: 13px;
  	line-height: 18px;
}

#widget {
	width:260px; z-index:3;
	font-size: 14px;
	color:#888;
	background-color: #fff;
	float: right;
	margin: 0px 0px 10px 10px;

	}


/* Menu */

#menu {	
	height:26px; z-index:2;
	font-size: 16px;
	font-weight: normal;
 	color: white;
  	text-align: center;
   	line-height: 26px;
	background: url() #888888;
}

#menu ul {
	list-style: none;
	text-align: right;
	border-width: 0px;
}

#menu li{
	display: inline;
	margin: 0px 20px 0px 0px;
}

#menu a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	border-right: 3px solid #888888;
	border-left: 3px solid #888888;
}

#menu a:hover {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #fff;
   	background-color: #cf2b3b;
   	border-top: 20px solid #cf2b3b;
	border-right: 3px solid #cf2b3b;
	border-left: 3px solid #cf2b3b;
	border-bottom: 2px solid #cf2b3b;
	}

.current { 
  	text-decoration: none;
	color: #fff;
   	background-color: #cf2b3b;
   	border-top: 20px solid #cf2b3b;
	border-right: 3px solid #cf2b3b;
	border-left: 3px solid #cf2b3b;
	border-bottom: 2px solid #cf2b3b;
	}
	
#footer_menu {	
	top:526px; height:18px; z-index:3;
	font-size: 13px;
	font-weight: normal;
 	color: white;
  	text-align: center;
   	line-height: 17px;
	background: url() #888888;
}

#footer_menu ul {
	padding: 0px;
	list-style: none;
	text-align: right;
	border-width: 0px;
}

#footer_menu li{
	display: inline;
	margin: 0px 20px 0px 0px;
}

#footer_menu a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	border-right: 3px solid #888888;
	border-left: 3px solid #888888;
	
}

#footer_menu a:hover {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #fff;
   	background-color:#cf2b3b;
	border-right: 3px solid #cf2b3b;
	border-left: 3px solid #cf2b3b;
	border-bottom: 15px solid #cf2b3b;
}

.current_footer { 
  	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #fff;
   	background-color: #cf2b3b;
   	border-bottom: 15px solid #cf2b3b;
	border-right: 3px solid #cf2b3b;
	border-left: 3px solid #cf2b3b;
}
