body {
margin : 0;
color : #292929;
font-size : 13px;
font-family : Lucida Grande, Arial, sans-serif;
background-color : #426bad;
line-height : 15px;
}
#container {
position : relative;
margin : 100px auto;
width : 656px;
height : 465px;
background-image : url(back.jpg);
background-position : center;
background-repeat : no-repeat;
}
#bottomnavi {
position : relative;
margin : 10px 25px 0 0;
width : 202px;
height : 30px;
float : right;
text-align : right;
display : inline;
}
#navi {
position : relative;
margin : 90px 0 0 43px;
width : 105px;
height : 300px;
float : left;
display : inline;
}
#content {
position : relative;
float : left;
display : inline;
width : 340px;
height : 329px;
overflow : auto;
margin : 63px 0 0 127px;
}
.off a:link, .off a:hover, .off a:visited, .off a:active { 
color : #858585;
font-weight : normal;
background-image : url(off.jpg);
background-position : left;
background-repeat : no-repeat;
display : block;
text-decoration : none;
padding : 0 0 0 13px;
margin : 0 0 13px 0;
}

.on a:link, .on a:hover, .on a:visited, .on a:active {
color : #292929;
font-weight : bold;
background-image : url(on.jpg);
background-position : left;
background-repeat : no-repeat;
display : block;
text-decoration : none;
padding : 0 0 0 13px;
margin : 0 0 13px 0;
}
.done a:link, .done a:hover, .done a:visited, .done a:active {
color : #292929;
font-weight : bold;
background-image : url(done.jpg);
background-position : left;
background-repeat : no-repeat;
display : block;
text-decoration : none;
padding : 0 0 0 13px;
margin : 0 0 13px 0;
}
a:link, a:hover, a:visited, a:active {
color : #858585;
font-weight : bold;
text-decoration : none;
}
img {
margin : 1px;
border : 0;
}
h1 {
margin : 10px 0 6px 0;
color : #292929;
font-size : 16px;
font-family : Lucida Grande, Arial, sans-serif;
font-weight : normal;
}
p {
margin : 6px 0;
}
input, textarea {
color : #292929;
background-color : #858585;
font-size : 10px;
padding : 2px;
font-weight : normal;
text-decoration : none;
font-family : Lucida Grande, Arial, sans-serif;
text-align : left;
}
select, option {
color : #292929;
background-color : #858585;
font-size : 10px;
padding : 2px;
width : 250px;
font-weight : normal;
text-decoration : none;
font-family : Lucida Grande, Arial, sans-serif;
text-align : left;
}
