body {
	background:#efefef url(images/background.png) center repeat-y;
	font-size:12pt;
}
#maindiv {
	width:800px;
	margin:5px auto;
	text-align:left;
}

#header{
	text-align:center;
}

#header img{
	border:none;
}

#header a{
	border:none;
}

#menu {
	text-align:center;
}

#menu a{
	font-size:12pt;
	font-weight:bold;
	color:#337bff;
	text-decoration:underline;
	padding-left:2px;
	padding-right:2px;
	margin:0;
	/*border-width:0 1px 0 0;
	border-color:black;
	border-style:solid;*/
}

#menu a:hover{
	color:#ff77ea;
	text-decoration:underline;
}


#seperator{
	height:75px;
	margin:0 auto;
	padding:0;
	background: url(images/katie_faces.jpg) repeat-x;
	width:800px;
}

#content{
	margin:0 auto;
	width:750px;
	text-align:left;

}