* {padding:0 ; margin:0;} 

body {
	z-index: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #001D00;
	background-color:#f1f5d2;

}

#container { 
   position: absolute;	
   width: 990px;
   height:660px;
   top: 50%;
   left:50%;
   margin-top: -330px;
   margin-left: -495px;
   z-index: 1;
}
 
/*---------------- BODY --------------*/
 
#header {
	float:left;
	width:990px;
	height:100px;
	background-color:#336;
	background-image: url(../images/body/header.jpg);
}

#leftmenu {
	float:left;
	width: 143px;
	height:460px;
	background-color:#CFD3B1;
}

#content {
	float:left;
	width:704px;
	height:460px;
	background-color:#FFF;

}

#rightmenu {
	float:left;
	width:143px;
	height:460px;
	background-color:#CFD3B1;
	background-image: url(../images/body/rightmenu.png);
}

#footer {
	float:left;
	width:990px;
	height:100px;
	background-color:#336;
	background-image: url(../images/body/footer.jpg);
}

#share {
	float: right;
	width: 990px;
	height: 100px;
	background-color: blue;
}

#sharebutton1 {
	position: absolute;
	height:24px;
	width:24px;
	z-index:3;
	margin-left:965px;
	margin-top:30px;
}

#sharebutton2 {
	position: absolute;
	height:24px;
	width:24px;
	z-index:3;
	margin-left:965px;
	margin-top:50px;
}

#sharebutton3 {
	position: absolute;
	height:24px;
	width:24px;
	z-index:3;
	margin-left:965px;
	margin-top:70px;
}


/*---------------- MENU -----------------*/

ul.menu 
{
	height:245px;
	width:133px;
	z-index:2;
	margin-left:10px;
	margin-top:20px;
}

ul.menu li {
	list-style-type: none;
	height:45px;
	width:133px;
	float:left;
	display:block;
	background-image:url(../images/menu/hart.png);
	background-repeat:no-repeat;
	background-position: 2px;
	
}
ul.menu li:hover {
	list-style-type: none;
	height:45px;
	float:left;
	width:133px;
	display:block;
	background-image:url(../images/menu/harthover.png);
	background-repeat:no-repeat;
	background-position: 2px;
}


ul.menu a 
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#404043;
	letter-spacing: 1.5pt;
	font-stretch: semi-condensed;
	text-align:left;
	text-decoration:none;
	width:98px;
	height:45px;
	padding-top:14px;
	margin-left:35px;
	display:block;
}

ul.menu a:hover
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1.5pt;
	text-align:center;
	text-decoration:none;
	list-style-type: none;
	width:98px;
	margin-left:35px;
	text-align:left;
	display:block;
}

/*------------------ CONTENT ------------------*/
.leftmenu{
	width:129px;
	height:446px;
	margin-left:7px;
	margin-top:7px;
}

.rightmenu{
	width: 129px;
	height:446px;
	margin-left:7px;
	margin-top:7px;
	background-image: url();
}

img{border:none;}

H3 {
	font-family: Tahoma, Geneva, sans-serif;
	text-align:right; 
	margin-right:20px; 
	line-height:40px; 
	font-size:14px;
	font-weight:normal;
	letter-spacing:1.5pt;
	color:#FFF;
}
	
