body 
{
	margin:0; 
	padding:0; 
	font-size:11px; 
	line-height:16px; 
	font-family: Arial, helvetica, geneva, sans-serif;
}
a { color:#009900;}
a:hover { text-decoration:none;}
.green 
{
	color:#CCFF00;
	text-decoration: none;
	}
/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}
#container
{
	clear: both;
	min-height:100%;
	height: 100%;
	width: 100%;
	margin-bottom:-27px;	
}

#header 
{
	background: url(images/header_bckg.gif) repeat-x ; 
	height:120px;  
	}
#logo
{
	width:780px; 
	margin:0 auto; 
	/*padding:50px 0 0 20px; */
	padding: 22px 0 0 20px;
	z-index:1;
	}
#logo a
{
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:bold; 
	height:12px; 
	font-size:20px; 
	text-transform:uppercase;
	}
#logo a:hover { }

#lang 
{
	position:absolute;
	margin-left: 60%;
	margin-right: 50%;
	top: 50px;
	width: 100px;
}

#menu 
{
	color:#fff; 
	text-align:center; 
	margin-top:1px;
	height: 35px;
	}
#menu ul{ width:780px; margin:0 auto;list-style:none; padding:0; text-align:left;}
#menu ul li{display:inline}
#menu ul a { display:block; float:left; font-weight:bold; font-size:13px; text-decoration:none; color:#fff; background:url(images/menu_enactive.gif) no-repeat bottom center; padding:8px 10px; width:118px; text-align:center; text-transform:uppercase;}
#menu ul a:hover { background:url(images/menu_over.gif) no-repeat bottom center; color:#232323;}
#menu ul a.active { background:url(images/menu_active.gif) no-repeat bottom center; color:#232323;}
#menu ul a.active:hover { background:url(images/menu_active.gif) no-repeat bottom center; color:#232323;}

#main 
{
	width:100%; 
	margin:20px 0 20px 0; 
	float:left;
	}
#head_image 
{
	height:150px; 
	background:url(images/head_bckg.jpg) no-repeat #CCFF00; 
	padding:30px 0 30px 50px; 
	line-height:24px;
	}
#slideshow
{
	position: relative;
	float:right;
	padding-right: 20px;
}
#comptitle 
{
	color:#000000; 
	font-family: "Arial Narrow", Arial, Tahoma; 
	font-size:21px; 
	line-height:10px; 
	text-transform:uppercase; 
	}
#comptitle_text 
{
	color:#000000; 
	font-size:12px; 
	line-height:18px; 
	padding-top:15px;
	}
#content 
{
	margin:0 auto; 
	padding:0; 
	width:780px;
	min-height: 500px;
	}
#content h1 
{
	margin:20px 0 0 0; 
	text-transform:uppercase; 
	font-size:20px; 
	color:#000; 
	font-weight:normal;
	}
#content h2 
{
	margin:20px 0 0 0; 
	text-transform:uppercase; 
	font-size:12px; 
	color:#000; 
	font-weight:bold;
	font-style:italic;
	}
#text 
{
	float:left; 
	width:530px; 
	padding-left:20px;
	}
#infoblock 
{
	/*background:url(images/sidebar_bckg.gif) repeat-x;*/
	background-color: #E7E7E7;
	margin:20px 0 0 560px; 
	color:#6f6e6e; 
	padding:20px; 
	}
#infoblock h2 
{
	color:#009900; 
	margin:0 0 15px 0; 
	font-size:14px; 
	font-weight:bold; 
	text-transform:uppercase;
	}
#clearfooter
{
	clear:both;
	height:27px;
}

#footer
{
	/*background:url(images/footer_bckg.gif) repeat-x #3f3e3e 0 2px; */
	background:url(images/footer_bckg.gif) repeat-x ; 

	height:27px; 
	clear:both;
	}
#left_footer 
{
		
	float:left; 
	padding-top: 5px;
	padding-left: 50px;
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:11px;
	}
#left_footer a { color:#FFFFFF;}
#left_footer a:hover { text-decoration:none;}
#right_footer 
{
	float:right;  
	padding:40px 30px 0 0; 
	text-transform:uppercase; 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:11px; 
	text-align:right;
	}
#right_footer a { color:#FFFFFF;}
#right_footer a:hover { text-decoration:none;}
