/* Splash */
span.enter
{
	font-size: 11px;
	text-transform: none; font-family: 'Trebuchet MS', arial, sans-serif;
}

/* Layout */
body 
{
	background: #D5E3B8 url("images/bg.jpg") repeat-y scroll top;
	color: #000000;
	margin: 0 0 0 0px;
	padding: 0;
  	text-align: center;
}
#container 
{
	text-align: left;
	background: #CECECE url("images/header.jpg") no-repeat scroll top;
	color: #000000;
	position: relative;
	margin: 0 auto;
	width: 682px;
	height: 239px;
	padding: 0;
}
#content 
{
	position: absolute;
	top: 279px;
	left: 200px;
	width: 423px;
	padding: 0 0 30px;
	color: #7D8873;
	background-color: transparent;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 11px;
	text-transform: none;
	text-align: justify;
	list-style-type: none;
}
#menu 
{
	position: absolute;
	top: 279px;
	left: 40px;
	width: 150px;
	padding: 0 0 20px;
	color: #496382;
	background-color: transparent;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
}

/* Menu extra */
a.menu_extra
{
	color: #000000;
}
span.menu_extra_heading
{
	color: #70BA2E;
	background-color: transparent;
}
div.menu_extra
{
	text-align: left;
	font-size: 10px;
	letter-spacing: 0px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
}

/* Menu */
span.navigation
{
	color: #70BA2E;
	background-color: transparent;
	font-weight: bold;
	font-size: 14px;
}
a.menu
{
	background-color: transparent;
	color: #000000;
	font-weight: bold;
}
a.submenu
{
	background-color: transparent;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
}
div.submenu
{
	line-height: 10px;
	padding-bottom: 2px;
}

/* News */
a.comment
{
	background-color: transparent;
	color: #938461;
}
div.news_date
{
	font-weight: bold; 
	font-size: 14px;
	color: #000000;
	background-color: transparent;
}
div.news_title
{
	background-color: transparent; 
	font-size: 16px; 
	font-weight: bold; 
	font-style: italic; 
	color: #A1B58F;
}
div.news_comment
{
	background-color: transparent; 
	font-weight: normal; 
	font-size: 9px; 
	text-align: right; 
	text-transform: uppercase;
	color: #70BA2E;
}

/* General */
a
{
	color: #000000;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}
a:hover 
{
	background-color: transparent;
	color: #6DC91C;
}
img 
{
	border: 0;
}
h1
{
	text-transform: uppercase;
	color: #000000; 
	background-color: transparent; 
	font-weight: bold; 
	font-size: 12px;

	line-height: 100%;
	margin: 0;
	padding: 0;
}
h2 
{
	line-height: 100%;
	margin: 0;
	padding: 0;
}