/*///////////////////*/
/* STANDART ELEMENTS */
/*///////////////////*/

*{
margin:0;
padding:0;
}

body {
height:100%;
}

html { height:100%; }

#container {
min-height:100%;
height:auto !important;
height:100%;
width:850px;
margin:0 auto -70px;
}

#push {
height:70px;
}

.clearer {
clear:both;
}


/*////////*/
/* HEADER */
/*////////*/

#header {
height:75px;
background:url('images/header.png') 25px no-repeat;
text-indent:-9999px;
}


/*//////*/
/* MENU */
/*//////*/

#menu {
width:807px;
height:73px;
padding:1px 0 0 33px;
margin-top:2px;
background:url('images/menu.png') 5px no-repeat;
list-style:none;
font:11px tahoma, arial, verdana;
}

	#menu li {
	float:left;
	}
	
		#menu li a {
		padding:14px 13px 13px;
		display:block;
		color:#cccccc;
		text-decoration:none;
		}
		
			#menu li a:hover {
			color:#eaeaea;
			}
		
			#menu li a#active {
			font-weight:bold;
			color:#ec8776;
			background:url('img/hover.png') bottom center no-repeat;
			}
			
			
/*/////////*/
/* SIDEBAR */
/*/////////*/	

#sidebar {
width:170px;
padding-top:4px;
margin-left:25px;
float:left;
background:#eaeaea url('img/sidebar_top.png') top no-repeat;
height:20px;
}		

	#sidebar p {
	padding:11px 21px 13px;
	font:normal 14px/22px Georgia, Helvetica;
	color:#a9a9a9;
	background:#eaeaea;
	}

	#sidebar_bottom {
	height:4px;
	background:#eaeaea url('img/sidebar_bottom.png') top no-repeat;
	}


/*/////////*/
/* CONTENT */
/*/////////*/

#content {
width:600px;
float:left;
margin-left:30px;
}

/* items */

.item {
width:470px;
margin-bottom:25px;
}


/*////////*/
/* FOOTER */
/*////////*/

#footer {
height:70px;
background:#eaeaea;
}

	#footer p {
	padding:29px 0 0;
	font:11px Verdana, "Trebuchet MS", Arial;
	text-align:center;
	color:#8a8a8a;
	}





a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #4C6C2F;
}
a:active {
	text-decoration: none;
	color: #4C6C2F;
}
a {
	font-style: italic;
}
h1 {
	text-align: center; 
	color:#80B3D0;
}
h2 {
	border:2px solid rgb(157, 207, 113); 
	background-color: rgb(226, 255, 199); 
	color:rgb(115, 124, 40); 
	width:200px;
	text-align: center;
}
h6{
   background:#eaeaea url('img/sidebar_top.png') top no-repeat;
   width: 600px;
   text-align:center;
}