body {
margin: 0px 0px 0px 0px;
font-family: century gothic;
color: #534f50;
}

a:link {
color: #534f50;
}

a:visited {
color: #534f50;
}

h1 {
font-size: 30px;
textdecoration: none;
font-weight: normal;
margin-bottom: 9px;
margin-top: 5px;
}


#header {
margin-top: 15px;
margin-left: 25px;
width: 950px;
height: 85px;
background: #534f50;
padding-top: 10px;
padding-left: 20px;
position:relative; 
}

#title {
color: #f8e987;
float: left;
font-size: 45px;
}

#headermenu {
margin-right: 15px;
font-size: 18px;
background: #534f50;
color: #f8e987;
float: right;
position: relative; 
}

#headermenu  a{
color: #f8e987;
text-decoration: none;
}

#menu {
margin-top: 10px;
margin-left: 25px;
width: 950px;
height: 30px;
background: #534f50;
color: #f8e987;
font-size: 18px;
padding-top: 4px;
padding-left: 20px;
position: relative; 
}

#menu a{
color: #f8e987;
text-decoration: none;
}

#footer {
margin-top: 10px;
margin-left: 25px;
width: 950px;
height: 30px;
background: #534f50;
color: #f8e987;
font-size: 18px;
padding-top: 4px;
padding-left: 20px;
position: relative;
}

#footer a{
color: #f8e987;
text-decoration: none;
}

#content {
width: 1000px;
position: relative; 
}

#contentleft {
width: 465;
margin-left: 40px;
float: left;
min-height: 540px;
position: relative; 
}

#contentright {
margin-left: 5px;
width: 475;
float: left;
min-height: 540px;
position: relative; 
}

.img {
border: 3px dotted #6cbbf8;
}


