body {
	background: #eeefd9;
	font-size: 12px;
	font-family: Verdana;
}

#all {
	position: relative;
	width: 770px;
}

#top{
	width: 770px;
	height: 469px;
	background: url('_img/top.png');
}

#main{
	width: 558px;
	position: absolute;
	top: 241px;
	left: 191px;
	border: 1px solid #343c23;
	min-height: 300px;
	background: #ffffff url('_img/main_bg.png');
	background-repeat: no-repeat;
	padding: 5px;
	text-align: left;
}

#menu {
	width: 180px;
	position: absolute;
	left: 5px;
	top: 241px;
}

#menu div{
	width: 180px;
	height: 25px;
	background: #ffffff;
	margin-bottom: 5px;
	text-align: left;
}

#menu #info {
	position: absolute;
	top: 230px;
	left: 0px;
	font-size: 80%;
	background: none;
}

#menu a, #menu a:visited, #menu a:active {
	color: #000000;
	text-decoration: none;
	font-size: 140%;
	font-weight: bold;
	padding-left: 5px;
}

#menu a:hover {
	color: #4e5733;
}


#main a, #main a:visited, #main a:active {
        color: #4e5733;
        text-decoration: none;
	border-bottom: 1px dotted #4e5733;
}

#main a:hover {
        border-bottom: 1px solid #4e5733;
}

div.links{
	padding-top: 5px;
	padding-left: 5px;
}

#main div.links a, #main div.links a:visited, #main div.links a:active {
        color: #4e5733;
        text-decoration: none;
        border-bottom: 1px dotted #4e5733;
	padding-left: 17px;
	background: url('_img/link.png');
	background-repeat: no-repeat;
}

#main div.links a:hover {
        border-bottom: 1px solid #4e5733;
}


h1 {
	font-size: 140%;
	font-weight: bold;
	color: #4e5733;
}

h2 {
        font-size: 120%;
        font-weight: bold;
        color: #4e5733;
}

.code {
 font-size: 8pt;
 margin-left: 10px;
 padding: 2px;
 border: 1px dotted #193257;
 background: #ffffff;
}

