html{
	font-family: Arial;
	font-size: 12px;
	color: #797979;
}
a{
	color: #94a3ff;
	text-decoration: none;
}

a:hover{
	color: #a4b3ff;
	text-decoration: none;
}

/*a:visited{
	color: #797979;
	text-decoration: none;
}*/


#wrapper{

}
#content_wrapper{
	width: 800px;
	margin: 0 auto;
}


#head{
	margin-left: 150px;
	padding: 20px 0px;
}

#head #font{
  padding-bottom: 20px;
}
#head #icon{
  padding-bottom: 20px;  
}

#headnavfader{ 	/*todo: proper*/
  z-index: -1;
	position: absolute;
/*	top: 100px;
	left: 200px;*/
	width: 200%;
  height: 113px;
  margin-top: -37px;
  margin-left: -1000px;
	background-image: url("../graphics/fader.png");
	background-repeat: repeat-x;
}

#headnav{
	width: 800px;
	background-color: #d4e3ff;
	border-style: solid;
	border-width: 2px 2px;
	border-color: #636363;	
	float: left;
}
#headnav_element{
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	width: 148px;
	height: 36px;
  
	border-style: solid;
	border-width: 0px 2px 0px 0px;
	border-color: #636363;
  
	padding: 0px 5px;
}
#headnav_element.last{
    border: 0px;
}
#headnav_element:hover{ 
	background-color: #c4d3ff;
}
a #headnav_element:hover{
	color: #797979;
	text-decoration: none;
}
a #headnav_element{
	color: #797979;
	text-decoration: none;
}
#headnav_element_text{
	padding-top: 9px;	
}


#content{
	float: left;
	margin: 40px 20px;
	clear: both;
	min-height: 300px;
	width: 800px;
}


#footnav{
	float: left;
	margin: 20px 300px;
	text-transform:capitalize;	
}

