@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#D0E7CB;
	}

#wrapper {
	margin:50px auto;
	width:920px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	overflow:auto;
	}

#wrapper #header {
	background-color:#ffffff;
	padding:20px;
	}

#wrapper #header a img {
	border:0px;
}


#wrapper #navigation {
	float:left;
	width:190px;
	padding:10px;
	}

#wrapper #navigation a {
	display:block;
	color:#737277;
	text-decoration:none;
	}

#wrapper #navigation a:hover {
	color:#BAE2D7;
	}

#wrapper #navigation a.parent {
}

#wrapper #navigation a.child {
	display:list-item;
	list-style:circle;
	margin-left:20px;
}

#wrapper #navigation div.title {
	font-size:16px;
	color:#737277;
	border-bottom:1px solid #737277;
	margin:5px 0px;
	}

#wrapper #main {
	float:left;
	width:690px;
	margin:10px;
	min-height:500px;
	overflow:auto;
	}

#wrapper #footer {
	clear:both;
	background-color:#ffffff;
	padding:5px;
	text-align:center;
	}

#wrapper #footer a {
	color:#737277;
	margin:0px 2px;
	line-height:20px;
	}