#container {
	float: left;
	width: 605px;
	height: 494px;
}
#primary {
	float: right;
	width: 430px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#flash {
	height: 270px;
}

#rightMenu {
	float: left;
	height: 530px;
	width: 145px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #0099FF;
}


#information h2 {
	text-align: center;
}

#rightMenu ul {
	margin: 0px;
	padding: 0px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 1px;
	list-style-type: none;
}
#rightMenu li {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.navigation03 a {

	text-decoration: none;
	display: block;
	width: 145px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 120%;
	text-align: center;
}
#leftMenu {
	background-color: #33CC66;
	float: left;
	width: 145px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	height: 530px;
}

