@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
	background-color: #65016C;
	font-family: "Litterbox W01", verdana;
	font-size: 18px;
	color: #000;
	}
	
a:link {color:#4D2982;}      /* unvisited link */
a:visited {color:#4D2982;}  /* visited link */
a:hover {color:#A5B92E;}  /* mouse over link */
	
#wrapper {
	max-width: 1000px;
	min-width: 600px;
	background-color: #E6E6E6;
	height: 635px;
	width: 900px;
	position:relative;
	margin: 25px auto;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
	
#footer {
	max-width: 1000px;
	min-width: 600px;
	background-color: #E6E6E6;
	text-align:center;
	font-size: 14px;
	height: 30px;
	width: 900px;
	padding-bottom: 8px;
	position:relative;
	margin: 25px auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
.form_spacer {margin: 10px auto;}

h1 {
	font-family: "Lemonade™ Bold", verdana;
	margin: 0 30px;
	margin-top: 25px;
	right: 25px;
	text-align:right;
	position:absolute;
	}
	
h2 {
	font-family: "Lemonade™ Bold", verdana;
	font-size: 18px;
	margin: 0 32px;
	margin-top: 60px;
	position: absolute;
	right: 25px;
	text-align:right;
	}
	
table {
	text-align:center;
	position: absolute;
	width: 250px;
	top: 150px;
	left: 110px;
	}
	
#table_background {background-color:#A5B92E;}
tr {background-color:#F8F8FF;}
	
#new_form {
	position: absolute;
	top: 115px;
	left: 490px;
	}
	

#navibar {
	position:absolute;
	margin: 20px 55px;
	z-index: 30;
	font-size: 16px;
	}
	
#navibar li {
	list-style-type: none;
	text-align: center;
	width: 150px;
	height: 20px;
	margin: 10px auto;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}
	
#navibar li a {
	text-decoration: none;
	background-color: #DFFB3F;
	width: 150px;
	height: 20px;
	margin: 10px auto;
	border: 1px solid #4D2982;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: block;
}

#navibar li a:hover {
	background-color: #65016C;
	color: #D2F700;
	border:0;
	text-decoration:none;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}