.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #999999;
	background-image: url(../images/background_gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
body {
	background-color: #8997C3;
	background-image: url(../images/background_gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px -200px;
}
.top {
	background-image: url(../images/logo.gif);
	background-position: -5px 0px;
	background-repeat: no-repeat;
	height: 65px;
	padding-left: 200px;
	text-align: right;
	padding-top: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFFFF;
}
.bigger {
	font-size: 120%;
}

.links {
	padding-top: 2px;
	padding-bottom: 8px;
	background-color: #FFFFFF;
}
.links a {
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.roundCorners {
	height: 130px;
	width: 130px;
	margin-right: 5px;
	margin-left: 5px;
}
.content {
	padding-top: 30px;
	position: relative;
}
.menu {
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	clear: both;
}
.left_content {
	width: 530px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	min-height:500px;
}
.footer a {
	color: #333333;
}
.right_content {
	float: right;
	width: 230px;
	position: relative;
}
.left_content .right {
	float: right;
	width: 230px;
}
.left_content .left {
	width: 250px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.smaller {
	font-size: 70%;
}
