#background{
	top: 600px;
	width: 1116px;
	height: 1006px;
	z-index: 1;
}

#content{
	top: 450px;
	width: 1110px;
	z-index: 2;
	color:#ffffff;
}

#admin_nav{
	position: absolute;
	left: 10px;
	top: 165px;
	width: 120px;
	z-index: 2;
}

#admin_content{
	position: absolute;
	left: 145px;
	top: 110px;
	width: 620px;
	z-index: 2;
	color:#ffffff;
}

body,p,td,h1,h2,h3{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#FFFFFF;
}

p,td{
	font-size: 10pt;
}

.body {
	font-size: 10pt;
	color:#ffffff;
}

.heading {
	font-size: 38px;
}

.nav {
	font-size: 12px;
}

a{
	color:#fcfe03;
	text-decoration: none;
	font-weight:bold
}

a:hover{
	color: red;
	text-decoration: underline;
}

.links {
	color:#fcfe03;
}

.fields {
	border: 1px #666666 groove;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
	background-position: center;
	font-weight: bold; 
	color: #000000;
}

.buttons {
	border: 1px #666666 groove;
	background-color: #B5B2B2;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
	background-position: center center;
	font-weight: bold;
	color: #000000;
}

