/* CSS Document */

#hunter {
	font-size:14px;
	font-family: Century Gothic, tahoma, helvetica, arial, sans-serif;
	color:#000000;
	text-align: center;
    
}


#nav {
	font-size:13.5px;
	font-family: Comic Sans MS, Century Gothic, tahoma, helvetica, arial, sans-serif;
	color:#666666;
	text-align: center;
    
}

#content {
	font-size:14px;
	font-family: Comic Sans MS, Century Gothic, tahoma, helvetica, arial, sans-serif;
	color:#000000;
	text-align: centre;
		
}

#title {
font-size:14px;
font-style:normal;
}

#header {
    background-image:url(_img/head.jpg);
    background-repeat:repeat-y;
    background-position:top;	
}

body {
	background-color: #fcb8b8;

}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #fcb8b8;
}
a:active {
	text-decoration: none;
}
