/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}


/* RESET OVER */

body {
	background: #000;
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight:100;
}
	
#wrap {
	
	background:#222;
	width:850px;
	position:relative;
	margin: 5em auto;
	padding: 0px 0px 10px 0px;}
	
#header {
	width:850px;
	}
	
/* Logo & Greeting thing */
.logo {
	background:url(mao.png);
	margin:5px 10px;
	padding:0;
	width:194px;
	height:110px;
	float:left;}
	
.info {
	background:#333;
	margin:13px 0px 10px 0px;
	color:#DDD;
	font-style:italic;
	border-top: 1px solid #00aeff;
	border-bottom: 1px solid #00aeff;
	letter-spacing: .5px; }
	
p { clear:both; padding:15px; text-align:justify; font-size:11px; line-height:18px; font-weight: 100; }
.info span { font-family: Verdana,  sans-serif; font-size: 300%; color: #333;  padding:6px 3px 3px 3px; margin:0px 7px; float:left; font-style:normal; display:block; background: #00aeff; }

h2 { text-align:center; border-bottom:1px dashed #F10F83; width:45%; padding:5px; margin: 25px auto 0 auto; font-family:Verdana, Geneva, sans-serif; font-size:18px; font-weight: 100;}
.req { font-size:12px; padding:10px 50px; }
	
/* NAVIGATION & LINKS */

.nav { float:right; font-size:11px;  width:635px;  overflow:hidden;}
.nav a { margin: 0; color:#fff;  text-decoration:none; padding:5px; display:block;  border-bottom: 1px solid white; }
.nav a:hover { border-bottom: 1px solid #F10F83; }
.nav a:active { color:#F10F83; border-bottom: 1px dashed #F10F83; }
.nav ul { text-align:center; margin:82px auto 10px auto; padding: 0; position:relative; float:left; }
.nav li { list-style:none; float:left;  position:relative; }
.current a { color:#F10F83; border-bottom: 1px dashed #F10F83; padding:5px 20px 5px 20px;}

/* Paragraph & INFO */

img { margin:20px; }
center img { margin: 20px auto 0 auto; border:3px solid #00aeff;}
center p { width:550px; font-size:9px; color:#CCC; line-height:10px; padding:5;}
p a { color:#EEE }

/* Table */
#member {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	font-weight: 100;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
	margin:30px auto; }
	
#member th {
	font-size: 16px;
	font-weight: normal;
	color: #00aeff;
	padding: 10px 8px;
	border-bottom: 2px solid #A51C5B;
	letter-spacing: 1px; }
	
#member td {
	color: #ddd;
	padding: 9px 8px 0px 8px; }
#member tbody tr:hover td {
	color: #A51C5B; }

