@charset "UTF-8";
/* CSS Document */

.bkg
{
	background-color: #bbb4aa;
	background-image: url(Images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #d5d4c1;
	background-image: url(Images/top_m.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-transform: uppercase;
}

.content
{
	background-color: #FFFFFF;
	border: 1px solid #a0998d;
}

.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #707070;
	padding: 30px;
}

.rcolumn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #707070;
	padding: 10px;
}

.headline
{
	font-family: "Big Caslon", "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #4a96a6;
}

.r_gutter
{
	background-image: url(Images/gutter_r.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.l_gutter
{
	background-image: url(Images/header_l.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #bbb4aa;
}