* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }



a { color: #black; text-decoration: none;
font-decoration:none;
}
a:link {
color: #57626a; text-decoration: none; 
font-decoration:none;
}
a:visited {
color: #668B8B; font-decoration:underlined; text-decoration: underlined;
}
a:hover {
color:#A31E39; font-decoration:underlined; text-decoration: underlined;
}



#wrap {
margin: 0 auto;
width: 800px;
}

#header { 
padding: 10px 0 20px 0;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #57626a;
text-decoration: none;
}
#header h1 a:hover {
color: #668B8B;
text-decoration: none;
}
#header h2 {

color: #668B8B;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 11px;
padding-left: 30px;
padding-top:20px;
letter-spacing: -1px;
line-height: 20px;
border-top: 1px solid #57626a;
padding-bottom: 20px;
}

#menu {
height: 40px;
line-height: 40px;
background: #57626a url(images/menu.jpg) no-repeat;
text-transform: underlined;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #57626a;
padding: 0 10px;
text-decoration: none;
font-weight: normal;
font-size: 14px;
letter-spacing: 0px;
text-transform: underlined;
}


#menu ul li a:hover { 
text-decoration: underlined; color: #57626a; 
}

#content {
padding: 10px 20px;
}



.right {
width: 568px;
float: right;
text-align: justify;
}
.right h2 {
color: #black;
font-size: 25px;
letter-spacing: 0px;
font-weight: normal;
padding : 10px 0 15px 0;
text-style: small-caps;
}

.left {
width: 150px;
float: left;
padding: 10px;
border-right: 1px solid #bbb;
font-size: 12px;
}
.left ul {
list-style-type: round;
padding: 5px 10px 10px 20px;
color: #57626a;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #485C5A;
line-height: 30px;
font-weight: normal;
}
.left a { text-decoration: none }






#footer {
background: #B4CDCD;
border-top: 1px solid #57626a;
margin-top: 20px;
text-align: center;
color: black;
font-size: 11px;
padding: 10px;
}