@charset "utf-8";

html, body {
	padding: 0;
	margin: 0;
	font-size: 100%;
}

body {
	background: url(imgs/background.png) #fbfaf9;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a img {
	border: 0;
}

a:link {color: #990000;  }
a:active {color: #990000;  }
a:visited {color: #990000; }
a:hover {color: #b2b2b2; }


#wrapper {
	width: 1120px;
	margin: 0 auto;
	text-align: left;
	background: url(imgs/bg_white_shadow_alpha.png) repeat-y;
}

#header {
	margin: 0px 10px;
}

#navbar {
	margin: 0px 10px;
	background: url(imgs/bg_nav_bar.png) repeat-x #85000d;
	text-align: center;
}

#main {
	margin: 25px 10px;
	background: url(imgs/bg_column.png) repeat-y left bottom;
}

#content {
	width: 695px;
	float: left;
}

#content_pad {
	padding: 20px 50px;
line-height: 1.8em;
}

#column {
	width: 390px;
	float: left;
	background: url(imgs/bg_column_top.png) no-repeat top left;
}

#column h3 {
	margin-left: 50px;
	margin-right: 50px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	color: #b70012;
}

#column p {
	margin-left: 50px;
	margin-right: 50px;
}

#column a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#column a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.grey_headline {
	text-transform: uppercase;
	color: #969696;
}

#footer {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 10px;
	text-align: center;
	padding-bottom: 30px;
}

#footer .fblogo {
	margin-left: 55px; margin-right: 15px; float: left;
}

#footer .creditcare {
	margin-right: 15px; float: left;
}

#footer p {
	float: left; padding-top: 0; margin-top: 8px;
}

#footer .designthis {
	text-transform: lowercase;
	color: #969696;
}

#footer .designthis a {
	text-decoration: none;
	color: #969696;
}

#footer .designthis a:hover {
	text-decoration: underline;
	color: #666666;
}

h1 {
text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: #b70012;
}

.red {

	color: #b70012;

}


.clr {
	clear: both;
}