* { padding: 0; margin: 0; }

body {font-family: arial; font-size: 10pt; color: #999999}
h1 {font-family: arial narrow; font-weight: normal; text-decoration: underline; font-size: 16pt; color: #999900}
h2 {font-family: arial narrow; font-weight: normal; font-size: 12pt; color: #999900}
h3 {font-family: arial narrow; font-weight: normal; font-size: 9pt}

body {background-color: #000}

#wrapper { 
 margin: 0 auto;
 width: 610px;
 background-color: #111
}


#header {
 width: 610px;
 height: 410px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align: center;
}


#menu {
 width: 610px;
 height: 30px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 text-align: center;
}
#menu a:link {color: #e2e2e2; text-decoration: none}
#menu a:visited {color: #e2e2e2; text-decoration: none}
#menu a:hover {color: #ffffff; text-decoration: underline}


#content { 
 width: 570px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 padding: 20px;
 text-align: left;
}
#content a:link {color: #999900; text-decoration: none}
#content a:visited {color: #999900}
#content a:hover {color: #fff; text-decoration: underline}



#footer { 
 width: 610px;
 height: 30px;
 border: 0px;
 margin: 0px 0px 0px 0px;
 clear: both; 
 text-align: center;
}
#footer a:link {color: #555; text-decoration: none}
#footer a:visited {color: #555}
#footer a:hover {color: #999; text-decoration: underline}
