@charset "utf-8";
/* CSS Document */

#header {
	float: left;
	width: 960px;
}

#buttons {
	width: 960px;
}

#content {
	float: none;
	width: 920px;
	border: thick solid #C4C493;
	margin-right: 20px;
	margin-left: 20px;
	height: auto;
}


#imageonleft {
	padding: 0px;
	float: left;
	height: auto;
	width: 228px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align: center;
	border: medium none #C4C493;
}
#textonleft {
	height: 185px;
	width: auto;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#rightpics {
	float: right;
	height: 580px;
	width: 180px;
	margin-left: 20px;
	text-align: center;
	padding: 0px;
}
#table {
	float: left;
	width: 470px;
	border: thin solid #000000;
	height: auto;
	margin: 0px;
}


#footer {
	float: left;
	width: 960px;
	background-image: url(../images/footer_bg.png);
	height: 110px;
	background-repeat: no-repeat;
}

body,td,th {
	font-family: Times New Roman, Times, serif;
	color: #333333;
}
body {
	background-color: #000000;
}
a:link {
	color: #CC3433;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CD3333;
}
a:hover {
	text-decoration: none;
	color: #C4C493;
}
a:active {
	text-decoration: none;
	color: #CC3433;
}

.main_text {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

.main_text_nonbold {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

.link_text {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC3232;
}

.contact_text {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC3232;
}
