/*****************************/
/*** Core html setup stuff ***/
/*****************************/

/*html {
  height: 100%;
  margin-bottom: 1px;
}*/


body {
	font-family: Helvetica,Arial,sans-serif;
	background-color:#d6d7d9;
	line-height: 1.3em;
	margin: 0px auto;
	font-size: 12px;
	color: #333;
}

h2 {
    
    line-height: 20px;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}


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:#FFF;
	margin:20px;
	

}
#content{
	padding: 20px 30px;
	
	
	
	}

#nav {
    line-height:30px;
	background:url(images/menubg.jpg) repeat-x;
    height:41px;
    width:900px;
}
#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;
	}