body {
margin : 0;
padding : 0;
font-family : Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #333333;
background-color : #e5ddad;
background-image : url(http://maybe.silentlyshouting.com/images/three/carael.png);
background-repeat : no-repeat;
background-position : top left;
background-attachment : scroll;
}
a, a:link, a:visited {
color : #2F4229;
font-weight : bold;
padding : 1px;
text-decoration: none;
}
a:hover, a:active {
color : #527147;
font-weight : normal;
text-decoration : underline;
border-bottom : none;

}
#main {
position : absolute;
left : 50px;
top : 510px;
width : 600px;
}
strong {
color : #424257;
}
.title {
color : #000;
text-align : center;
border-bottom : 1px dashed #527147;
font-variant : small-caps;
font-weight : 900;
}
#menu {
position : absolute;
top : 490px;
left : 150px;
margin : 0;
padding : 0;
}

#footer {
font-family : arial, sans-serif;
color : #9d4f0a;
}
input, textarea, select {
border : 1px solid #7e1a01;
font-family : "lucida console", sans-serif;
font-size : 11px;
padding : 3px;
margin-top : 3px;
margin-left : 5px;
color : #7e1a01;
background-color : #ffffff;
}
img {
border : 0;
}
p {
clear : left;
}
img.floatright { 
     float: right; 
     margin: 5px; 
 }
img.floatleft { 
     float: left; 
     margin: 5px; 
 }
