﻿html, body { background: #89b6f9; color: #172104; font: 8pt Georgia; }

a { color: #000; font-weight: bold; text-decoration: none; }
a:visited { color: #000; }
a:hover, a:active { color: #000; }

#container { background: url(repeater.jpg) repeat-y; width: 900px; min-height: 100%; margin: 0 auto; }
#header { width: 850px; height: 190px; margin-left: 25px; position: relative; border-bottom: solid 7px #fff; }
#contents { background: #4D730D; float: left; width: 636px; margin: 0 7px 0 25px; padding: 12px 5px 5px 5px; }

#sidebar {float:left; width: 197px; }
#sidebar .title { background: url(menu.jpg) no-repeat; height: 41px; text-indent: -9999px; margin-bottom: 0; }
#sidebar ul { margin: 0; padding: 0; }
#sidebar ul li { background: #4D730D; border-top: 2px dotted #4f740e; border-bottom: 2px dotted #4f740e; color: #172104; display: block; margin-bottom: 5px; padding: 4px; }

#sidebar a { color: #F4EAAE; font-weight: bold; text-decoration: none; }
#sidebar a:visited { color: #F4EAAE; }
#sidebar a:hover, a:active { background: #668fd1; color: #fff; }

#footer { clear: both; background: #4D730D; margin: 0 25px; border-top: solid 7px #fff; border-bottom: solid 7px #fff; }
#footer p { padding: 10px 30px; text-align: center; }

#edit-contents { background: #4D730D; height: 100%; }

