body {
background-color: #40808A;
background-repeat: no-repeat; 
background-image: url('img/todolist.jpg'); 
background-position: top left; 
background-attachment: scrolling;
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: 115px;
left: 250px;
width: 475px;
color : #304E50;
font-size : 12px;
font-family : "times new roman", arial;
text-align: left;
height: 675px;
overflow: auto;
padding: 5px;
}
#navigation {
position: absolute;
left: 810px;
width: 110px;
top: 90px;
font-size : 12px;
text-align: left;
font-family : "times new roman", arial;
}
h1 {
text-align : left;
color : #284644;
font-size : 16px;
font-family : "times new roman", arial;
}
h4 {
text-align : center;
color : #284644;
font-size : 14px;
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;
}
