body 
{
	font: 18px 'Comic Sans MS', Textile, cursive;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	color: #003399;
	background: #FFD4FF;
}
img { margin: 0; padding: 0; border: none; }
img, div { behavior: url(iepngfix.htc) }

#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: #FFF; text-decoration:none;  }
a:hover { color: #FCF; text-decoration:none; }

/* page header stuff */
#header_wrapper { position: relative; text-align: center; width: 800px; margin: 0 auto; padding: 0px; clear: both; }
#header {
	width: 800px;
	height: 180px;
	padding: 0px;
	background: #FFD4FF url(../images/header.gif) no-repeat center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* 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% 'Comic Sans MS', Textile, cursive; 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: #b2b2b2; width: 220px; margin:4px auto; }
#content_wrapper table li a { color: #FFCCFF; width: 220px; font-size:16px; display:block; text-decoration:none;  }
#content_wrapper table li a:hover { color: #FFFFFF; text-decoration:none; }

/* footer stuff */
#footer { position: relative; width: 800px; height: 80px; margin: 0 auto; padding-top: 90px; background: url(../images/bg-footer.gif) no-repeat left top; clear: both; }
#footer_content { width: 710px; text-align: left; margin: 0 auto; color: #000; line-height: 2em; }
#footer_content a { color: #000; text-decoration:none;  }
#footer_content a:hover { color: #039; text-decoration:none; }
#copyright {
	position: relative;
	width: 710px;
	padding: 0px;
	clear: both;
	color: #FFF;
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#copyright a { color:#ccff33; text-decoration:none; }
#copyright a:hover { color:#FFF; text-decoration:underline; }

.smalltext { font:normal 10px Verdana, Geneva, sans-serif; color:#000; }
.smaller { font-size:14px; color:#FF0; }

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

