body {
font: 85%/190% "Tahoma", Sans-Serif;
color: #333;
text-align: center;
background: #000000;
}


/* Container */

#container {
margin: 0 auto;
width: 600px;
text-align: left;
background: #fff;
}

#content {
width: 540px;
padding: 10px;
float: left;
}



#footer {
clear: both;
padding: 10px;
text-align: center;
}




#header {
font: 48px/85px "times new roman";
color: #202020;
letter-spacing: -2px;
text-align : center; 
text-shadow: 1px 1px 1px #000;
background: #808080;
width: 500px;

}


/* Navigation */

#nav {
background: #444444;
padding: 15px;
margin: 0;
text-align: center;
}

#nav a:link, #nav a:visited { 
float: inherit;
font: 16px "georgia";
color: #e3e3e3;
width: auto;
padding : 10px 20px;
}
#nav a:hover  {
color: #202020;
background: #fff;
text-decoration: none;
}


/* Headers */

h1 {
font-family:georgia;
color:#000077;
font-size:17pt;
line-height:10px;
font-weight:normal;
text-align:left;
padding-right:10px;
text-transform:none;
}


h2 {
font-family: "times new roman";
color: #0066aa;
border-bottom: 2px solid #202020;
}

h3 {
font-family: "arial black";
color: #808080;
border-bottom: 3px dotted #404040;
}


/* Other */

blockquote {
background: #e3e3e3;
border-bottom: 3px solid #c0c0c0;
padding: 10px;
}

a:link,a:visited {
color: #000044;
text-decoration: none;
} 
a:hover { 
color: #808080;
text-decoration: underline;
}

.box {
background: #e3e3e3;
padding: 5px;
}