@charset "utf-8";
a:link { color: #FF0; }
a:hover {color: #63F}  /* mouse over link */
a:visited { color: #FCF }
body {
	background-color: #000;
	font-family: "Agency FB", "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

@font_face {
font-family: Agency FB;
src: url('AGENCYR_0.TTF');
}

#container {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	color: #CCC;
	overflow: hidden;
}
#banner {
	text-align: center;
}

#main_image {
	width: 1018px;
	height: 400px;
	padding-top: 20px;
	text-align: center;
	background-image: url(images/bg_new.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main_text {
	text-align: center;
	width: 800px;
	font-family: Agency FB, "Segoe UI", Helvetica, Arial, sans-serif;
	line-height: 1.2;
	position: relative;
	margin-left:auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:20px;
	bottom: 0px;
	color: #CCC;
}
#main_text h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}
#main_text h3 {
	font-size:16px;
	margin: 0 auto;
}
#main_text p {
	font-size: 20px;
	margin: 0 auto;
}
#left_column, #center_column, #right_column {
	width: 316px;
	float: left;
	font-size: 20px;
	color: #F6C;
}
#center_column, #right_column {
	margin-left: 10px;
}
p {
	margin-top: 1em;
	color: #CCC;
}

#quote_text {
	text-align: center;
	width: 1024px;
	font-family: "Agency FB", "Segoe UI", Helvetica, Arial, sans-serif;
	line-height: 1.2;
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	font-size:20px;
	bottom: 0px;
	color: #CCC;
}
#quote_text h2 {
	font-size: 30px;
	font-weight: bold;
	color: #F6C;
}
#quote_text p {
	font-size: 30px;
	color: #CCC;	
}
#quote_text a:link { 
	color: #FF0; 
	font-size: 20px;
	font-style: italic;
}
#quote_text a:hover{
	color: #63F; 
	font-size: 20px;
	font-style: italic;
}  /* mouse over link */

#icon_image1, #icon_image2, #icon_image3 {
	width: 256px;
	float: left;
	font-size: 20px;	
}
#footer_image {
	float: none;
	width: 1024px;
	height: 225px;
	text-align: center;
	position: static;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
#footer_image p {
	font-size: 18px;
	padding-bottom: 20px;
	color: #FFF;
}
