body {
background-color: #CCE1C2;
background-repeat: no-repeat; 
background-image: url('img/beauty.png'); 
background-position: top left; 
background-attachment: scroll;
color : #304E50;
font-size : 12px;
font-family : "times new roman", arial;
}
a:link {
color : #41212E;
text-decoration : underline;
}
a:visited {
color : #5A5343;
}
a:hover {
color : #5A5343;
text-decoration : underline;
}
a:active {
color : #5A5343;
text-decoration : underline;
}
#content {
position: absolute;
top: 0px;
left: 490px;
width: 310px;
color : #304E50;
font-size : 12px;
font-family : "times new roman", arial;
text-align: left;
padding-left: 5px;
padding-right: 5px;
border-right: 1px dashed #284644;
height: 453px;
overflow: auto;
}
.navigation {
font-size : 10px;
text-align: center;
}
h1 {
text-align : center;
border-bottom : 1px solid #284644;
color : #284644;
font-size : 12px;
font-family : "times new roman", arial;
}
h4 {
text-align : center;
border-bottom : 1px dashed #284644;
color : #284644;
font-size : 12px;
font-family : "times new roman", arial;
clear: both;
}
input, textarea, select, option {
background : #ffffff;
background-image : none;
color : #304E50;
font-size : 12px;
font-family : "times new roman", arial;
text-align : center;
border-width : 1px;
border-style : dashed;
border-color : #41212E;
padding : 1px;
}
img
{
 border-style: none;
} 
img.floatLeft { 
    float: left; 
margin-right: 5px;
}
img.floatRight { 
    float: right; 
margin-right: 5px;
}