/* CSS Document */
body {
	background: #FFF;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	width: 750px;
	border: 1px solid #000066;
	margin: auto;
	text-align: left;
}
pre {
	font-size: 10px;
}
#contents ul {
	font-size: small;
}

code {
font-size: x-small;

}

#header { background:#9DC6EF; border: solid 1px #ECE9D8;}


#news {
	float:left;
	width: 198px;
	border: 1px dotted #003399;
	background: #A8BFD5;
}

#menu {
	width: 145px;
	float: left;
	border: 1px dotted #003399;
	background: #A8BFD5;
}
#trail {background: #cfdfef; height: 25px;}


#contents {
	float: left;
	width: 400px;
	border: solid 1px #ECE9D8;
	background: #E3ECF6;
}
#contents p {
	font-size: small;
}

#footer {
	clear: both;
	border: 1px solid #ECE9D8;
	background: #9DC6EF;
}