#container {
	height: 900px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#container #topbanner {
	height: 173px;
	width: 100%;
}
#container #branding {
	height: 50px;
	width: 100%;
	margin-top: 10px;
}
#container #column1 {
	float: left;
	height: 500px;
	width: 180px;
	margin-top: 0px;
	margin-left: 10px;
}
#container #column1 #frontnews h1 {
	font-size: 2em;
	font-weight: bold;
	color: #000000;
}

#container #column1 #sidemenu {
	height: 130px;
	width: 100%;
	border-top: #323858;
	border-right: #323858;
	border-bottom: #323858;
	border-left: #323858;
}
#container #footer {
	height: 50px;
	width: 740px;
}
#container #column1 #frontnews {
	height: auto;
	width: 100%;
	padding: 10px;
	border: thin solid #0252F9;
}

#column2 {
	height: 500px;
	width: 500px;
	float: right;
	margin-right: 10px;
}
#branding h1 {
	font-size: 1.5em;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #0033FF;
}
a:hover {
	font-weight: bold;
	color: #3C4A39;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #92A15C;
	text-decoration: underline;
}
#column2 h1 {
	font-size: 1.2em;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #7591FF;
}
.image_right {
	float: right;
	margin-left: 10px;
}
