@charset "utf-8";
body,p {
	margin: 0px;
	padding: 0px;
}



#container {
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
}
#header {
	width: 778px;
	height: 573px;
	position: relative;
	background-image: url(../images/header_bg.jpg);
}

#content {
	width: 778px;
	height: 315px;
	position: relative;
	background-image: url(../images/content_bg.jpg);
}



#footer {
	width: 778px;
	height: 112px;
	position: relative;
	background-image: url(../images/footer_bg.jpg);
}
#rotator_texts {
	width: 336px;
	left: 425px;
	top: 21px;
	position: absolute;
}
#intro {
	position: absolute;
	height: 180px;
	width: 200px;
	left: 44px;
	top: 370px;
}
#intro_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #a53d39;
}

#intro_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
}
#polaroid {
	position: absolute;
	height: 210px;
	width: 163px;
	left: 89px;
	top: 117px;
}
#home_column1 {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 200px;
	left: 44px;
	top: 44px;
	text-align: center;
}

#home_column2 {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 200px;
	left: 290px;
	top: 27px;
	text-align: center;
}
#home_column3 {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 200px;
	left: 540px;
	top: 48px;
	text-align: center;
}
.column_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #000000;
	position: relative;
	padding: 2px;
	text-align: center;
	margin: auto;
	width: 90px;
}


.column_intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a53d39;
	padding-top: 5px;
	padding-bottom: 12px;
}
.column_ask {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
}



.column_bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: auto;
	width: 85px;
	position: relative;
}
.column_bullets2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: auto;
	width: 142px;
	position: relative;
}
.column_bullets3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: auto;
	width: 170px;
	position: relative;
}
.column_ask a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.column_ask a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #a53d39;
	text-decoration: none;
}

.footer_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
}
#footer_contact {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	position: absolute;
	left: 23px;
	top: 7px;
	font-size: 18px;
}

#footer_contact_info {
	position: absolute;
	left: 377px;
	top: 40px;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.white_link {
	color: #FFFFFF;
	text-decoration: none;
}
.white_link:hover {
	color: #a53d39;
	text-decoration: none;
}
.tl_bkrd
{
    background-color:  rgb(236, 244, 247);
}