html,body{
	background-image:url(../images/background_main.jpg);
	background-repeat:repeat-x;
	background-color:#00693f;
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	text-align:center;
}

#mainContainer{
	width:840px;
	height:100%;	
	max-height:100%;
	margin-left:auto;
	margin-right:auto; 
}

#headerArea{
	width:840px;
	height:120px;	
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	display:table;
	margin-top:30px;
}

#logoArea{
	width:260px;
	height:120px;
	float:left;
	text-align:left;
}

#logo{
	width:240px;
	height:60px;
	position:relative;
	left:11px;
	top:16px;
}

#menuArea{
	width:580px;
	height:120px;
	float:left;
}
#menuArea {text-align:right;}
html>body #menuArea {text-align:-moz-right;} 

#menu{
	background-image:url(../images/background_menu.gif);
	width:510px;
	height:29px;
	display:table;
	text-align:center;
	margin:46px 30px 0px 0px;
}

#sfeerArea{
	width:780px;
	height:200px;
	margin-left:auto;
	margin-right:auto; 
}

#tickerArea{
	width:780px;height:26px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;	
	margin-left:auto;
	margin-right:auto; 
}

#content{
	width:780px;
	display:table;
	background-color:#FFFFFF;
	text-align:left;
	margin-left:auto;
	margin-right:auto; 
}

#mainLeft{
	float:left;
	width:210px;
	background-image:url(../images/header_left.gif);
	background-repeat:no-repeat;
	text-align:right;
	padding:76px 30px 40px 0px;
}

#mainRight{
	float:left;
	width:500px;
	padding:40px 20px 40px 20px;
}

#mainRightBig{
	background-image:url(../images/header_left.gif);
	background-repeat:repeat-y;
	width:500px;
	padding:20px 20px 10px 260px;
	margin:0px 0px 20px 0px;
}

#footerArea{
	width:780px;
	height:31px;
	min-height:31px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto; 
	margin-bottom:30px;
}

#footer{
	width:740px;height:25px;
	border-top:1px solid #cce1d9;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0px 0px 0px;
}

/*-- TEXT  ---------------------------------------*/

H1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#00693f;
	text-decoration:none;
	margin:0px 0px 20px 0px;
}

.normalText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404040;
	line-height:150%;
	text-decoration:none;
}

.normalText a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404040;
	line-height:150%;
	text-decoration:none;
}

.normalText a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404040;
	line-height:150%;
	text-decoration:underline;
}


.menuText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:150%;
	text-decoration:none;
}

.linkText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00693f;
	line-height:150%;
	text-decoration:none;
}

.linkText:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00693f;
	line-height:150%;
	text-decoration:underline;
}

.leftMenuText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00693f;
	line-height:150%;
	text-decoration:none;
}

.leftMenuText:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00693f;
	line-height:150%;
	text-decoration:underline;
}

.leftMenuTextActive{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#912e1b;
	line-height:150%;
	font-weight:bold;
	text-decoration:none;
}

.leftMenuTextActive:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#912e1b;
	line-height:150%;
	font-weight:bold;
	text-decoration:underline;
}

.footerText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#064b2f;
	line-height:150%;
	text-decoration:none;
}

.footerText:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#064b2f;
	line-height:150%;
	text-decoration:underline;
}

ul{
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}
