@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFC;
	border-right-color: #FFC;
	border-bottom-color: #FFC;
	border-left-color: #FFC;
}

#banner {
	width: 968px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: 660000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#main_image {
	background-image: url(images/main.jpg);
	height: 231px;
	width: 383px;
	padding-top: 145px;
	padding-left: 585px;
}
#main_text {
	background-color: #FFF;
	width: 300px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px;
}

#main_text h3 {
	font-size: 120%;
	color: #00b4e1;
	margin-top: 0px;
	margin-bottom: 10px;
}

#main_text h4 {
	font-size: 100%;
	margin:0 auto;
}

#main_text p{
	font-size: 90%;
	margin:0 auto;
}

#left_column {
	float: left;
	width: 622px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: auto;
	margin-top: 5px;
	border: thin solid #E9E7D2;
	
}

#column_container {
	float: left;
	width: 319px;
	border: thin none #CCC;
}
#right_column {
	float: right;
	width: 300px;
	padding-top: 5px;
	border-left-style: none;
	border-left-color: #E9E7D2;
}
img {
      border: 0;
}

