#Base {
	width: 640px;
	background-color: #FFFFFF;
	display: block;
	overflow: visible;
	position: relative;
	height: 100%;
	padding: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}
#Footer {
	font-size: 12px;
	clear:both;
	display: block;
	width: 100%;
}


#Logo {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	height: 80px;
	background-position: right 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 640px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#Header {
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
#LineGrey {
	background-color: #CCCCCC;
	display: block;
	height: 1px;
	width: auto;
}

#Menu {
	height: auto;
	width: 260px;
	float:left;
}

#MenuSub {
	height: auto;
	width: 640px;
	float: right;
}

#20px {
	width: 20px;
	float:left;
	display: block;
	clear: both;
}

#Content {
	height: 100%;
	width: 640px;
	display: block;
	overflow: visible;
	padding-top: 15px;
	padding-bottom: 30px;
}
#Content ol {
	list-style-type: none;
}

