body {
	font-family:arial;
	text-align:left;
	margin:0;
	padding:0;
	background: #d3c7af url('images/bkg_grad.gif') repeat-x;
	}

#cont_area {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

/* --------------------------------- Begin Main Cont ------------------------------------------------ */

#main_cont {
	float:left;
	font-size:.75em;
	padding-top:10px;
}

#left {
	width:238px;
	background-color: #fff;
	float:left;
	padding:5px;
	border: double #5777bd;
	margin-right:10px;
}

	#left img{
		margin-bottom:20px;
	}

#right {
	background-color: #fff;
	width:495px;
	float:left;
	padding:5px 11px;
	border: double #5777bd;
}

h2 {
	color:#5777bd;
	font-family: serif;
	font-variant: small-caps;
	margin:0;
	font-size:1.4em;
}

h3{
	color:#71571d;
	font-family: times;
	font-size:1.5em;
	font-weight:lighter;
	margin-bottom:15px;
	}

p{
	margin-top:0;
	line-height:1.2em;
}

a {
	color:#5777bd;
	text-decoration:none;
	}

a:hover {
	text-decoration: underline;
}

/* ----------------------------- Begin Specific Attributes----------------------------------------- */

.brown {
	color:#71571d;
	font-weight: bolder;
}

.info {
	color:#71571d;
	font-size:.8em;
	line-height:1.2em;
}

.blue_link{
	color:#293f71;
	font-size:.9em;
	padding:0 20px 0 40px;
	display:block;
	line-height:1.2em;
}

.first_line {
	color:#71571d;
	font-size:1.3em;
	font-weight: normal;
	line-height:1.2em;
}

.search_link img{
	border:none;
	padding:20px 0 22px 15px;
}

/* --------------------------------- Begin Footer ------------------------------------------------ */

#footer {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:.7em;
	line-height:1.2em;
	padding:12px 0;
	color:#000;
}

	#footer a {
		text-decoration: none;
		color:#000;
	}

	#footer a:hover {
		color:#131f5b;
	}

.clear_both{
	clear:both;
}