body{
color:#d2a798;
font-size:18px;
font-family:Tahoma,arial,sans-serif;
background:#000000;
}

ul{
list-style-type:none;
}

h1{

color:#d2a798;

}

h2{
color:#000066;
}

div#header{


}
div#content{
width:66%;
/*margin: 0 35% 0 0;*/

position: absolute;
}

div#rightbox {    /*** No side padding or borders, to avoid the IE5.x box model problem ***/
position: absolute;
right:16px;     /*** IE5/mac will show a horizontal scrollbar 
		if this is less than 16px, or other units are used
		http://www.l-c-n.com/IE5tests/right_pos/index.shtml ***/           
width: 34%;

}

a:link{
color:#BF4B03;
text-decoration:none;
font-size:20px;
font-weight:bold;
}

a:visited{
color:#BF4B03;
font-size:20px;
font-weight:bold;
text-decoration:none;
}

a:hover{
color:red:;
font-size:20px;
font-weight:bold;
text-decoration:none;
}
a:active{
color:#BF4B03;
font-size:20px;
font-weight:bold;
text-decoration:none;
}
