﻿#wrapper
{
    background-position: none repeat;
    text-align: left;
    margin: 0px auto;
    padding: 3px;
    border: 2px solid #C0C0C0;
    width: 870px;
    background-color: #FFFFFF;
}

#header
{
    background-position: #4D4D4D;
    margin: 0 0 5px 0;
    background: #FFFFFF;
    color: #FFFFFF;
}

#side-a {
	float: left;
	width: 160px;
}

#side-b {
	float: right;
	width: 120px;
}

#content
{
    float: left;
    width: 590px;
    
}

#footer
{
    background-position: #A2A2A2;
    border-style: solid;
    border-width: 1px;
    clear: both;
    background: #949490;
    font: bold 1em sans-serif;
    font-size: small;
    text-align: center;
    color: #F7F7F2;

}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
    
body
{
    font: normal small Tahoma, sans-serif;
    background-color: #E7E7E2;
}
li {list-style: none;}
h1 {font: normal 1.8em Tahoma,sans-serif; color: #666644;}
h2 {font: bold 1.4em sans-serif; color: #666644;}
h3 {font: bold 1em Tahoma,sans-serif; color: #666644;}

a {color: #048;}
a:hover {color: #06C;}


/* navigation */
.navigation {

}
.navigation h2
{
    color: #5A5A43;
    font: bold small Tahoma, sans-serif;
    line-height: 30px;
    margin: 0;
    padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a
{
    font-size: small;
    color: #554;
    display: block;
    padding: 8px 0 8px 5%;
    text-decoration: none;
    width: 95%;
}
.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

.path
{
    background-position: #949490;
    background: #949490;
    color: #FFF;
    font: normal small Verdana, sans-serif;
    padding: 2px 12px 2px 12px;
    
}
.Caps
{
    text-transform: capitalize;
}

