a:link{
text-decoration: none;
color: #000000;
background-color: transparent;
font-weight: bold;
font-style: italic;
text-transform: lowercase;
border-bottom: 2px dotted #F00E23;
}

a:visited{
text-decoration: none;
color: #000000;
background-color: transparent;
font-weight: bold;
text-transform: uppercase;
font-style: italic;
text-transform: lowercase;
border-bottom: 2px dotted #F00E23;
}

a:hover{
text-decoration: none;
color: #F00E23;
background-color: transparent;
font-weight: bold;
font-style: italic;
text-transform: lowercase;
border-bottom: 2px dotted #000000;
}



.title {
Font-family: georgia, verdana, arial, sans-serif; 
font-size: 16px;
font-weight: bold;
color: #000000;
line-height: 25px;
text-transform: lowercase;
padding-left: 5px;
font-style: italic;
border-bottom: 1px solid #000000;
}


.head {
font-family: georgia, verdana, arial, sans-serif; 
font-size: 12px;
color: #000000;
line-height: 16px;
text-transform: uppercase;
}

body{
background-color: #FFFFFF;
margin: 0px;
}

#container {
width: 600px;
margin: 0 auto;
background-color: #FFFFFF;
text-align: left;
height:100%;
}

#main {
margin: 0px auto;
background-color: #FFFFFF;
width: 600px;
text-align: left;
}

#header {
width: 100%;
padding-top: 0px;
height: 460px;
margin: 0 auto;	
}

#content {
width: 420px;
float: left;
text-align: justify;
font-family: georgia, verdana, arial, sans-serif;
font-size: 11px;
line-height: 15px;
padding: 10px;
color: #000000;
margin: 0 auto;
background: #FFFFFF;
}

#leftnav {
width: 120px;
float: right;
text-align: justify;
font-family: georgia, verdana, arial, sans-serif;
font-size: 10px;
line-height: 15px;
padding: 10px;
color: #000000;
margin: 0 auto;
background: #FFFFFF;
height: auto;
}

#footer {
clear: both;
width: 540px;
text-align: left;
font-family: georgia, verdana, arial, sans-serif;
font-size: 10px;
line-height: 15px;
padding: 10px;
color: #000000;
background: #FFFFFF;
margin: 0 auto;
}

img {
border: 0px none;
}

blockquote {
font-family: georgia, verdana, arial, sans-serif;
font-size: 11px;
margin: 10px; 
background-color: #FFFFFF;
color: #000000;
padding: 5px; 
border: 5px solid #000000;
}

.currenttitle {
Font-family: georgia, verdana, arial, sans-serif; 
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background: #000000;
line-height: 25px;
text-transform: uppercase;
text-align: center;
}

#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#navigation li {
   margin-bottom: 2px;
}
#navigation a {
   background: #FFFFFF;
   color: #000000;
   display: block;
   width: 100px;
   border-left: 5px solid #000000;
   padding-left: 10px;
}
#navigation a:hover {
   background: #000000;
   color: #FFFFFF;
   text-decoration: none;
   border-left: 5px solid #FFFFFF;
}