html, body {

margin : 0; 

padding : 0; 

background : #ffffcc; 

color : #000000; 

} 

body {

/*font : 96% arial, sans-serif;*/

font: 90%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif; 

}

img {

	border : none;

} 

p {

margin : 0 10px 10px; 

} 

div#wrapper {

float : left; 

width : 100%; 

} 

div#header h1 {

height : 80px; 

line-height : 80px; 

margin : 0; 

padding-left : 10px; 

background : #eee; 

color : #79b30b; 

} 

div#content {

background : #ffffcc; 

color : #000; 

} 

div#content {

margin : 0 250px; 

} 

div#content p {

line-height : 1.4; 

} 

div#content p.tit {

line-height : 1.4; 

font-weight : bold; 

background : #ffffcc; 

color : #660000; 

}

div#content li.sep {

line-height : 1.4;

} 

div#navigation {

background : #c3f2fd; 

color : #000; 

} 

div#navigation {

float : left; 

width : 250px; 

margin-left : -100%; 

} 

div#navigation a:link {

background : #c3f2fd; 

color : #1708cc; 

} 

div#navigation a:visited {

background : #c3f2fd; 

color : #006600; 

} 

div#navigation a:hover, div#navigation a:focus, div#navigation a:active {

background : #c3f2fd; 

color : #1708cc; 

}

div#navigation ul {

list-style : none; 

} 

div#extra {

background : #ffcc00; 

color : #000; 

} 

div#extra {

float : left; 

width : 250px; 

margin-left : -250px; 

} 

div#extra a:link {

background : #ffcc00; 

color : #1708cc; 

} 

div#extra a:visited {

background : #ffcc00; 

color : #006600; 

} 

div#extra a:hover, div#extra a:focus, div#extra a:active {

background : #ffcc00; 

color : #1708cc; 

} 

div#footer {
background : #bfbfbf;
color : #0000ff;
text-align : center;
font : 76% arial, sans-serif;
} 

div#footer {

clear : left; 

width : 100%; 

} 

div#footer p {

margin : 0; 

padding : 5px 10px; 

}

div#footer li.sep {

line-height : 1.4;

} 

div#footer a:link {

background : #bfbfbf; 

color : #1708cc; 

} 

div#footer a:visited {

background : #bfbfbf; 

color : #006600; 

} 

div#footer a:hover, div#footer a:focus, div#footer a:active {

background : #bfbfbf; 

color : #1708cc; 

} 

ol.la {

list-style-type : lower-alpha; 

} 

ol.dc {

list-style-type : decimal; 

} 

ol.lr {

list-style-type : lower-roman; 

}

/*li.sep {

font : 90%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif; 

background-color : #ffdab9; 

color : #000;

list-style-type: none; 

}*/

ul.sm {

list-style : none; 

/*margin-left : 0;*/ 

/*padding-left : 0;*/

margin : 0 10px 10px;

}
