/* Global Elements */
body {
	background-color: #F7F7F2;
	margin: 0px;
	font: 75% Tahoma;
	text-align: center;
}
a {
	color: #32506A;
}
a:hover {
	text-decoration: none;
}
/* Centers the Layout */
#centered {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
}
/* Background Shadow */
#bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
/* All the content goes in here */
#content {
	width: 730px;
}
/* Header */
#header {
	background-color: #32506A;
}
#logo {
	border-bottom: 1px solid #2B4963;
}
/* Navbar */
#nav {
	background-color: #51708B;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #34536D;
	margin-bottom: 2px;
}
#nav a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	background-color: #3E5F7C;
}
/* Left Column */
#left {
	width: 500px;
	float: left;
}
#left h1 {
	color: #193044;
	font-size: 135%;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 3px;
	font-variant: small-caps;
}
/* Right Column */
#right {
	width: 225px;
	float: right;
}
#right h1 {
	color: #193044;
	font-size: 135%;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 3px;
	font-variant: small-caps;
}
.box1 {
	background-color: #F7F7F2;
	border-top: 2px solid #E9E7DF;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	margin-bottom: 7px;
}
/* Footer */
#footer {
	background-color: #32506A;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	margin-bottom: 4px;
	float: left;
	color: #E9E7DF;
	width: 730px;
}
