body {
 background-color: #D5D0B0;
 background: #D5D0B0 url(img/bg.jpg);
 font-family: sans-serif,verdana;
 font-size: 13px;
 color: #222;
 text-decoration: normal;
 }

p, li, dt, dd, td, input, select, textarea {
 font-family: sans-serif,verdana;
 font-size: 13px;
 color: #441;
 text-decoration: normal;
 }
 
.myTitle {
 font-family: Georgia,"Trebuchet MS",sans-serif;
 font-size: 27px;
}
.myTitle a {
 color: #c3c0a5;
 text-decoration: none;
 cursor:pointer;
 }
.myTitle a:hover {
 color: #963;
 text-decoration: none;
 cursor:pointer;
}

.mySubTitle {
 font-family: Georgia,"Trebuchet MS",sans-serif;
 font-size: 20px;
}

.myFooter , .myFooter a {
 font-family: Georgia,"Trebuchet MS",sans-serif;
 color: #c3c0a5;
 font-size: 11px;
}

.myFooter a:hover {
 color: #FFFFFF;
 text-decoration: none;
 cursor:pointer;
}

a {
 color: #F27900;
 text-decoration: none;
 cursor:pointer;
 }
a:hover {
 color: #FF0000;
}

/* navigation */
.navigation {
 background: #DED9D0 url(img/nav.gif) repeat-x; height: 41px;
 font-size: 12px;
 font-weight:bold;
}
.navigation a {
 background: #FFF url(img/nav.gif) repeat-x;
 border-right: 1px solid #C9C6B3;
 color: #553;
 float: left;
 padding: 0 14px;
 line-height: 41px;
 text-align: center;
 text-decoration: none;
}
.navigation a:hover {
 background-position: left bottom; 
 color: #F27900;
}
.navigation a#active {
 background-position: left bottom; 
 color: #331;
}

/* block list */
.block_title {
 font-family: Georgia,"Trebuchet MS",sans-serif;
 font-size: 16px;
 font-weight:bold;
}
ul.block {
 border-top: 1px dashed #BCBAAC;
 margin: 4px 0;
 padding: 0 0 8px 0;
}
.block li {
 border-bottom: 1px dashed #BCBAAC;
 list-style: none;
 color: #553;
 display: block;
 text-decoration: none;
}
.block li a {
 color: #553;
 display: block;
 text-decoration: none;
 padding: 4px;
}
.block li a:hover {
 background: #D2D0C0;
 color: #553;
}
hr {
 border:0;
 border-top: 1px dashed #BCBAAC;
}