body
{
	overflow: scroll;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
	
	/* You can choose a font below by removing the comments (* and \/ symbols) from that line, make sure all others commented out */
	
	   font-family: verdana, sans-serif; 
	/* font-family: helvetica, sans-serif; */
	/* font-family: courier, monospace; */
	/* font-family: trebuchet, sans-serif; */
	/* font-family: times, serif; */
	/* font-family: georgia, serif; */
}

a:link, a:visited 
{
	text-decoration:none;
	color: #006;
}

a:hover, a:focus, a:active 
{
	text-decoration:underline;
	color: #E33;
}

h1
{
	margin: 2px;
	padding: 0px;
	letter-spacing: .1em;
}

#container
{
	position: absolute;
	width: 720px;
	\width: 740px;
	w\idth: 720px;
	left: 50%;
	margin-top: 10px;
	margin-left: -360px;
	padding: 0px;
	border: 1px solid #AAA;
}

#top
{
	background: url(images/header.jpg);
	border-bottom: 1px solid #AAA;
	margin: 0px;
	padding: 0px;
	width: 720px;
	height: 132px;
	font-size: 0.9em;
}


#admintop
{
	background: url(images/header.jpg) #000 no-repeat;
	border-bottom: 1px solid #AAA;
	margin: 0px;
	padding: 0px;
	width: 720px;
	height: 162px;
	font-size: 1em;
}

#date
{
	z-index: 15;
	position: absolute;
	top: 90px;
	right: 100px;
	width: 720px;
	text-align: right;
	font-family: courier, monospace;
	color: #AAA;
}
#menu
{
	z-index: 10;
	position: absolute;
	margin: 106px 100px 0px 10px;
	width: 620px;
}
#menu a:link, #menu a:visited
{
	color: #FFF;
}

#menu a:hover, #menu a:focus, #menu a:active
{
	color: #E33;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #E33;
	padding: 6px 2px 2px 2px;
}

#menu li
{
	padding-right: 15px;
	display: inline;
}

#content
{
	padding: 10px;
}

#content p
{
	padding: 2px 10px 2px 10px;
}

.floatLeft
{
	float: left;
	margin: 10px
}

.floatRight
{
	float: right;
	margin: 10px
}

.center
{
	text-align: center;
}

