@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height:100%;
	margin-bottom: 0.1px;
}
body {
	background-color: #E6EEE4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #393937;
}
a {
	color: #393937;	
}
h1 {
color:#AE3C48;
font-size:14px;
}
.break {
	clear:both;
}

#container {
	width: 788px;
	margin: auto;
}

#header {
	width: 788px;	
	height:354px;
	background-image:url(../img/bg_home.jpg);
	background-repeat:no-repeat;
	float:left;
}
#content {
	width: 788px;		
	background-image:url(../img/bg_content.gif);
	background-repeat:no-repeat;
	background-position:top;
	min-height:457px;
	float:left;
}

#left-row {
	width:348px;
	margin-top:136px;
	margin-left: 41px;
	margin-right: 50px;	
	float:left;
	
}

#right-row {
	margin-top:136px;
	width:349px;
	background-position:right top;
	float:left;
}
#footer {
	width: 758px;
	margin-top:18px;
	border-top:1px solid #CCC;
	float:left;
	text-align:right;
	margin-left:22px;
	margin-right:8px;
	margin-bottom:14px;	
}
#footer a {
	font-size:11px;
	text-decoration:none;
	color: #00672c;	
	margin-right:10px;
}

/* M E N U E */


#menu ul{
	list-style-type:none;
	padding-top:208px;
	float:left;
}
#menu li{
	float:left;
}
.men-01,.men-03,.men-04,.men-05,.men-06 {
	height:147px;	
	background-repeat:no-repeat;
	float:left;	
}
.men-01 {
	width:71px;
	background-image:url(../img/menu-01.png);
	margin-left:18px;
}
.men-01o a:hover,.men-01o .active{
	background-image:url(../img/menu-01-over.png);
}

.men-03 {
	width:131px;
	background-image:url(../img/menu-03.png);
	margin-left:15px;
}
.men-03o a:hover,.men-03o .active{
	background-image:url(../img/menu-03-over.png);
}
.men-04 {
	width:84px;
	background-image:url(../img/menu-04.png);
	margin-left:21px;
}
.men-04o a:hover,.men-04o .active{
	background-image:url(../img/menu-04-over.png);
}
.men-05 {
	width:115px;
	background-image:url(../img/menu-05.png);
	margin-left:21px;
}
.men-05o a:hover,.men-05o .active{
	background-image:url(../img/menu-05-over.png);
}
.men-06 {
	width:132px;
	background-image:url(../img/menu-06.png);
	margin-left:21px;
}
.men-06o a:hover,.men-06o .active{
	background-image:url(../img/menu-06-over.png);
}
/* P O R T A L */
#portal {
	width: 788px;	
	height:557px;
	background-image:url(../img/bg_portal.gif);
	background-repeat:no-repeat;
	float:left;
padding-left:37px;	
}
#portal img {
	margin-top:271px;
}


