body {
background : url(img/bg.png) repeat-x #f0f0f0;
font-family : georgia;
}
h1 {
font-size : 18px;
color : #00a287;
font-weight : normal;
text-transform : lowercase;
font-style : italic;
margin-top: 0px;
}
h2 {
color: #ff7435;
font-size : 13px;
letter-spacing : 7px;
font-family : arial;
border-left: 7px solid #006957;
margin : 0;
text-align: right;
background: #91dfd3;
}
p, ol {
font-size : 11px;
color : #206676;
}
b {
text-transform : uppercase;
color : #ff7400;
font-family: arial;
}
a {
text-decoration : none;
font-style : italic;
color : #ff7400;
}
a:hover {
color : #1E796A;
}
#image {
left : 0px;
top : 0px;
position : absolute;
}
#navigation {
left : 16px;
top : 350px;
width : 140px;
position : absolute;
padding-right: 4px;
border-right : #fc8126 dotted 1px;
height: 300px;
}
#navigation a, #navigation a:visited {
color : #66a6a5;
font : 12px georgia;
text-decoration : none;
text-transform : lowercase;
text-align : right;
font-weight: bold;
font-style: italic;
display : block;
border-bottom : 1px dotted #dce1e1;
line-height : 20px;
}
#navigation a:hover, #navigation a:active {
font-family: arial;
color : #3b716c;
font-weight: bold;
font-style: normal;
text-transform : uppercase;
display : block;
border-bottom : 1px dotted #a7b5b5;
line-height : 20px;
}
#content {
left : 170px;
top : 350px;
width : 400px;
position : absolute;
}
a.sub {
line-height: 12px;
margin: 5px;
margin-bottom: 10px;
padding: 6px;
background: #60B9CE;
font-family: tahoma;
font-size: 10px;
color: #A64B00;
min-width: 100px;
text-align: center;
font-style: normal;  }

a:hover.sub {
line-height: 12px;
margin: 5px;
padding: 6px;
background: #5ED0BD;
font-family: tahoma;
font-size: 10px;
color: #FF7400;
min-width: 100px;
text-align: center;
font-style: normal;  }