/* reset some stuff */
h1,h2,hr,ul,ins{margin:0px;padding:0px;border: 0px;text-decoration:none;}

html { overflow-y: scroll; }

/* body stuff */
body {
background-image: url(../images/shadow.png);
background-color: #F3F3F3;
background-repeat: repeat-x;
font-family: 'Helvetica Neue',Helvetica,'Lucida Grande',Arial,Verdana,Sans-Serif;
color: #333;
cursor: default;
}

/* set some wrapper values */
#wrapper{
width: 900px;
margin: 0 auto 0 auto;
}

/* stuff */
#headnote{
width: 900px;
padding: 30px 0px 30px 0px;
float: middle;
text-align:center;
}

/* set a nice big heading */
#headnote h1{
color: #444;
font-size: 36px;
font-weight: 100;
}

/* a little smaller text */
#headnote h2{
font-size: 18px;
font-weight: 50;
margin-top: -5px;
color: #9F14AC;
}

#navbar {
float: middle;
background-color: #F3F3F3;
}

a:link {
	color: #000000;                                                                 
	text-decoration:none;
	font-size: 10px;
}

a:visited {
	color: #000000;                                                                 
	text-decoration:none;
	font-size: 10px;
}

a:hover {
	color: #000000;                                                                 
	text-decoration:none;
	font-size: 10px;
}

a:active {
	color: #000000;                                                                 
	text-decoration:none;
	font-size: 10px;
}
