/* CSS by T. Nguyen - mindgraffiti.net */
body{
	margin:0;
	padding:0;
	}
body{ font-size:14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }
p{ font-size:14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; margin: 0; padding-top: 0; padding-bottom: 14px; }
a:link{ color: #f90; text-decoration: none; }
a:hover, a:hover:visited{ color:#f90;text-decoration: underline; }
a:visited{ color: #c50; text-decoration: none; }
h1, h2, h3, h4{ color: #030; }
h1{ font-size: 250%; margin-top: 0; margin-bottom: 0; }
h2{ font-size: 200%; margin-top: 0; margin-bottom: 0; }
h3{ font-size: 150%; margin-top: 0; margin-bottom: 0; }
h4{ font-size: 125%; margin-top: 0; margin-bottom: 0; }
b, strong{ color: #030; font-weight: bold; }
#header h1{ font-size: 40px; font-family: Zapfino, "Zapf Chancery", Vivaldi, "Edwardian Script ITC", "Monotype Corsiva", "Bradley Hand ITC TT-Bold", fantasy, cursive; text-align: center; margin: 0; height: 75px; background-image:url(../images/header.jpg); background-repeat:repeat-x; background-position: 0 0; }
#nav{ font-size: 16px; height:40px; background-image:url(../images/nav.jpg); background-repeat:repeat-x; background-position: 0 0; text-align: center; vertical-align: middle; margin: 0; padding-top: 20px; }
#wrapper{height:100%;}
#content{ background-position: 0 0; padding: 10px; border-color: #444; border-style: solid; border-width: 20px 20px 0; }
	
#footer{ font-size: 12px; background-color:#444; background-position: 0 0; text-align: center; height: 30px; margin: 0; padding: 10px 0 0; }
#memtable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
}
#memtable th{background-color: #f90;}
#memtable th, #memtable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 3px;
}
#memtable .odd{ background-color: #eee;}
