html, body { height:100%;}

body {
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

a:link		{ text-decoration: none; color: #0000FF; }
a:visited	{ text-decoration: none; color: #666666; }
a:hover		{ text-decoration: none; color: #FF3300; }
a:active	{ text-decoration: none; }

#header_base {
	width:100%;
	position: absolute;
}

#main_menu_base {
	width:100%;
	position: absolute;
	top: 108px;
}

#footer_base {
	clear: both;
	position: relative;
	width: 100%;
}

#header, 
#main_menu,
#content_base,
#footer {
	width: 1003px;
}

#header {
	height: 108px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
}

#main_menu {
	height: 33px;
	background-image:url(../img/mainmenu_bg.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
}

#language {
	padding-right: 10px;
	padding-top: 88px;
	font-size: 11px;
	color: #E0B77E;
}

#language a:link, 
#language a:visited, 
#language a:active	{
	color: #E0B77E; 
	text-decoration: none;
}

#language a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#main_menu_items {
	width: 803px;
	float: left;
}

#main_menu_items a:link, 
#main_menu_items a:visited, 
#main_menu_items a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#main_menu_items a:hover {
	color: #E0B77E;
	text-decoration: none;
}

#main_menu_items ul {
	margin: 0;
	padding: 0.4em;
	list-style: none;
	font-size: 16px;
}

#main_menu_items li {
	display: inline;
	margin: 0;
	padding-left: 7px;
	padding-right: 20px;
}

#search {
	padding-top: 6px;
	width: 200px;
	float: right;
}

#page_base {
	min-height: 100%;
	margin-bottom:-33px;
	background-image:url(../img/background.gif);
	background-repeat:repeat;
}

#content {
	width: 759px;
	float: left;
	background-color: #FFFFFF;
}

#content h1{
	font-size: 14px;
	color: #CC9966;
	padding: 0;
	margin: 0;
	font-weight: normal;
	border-bottom: 1px dotted #666666;
	padding-bottom: 11px;
	margin-bottom: 11px;
	text-transform: uppercase;
}

#content h2{
	font-size: 18px;
	color: #666666;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#sub_menu_base {
	width: 244px;
	float: right;
	background-color: #8D1B00;
	background-image:url(../img/bamboo_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#sub_menu_base h1{
	font-size: 14px;
	color: #E0B77E;
	padding: 0;
	margin: 0;
	font-weight: normal;
	border-bottom: 1px dotted #FFFFFF;
	padding-bottom: 11px;
	margin-bottom: 11px;
}

#sub_menu_base h2 {
	font-size: 13px;
	color: #E0B77E;
	padding: 0;
	margin: 0;
	font-weight: normal;
	margin-bottom: 11px;
}

#sub_menu_base h2 a:link, 
#sub_menu_base h2 a:visited, 
#sub_menu_base h2 a:active	{
	color: #FFFFFF; 
	text-decoration: none;
}

#sub_menu_base h2 a:hover {
	color: #E0B77E;
	text-decoration: none;
}

#sub_menu_base h5 {
	font-size: 16px;
	color: #E0B77E;
	padding: 0;
	margin: 0;
	font-weight: normal;
	margin-bottom: 11px;
}

#sub_menu_base h5 a:link, 
#sub_menu_base h5 a:visited, 
#sub_menu_base h5 a:active	{
	color: #E0B77E; 
	text-decoration: none;
}

#sub_menu_base h5 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#sub_menu {
	color: #CCCCCC;
}

#clearheader { height: 141px; }
#clearfooter { clear:both; height:33px; }

#footer {
	font-size: 11px;
	color: #E0B77E;
	background-repeat: repeat-x;
	background-image:url(../img/footer_bg.gif);
	height: 33px;
}

#page_title {
	font-size: 24px;
	color: #CC3333;
	padding-bottom: 10px;
}