body {
background-color: #FAEFDB;
background-repeat: no-repeat; 
background-image: url('img/englishpatient.jpg'); 
background-position: top right; 
background-attachment: scroll;
color : #1E1A17;
font-size : 12px;
font-family : arial;
}
a:link {
color : #9B4F1D;
text-decoration : underline;
}
a:visited {
color : #D99149;
}
a:hover {
color : #D99149;
text-decoration : underline;
}
a:active {
color : #D99149;
text-decoration : underline;
}
#content {
position: absolute;
top: 0px;
right: 308px;
width: 492px;
color : #1E1A17;
font-size : 12px;
font-family : arial;
text-align: left;
padding-left: 5px;
padding-right: 5px;
height: 475px;
overflow: auto;
}
.navigation {
font-size : 10px;
text-align: center;
}
h1 {
text-align : center;
border-bottom : 1px solid #1E1A17;
color : #1E1A17;
font-size : 12px;
font-family : arial;
}
h4 {
text-align : center;
color : #1E1A17;
font-size : 12px;
font-family : arial;
clear: both;
}
input, textarea, select, option {
color : #1E1A17;
font-size : 12px;
font-family : arial;
text-align : center;
border-width : 1px;
border-style : solid;
border-color : #1E1A17;
padding : 1px;
}
img
{
 border-style: none;
} 
img.floatLeft { 
    float: left; 
margin-right: 5px;
}
img.floatRight { 
    float: right; 
margin-right: 5px;
}