
html > body{

padding: 0;
margin: 0 auto;
font-family: verdana;
color:;
font-size: 11px;
line-height: 18px;
word-spacing: 2px;
background: #000036;


}






#container{

width: 800px;
padding: 0;
margin: 0 auto;
background: #ffffff;
}




#top{
width: 800px;
height: 40px;
padding: 0;
margin: 1px 0 1px 0;
background: #000036;

}



#banner{
width: 800px;
height: 200px;
padding: 0;
margin: 0 0 1px 0;
background: url('banner.jpg');

}



#content{

width: 800px;
padding: 0;
margin:0;
background: #000036;
}




#left{

width: 200px;
float: left;
padding: 0;
margin: 0;
background: #000036;

}






#right{ 
float: right;
width: 600px;
padding: 0;
margin: 0;
background: ;


}





#ftr{

width: 800px;
height: 30px;
padding: 10px 0 0 0;
margin: 0;
background: #000036;
border-top: 1px solid #ffffff;
color: #ffffff;
text-align: center;

}


.clear{

clear: both;

}






/*


NAVIGATION



*/






#navigation{
font-family: verdana;
font-size: 11px;
padding: 5px;

}


#navigation ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 4px;
}

#navigation li{
display: inline;
}


#navigation a:link, #navigation a:visited {
padding: 3px 10px 2px 10px;
color: #ffffff;
background-color: #000036;
text-decoration: none;
border-right: 1px solid #ffffff;


}




#navigation a:hover{
color: #00ff00;
text-decoration: underline;
}

/*


NAVIGATION


*/


/* Eric Myer's Simple List Separators
http://www.meyerweb.com/eric/talks/2003/commug/commug.html */
.navlist
{
padding-left: 0;
margin-left: 0;

width: 200px;
background: #000036;
}

.navlist li
{
list-style: none;
margin: 0;
padding: 0.25em 0 3px 10px;

border-bottom: 1px solid #ffffff;

}

.navlist li a { 

text-decoration: none;
font-family: arial, helvetica;
font-size: 11px;
color: #ffffff;
 }


.navlist li a:hover { 

text-decoration: underline;
font-family: arial, helvetica;
font-size: 11px;
color: #00ff00;
 }




/*
DISPLAY

*/


.inside{

color: #ffffff;
font-family: verdana;
font-size: 11px;
padding: 5px 20px;
text-align: justify;

}
.inside a{
color: red;
text-decoration: none;
}

.inside a:hover{
color: #00ff00;
text-decoration: underline;
}



.inside h1{
font-family: trebuchet ms;
font-size: 22px;
font-weight: normal;
color: #ffffff;
}


.inside h2{
font-family: trebuchet ms;
font-size: 16px;
font-weight: normal;
color: #999999;
}


.inside ul li{

list-style-type: square;
color: #f1f1f1;
}


