body {
 margin: 0;
 padding: 0;
}

a:link {
 color: #3cb371;
}


div#wrapper {
	width: 713px;
	height: auto;
	margin: 20px 5px 5px 40px;
}

/* div#header */
div#header {
	height: auto;
	width: 668px;
}

/* div#main */
div#contents {
	width: 668px;
	height: auto;
}

div#navigation {
	width: 25%;
	margin:0;
	float: left;
}

div#main {
	width: 75%;
	margin: 0;
	float: right;
}

div#footer {
	clear: both;
	height: auto;
	width: 668px;
	margin: 0 0 5px 0;
}

div#navigation ul {
	background: #666666;
	margin: 0;
	padding: 15px 0 15px 0;
}

div#navigation li {
	list-style-type: none;
	line-height: 200%;
	font-weight: bold;
	margin: 0 0 0 10px;
	color: #ffffff;
}

div#navigation a:link, div#navigation a:visited {
	color: #ffffff;
	text-decoration: none;
}

div#navigation a:active, div#navigation a:hover {
	color: #ff6600;
	text-decoration: none;
}

.menu {
	color: #666666;
	float: none;
	font-size: 10;
	border-top: thin dotted #ccccff;
	border-right: thin none #ccccff;
	border-bottom: thin dotted #ccccff;
	border-left: thin none #ccccff;
ƒsƒNƒZƒ‹; }
.map {
	border: medium dotted #cccccc;
}

dl {
	font-size: 80%;
}
dd {
	margin-left: 15px;
}
hr {
	border-width: thin;
	border-style: solid;
	border-color: #ccccff;
}

ul.hedge {
	margin: 0;
	padding: 0;
}

ul.hedge li {
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
}
