body {
	background-color: #ccc;
	font-family: lucida grande, arial, lucida sans unicode, geneva, lucida, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	margin: 0px;
}

#wrap {
	background-color: #fff;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	width: 740px;
	padding: 10px;
}

#left {
	position: absolute;
	width: 180px;
	top: 24px;
	padding: 10px;
	height: 322px;
	left: 5px;
}

#right {
	top: 0px;
	width: 510px;
	background-color: #fff;
	padding: 10px;
	margin-left: 200px;
	padding-left: 20px;
	border-left: 1px dotted #ccc;
	#border: 1px solid #000;
}

#menu ul {
	list-style-type: disc;
	margin: 0px;
	padding-left: 15px;
}


#menu ul li{
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
}

#menu ul li a{
	color: #369;
	padding: 2px;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #fff;
	background: #369;
	text-decoration: none;
}

.pagetitle{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.sectiontitle{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #369;
	padding-bottom: 2px;
	border-bottom: 1px dotted #666;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover{
	color: #369;
	text-decoration: underline;
}
