/* PAGE LAYOUT */

body { 
margin: 2%;
padding: 0;
font : 75%/1.6em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans Regular', Verdana, sans-serif;
color: #fffff0;
background-color: #000;
background-image : url(../images/bg.gif);
background-repeat: no-repeat;
}
#wrap
{
position: relative;
width : 600px;
margin-right: auto;
margin-left: 150px;
background-color : #000;
border : 0px solid #fffff0;
}
#content {
width: 50%;
height:100%;
padding:0em 2em 1em 2em;
margin: auto;
text-align : left;
background: #000; position:relative; float:left;
}
#footer
{
clear: both;
text-align: center;
letter-spacing: 0.25em;
font-size : 80%;
color: #fffff0;
}
/* NAVIGATION */
#menu
{
width: 30%;
background: #000;
float: left;
}
#menu ul { 

font-family: "Trebuchet MS", Helvetica, sans-serif;
padding : 0;
margin: 0;
list-style-type : none;
text-align: right;
} 
#menu li { 
display : inline;
padding : 0;
margin : 0;
font-size : 85%;
} 
#menu li a { 
display : block;
padding : 4px 20px 4px 7px;
text-decoration : none;
border-top : 1px solid #000000;
border-right : 10px solid #c0c0c0;
background : #000;
color : #fffff0;
letter-spacing: 0.5em;
} 
#menu li a:hover { 
background : #000;
color: #00a2a7;
border-right : 10px solid #00a2a7;
}
#menu p
{
text-align : right;
}
/* MAIN TEXT */
h1
{
font-family: "Trebuchet MS", Helvetica, sans-serif;
letter-spacing : 0.5em;
font-weight: bold;
font-size: 150%;
text-align: left;
}
h2
{
letter-spacing : 0.5em;
font-weight: bold;
font-size: 110%;
margin: 1em 0 0 0;
text-align: left;
}
ul { 
margin-left: 20px; 
list-style:square; 
text-align:left;
}  
a:link, a:visited { 
font-weight : normal;
text-decoration : none;
letter-spacing : 0.25em;
color : #fffff0;
} 
a:hover { 
font-weight : normal;
text-decoration : none;
letter-spacing : 0.25em;
color : #00a2a7;
} 
#altlinks
{
text-align: center;
letter-spacing : 0.25em;
font-size : 80%;
color: #fffff0;
}
#altlinks a:link, .altlinks a:visited {
color: #fffff0;
}
#altlinks a:hover { 
color : #00a2a7;
text-decoration : none !important;
}
.emphasis
{
letter-spacing : 0.5em;
font-weight: bold;
}