/*****************************/
/*** Core html setup stuff ***/
/*****************************/

/*html {
  height: 100%;
  margin-bottom: 1px;
}*/


body {
	font-family: Helvetica,Arial,sans-serif;
	background-color:#000;
	line-height: 1.4em;
	margin: 0px auto;
	font-size: 14px;
	color: yellow;
}

h2 {
    
    /* line-height: 25px; */
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:yellow;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:white;
}


img { border: 0 none; }
#bg {
	/* background:url(images/bg.jpg) #0C9; */
	width:926px;
	margin:auto;
	}
#head{
	/* background:url(images/headbg.jpg) no-repeat; */
	height:198px;
	color:yellow;
	margin:20px;
	

}
#content{
	padding: 20px 30px;
	line-height: 25px;
	
	
	}

#nav {
    line-height:30px;
	/* background:url(images/menubg.jpg) repeat-x; */
    height:41px;
    width:690px;
}
#footer{
	/* background:url(images/footer.jpg) no-repeat; */
	height:97px;
}
#bttm{
	/* background:url(images/bottmbg.jpg) no-repeat center; */
	height:40px;
	width:926px;
	margin:auto;
	}
#fejmenu {
	    margin-top: 175px;
    position: absolute;
	
	}
#fejmenu a {
	
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
	
}

#fejmenu a:hover {
	color: #fff;
	border-bottom:3px solid #fff;
	
}