a {
color : #ba8948; 
text-decoration : none; 
border-bottom : 1px dotted #ba8948; 
} 
a:link {
color : #ba8948; 
text-decoration : none; 
border-bottom : 1px dotted #ba8948; 
} 
a:hover {
color : #999; 
text-decoration : none; 
border-bottom : 1px dotted #999; 
} 
a:active { 
color : #666; 
text-decoration : none; 
border-bottom : 1px dotted #666; 
} 
h1 {
font-family : Times;
color : #ba8948;
border-bottom : #ba8948 solid 1px;
background : transparent;
letter-spacing : 0px;
font-size : 24pt;
padding : 0px;
margin : 0px;
} 
h2 {
font-family : Times;
color : #ba8948;
border-bottom : #000 solid 0px;
border-top : #000 solid 0px;
background : transparent;
font-size : 18pt;
letter-spacing : 0px;
padding : 5px;
padding-bottom : 0px;
margin : 0px;
} 
h3 {
font-family : Times;
color : #ba8948;
border-bottom : #ba8948 solid 1px;
border-top : #000 solid 0px;
background : transparent;
font-size : 12pt;
padding : 0px;
margin : 0px;
} 
body {
font-family : Times; 
font-size : 12pt; 
color : #fff; 
background-color : #000;
margin : 0px; 
padding : 0px; 
} 
div ul {
font-size : 10pt;
list-style : none;
margin : 0px;
color : #fff;
font-family : Times;
padding : 0px;
padding-left : 5px;
text-align : left;
}
div li {
padding-bottom : 2px;
margin : 0px;
}
p {
font-family : Times;
font-size : 12pt;
color : #fff;
padding : 5px;
padding-top : 0px;
margin : 0px;
text-align : justify;
}
p.right {
text-align : right;
}
#content {
position : absolute;
left : 400px;
top : 400px;
width : 800px;
padding : 0px;
border : 0px solid #ccc;
background-color : #000;
color : #fff;
font-family : Times;
font-size : 12pt;
}
#side {
position : absolute;
left : 0px;
top : 400px;
width : 400px;
padding : 5px;
border : 0px dashed #999;
background-color : #000;
color : #fff;
font-family : Verdana;
font-size : 7pt;
}
#navigation
{
position : absolute;
left : 0px;
top : 360px;
width : 1200px;
height : 200px;
padding : 0px;
border : 0px solid #fff;
background-color : transparent;
color : #fff;
font-family : Arial;
font-size : 16pt;
}
#logo
{
position : absolute;
left : 0px;
top : 0px;
width : 1200px;
height : 400px;
padding : 0px;
border : 0px solid #fff;
background-color : #000;
color : #fff;
font-family : Arial;
font-size : 16pt;
background-image : url(header.jpg);
background-repeat : no-repeat;
}