@charset "UTF-8";
.bottom_background {
	background-image: url(images/main_background_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.about_bottom {
	background-image: url(images/about_back_bttm.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.footer {
	background-image: url(images/tape.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.footer_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8d171c;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585344;
}
.bottom_longer {
	background-image: url(images/background_longer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.text_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	text-decoration: underline;
}
.text_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585344;
	line-height: 18px;
}

/***** Clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */

/***** Main Layout ****/
#container {
	width: 337px;
	height: 100%;
	text-align: center;/* IE fix to center the page */
}

#content {
	width: 400px;/* center the page in Firefox */
	text-align: left;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	margin: 0px;
}

