@charset "utf-8";
body {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 955px;
}
#header_container {
	margin-right: 10px;
	margin-left: 10px;
	border: thin solid #000;
}
#header_container #quick_box {
	background-image: url(../images/quick_box_background.png);
	background-repeat: repeat-y;
	width: 214px;
	padding: 0px;
	margin: 10px;
	border: thick ridge #F60;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
#header_container #quick_box #quick_box_content {
	width: 90%;
	text-align: left;
	background-color: #000;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#header_container #header_right {
	text-align: center;
	width: 70%;
	float: left;
}
#header_container #top_menu {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: small;
	font-weight: bold;
	float: none;
}
#wrapper #content_container {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#left_container {
	width: 48%;
	float: left;
	margin-bottom: 10px;
}
#left_content {
	border: thin solid #000;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#left_content img {
	border: thick ridge #F90;
}
#right_content img {
	border: thick ridge #F90;
}


#right_container {
	width: 48%;
	display: block;
	float: left;
	margin-left: 18px;
	margin-bottom: 10px;
}
#right_content {
	border: thin solid #000;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#footer_container {
	clear: both;
	border: thin solid #000;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: small;
	font-style: italic;
	color: #00F;
}
#footer_container img {
	margin-top: 5px;
}
#title_box {
	font-size: large;
	text-align: center;
	clear: both;
	color: #900;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 10px;
}
table th {
	color: #900;
	font-weight: bold;
}
