body 
{
	font: 80%/160% Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	color: #FFF;
	/*background: #E82 url(../images/bg.gif) repeat-x left top;*/
	background-color: #48267C;
}

#wrapper { position: relative; width: 800px; margin: 0 auto; clear: both; }
#wrapper .bg { float: left; background: url(../images/bg-wrapper.gif) repeat-y center top; }
#page { position: relative; float: left; width: 800px; margin: 0 auto; xbackground: url(../images/bg-page.gif) no-repeat left top; clear: both; }

a { color: #306; text-decoration:none;  }
a:hover { color: #FFF; text-decoration:none; }

/* page header stuff */
#header_wrapper { float:left; position: relative; text-align: center; width: 800px; margin: 0 auto; padding: 0px; clear: both; }
#header { width: 800px; height: 155px; margin: 0 auto; padding: 0px; }

/* content stuff */
#content_wrapper { position: relative; width: 710px; margin: 0 auto; padding: 0px; clear: both; }
#content_wrapper table { width: 710px; float: left; margin: 30px auto; padding: 0; font: 90% Arial, Helvetica, sans-serif; line-height: 1.2em; }
#content_wrapper table ul { float:left; width: 220px; list-style:none; margin: 0 0 20px 0; padding:0; }
#content_wrapper table li { float: left; color: #CCF; width: 220px; margin:4px auto; }
#content_wrapper table li a { color: #306; width: 220px; display:block; text-decoration:none;  }
#content_wrapper table li a:hover { color: #FFF; text-decoration:none; }

/* footer stuff */
#footer { position: relative; width: 800px; height: 80px; margin: 0 auto; padding: 0px; background: url(../images/bg-footer.gif) no-repeat left top; clear: both; }
#footer_content { width: 710px; text-align: left; margin: 0 auto; color: #FFF; font-size: 80%; line-height: 2em; }
#footer_content a { color: #306; text-decoration:none;  }
#footer_content a:hover { color: #FFF; text-decoration:none; }
#copyright { position: relative; width: 770px; margin: 0 auto; padding: 0px; clear: both; color:#827EEF; font-size: 80%; line-height: 1.4em; }

/* login form stuff */
.passfield { border: solid 1px #306; font-family: Arial; font-size: 20px; color:#306; font-weight: normal; padding: 0; margin: 0; }
.gobutton { font-family: Arial; font-size: 20px; }

