body {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#header {
	width: 768px;
	}
	
#navi {
	left: 331px;
	top: 10px;
	position: absolute;
	text-align: center;
	width: 354px;
	}

	#navi a {
		color: #000;
		padding-left: 10px;
		padding-right: 10px;
		text-decoration: none;
	}

	#navi a:hover {
		color: #000;
		text-decoration: underline;
	}
	
#divisions {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 768px;
	}

	#divisions a {
		border-right: 1px solid #000;
		color: #000;
		padding-left: 20px;
		padding-right: 20px;
		text-decoration: none;
	}

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

#middle {
	padding-top: 20px;
	width: 768px;
	}
	
	#left {
		float: left;
		line-height: 24px;
		padding: 10px;
		width: 150px;
		}
		
	#right {
		border-left: 1px solid #000;
		float: right;
		padding: 10px;
		width: 500px;
		}
		
	#right div {
		clear: both;
		padding-top: 10px;
		margin-top: 10px;
		}

	.zero {
		margin-bottom: 0px;
		}
			
	.clear {
		clear:both;
		}
		
#footer {
		}
