body { 
background:#343c44; 
color:#000000; 
font-family:Verdana, Sans-Serif; 
font-size:80%; 
text-align:justify 
} 


/*LAYOUT*/ 
#container { 
width:700px; 
margin:auto 
} 

#header { 
width:700px; 
margin:auto 
} 

#main { 
width:700px; 
background:#000; 
margin:auto 
} 

#text { 
width:680px; 
margin-top:-20px; 
padding-top:25px; 
padding-left: 10px;
padding-right: 10px;
background:#FFF; 
padding-bottom:20px;
} 

#footer { 
background:#000 url('img/footer.jpg') center bottom no-repeat; 
height:50px; 
width:700px; 
margin-top:-20px;
font-size: 12px;
} 

#footer a:link, #footer a:active, #footer a:visited {
font-family: Tahoma, Verdana, Sans-Serif;
font-size: 12px;
color: #525b64;
text-decoration: underline;
}

#footer a:hover {
font-family: Tahoma, Verdana, Sans-Serif;
font-size: 12px;
color: #cccccc;
text-decoration: underline;
}



/*NAVIGATION*/ 

#navcontainer ul{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #525b64;
color: #FFFFFF;
width: 100%;
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; 
line-height: 18px;
/* fixes Firefox 0.9.3 */
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #FFFFFF;
text-decoration: none;
}

#navcontainer ul li a:hover
{
background-color: #FFFFFF;
color: #525b64;
}





/*BASIC HTML*/ 

textarea,input { 

font-family:Verdana, Sans-Serif; 

font-size:10px; 

color:#000; 

background-color:#000; 

text-align:justify; 

border-color:#000; 

border-style:solid; 

border-width:1px; 

margin:1px 

} 



select { 

background-color:#000; 

color:#FFF; 

font-family:Verdana, Sans-Serif; 

font-size:10px; 

border:#000 1px solid; 

text-align:justify 

} 

blockquote{

font-family: Tahoma, Verdana, Sans-Serif;

background-color: #cccccc;

border: 1px solid #525b64;

color: #000000;

font-style: italic;

padding: 10px;

}

img { 

border:0 

} 

h1{

font-family: Tahoma, Verdana, Sans-Serif;

font-size: 14px;

border-bottom: 2px solid #000000;

color: #525b64;

}

p { 

padding:6px 

} 

a:link, a:active, a:visited {

font-family: Tahoma, Verdana, Sans-Serif;

font-size: 12px;

color: #525b64;

text-decoration: underline;
}

a:hover {

font-family: Tahoma, Verdana, Sans-Serif;

font-size: 12px;

color: #cccccc;

text-decoration: underline;
}