

*
{font-family:Geneva, Arial, Helvetica, sans-serif;}

body
{
	background:#cfc8b3;
	width:800px;
	margin:30px auto 0 auto;
	color:#343024;
}
h1
{
	font-size:12px;
}
img
{
	border:0;
	margin:0;
	padding:0;
}
a{color:#000;}

ul li{list-style:disc;}

#Container
{
	width:800px;
	height:600px;
	background:#fff url(../images/container-bg.gif) repeat-y;
}

.Top
{	
	background: url(../images/side-top.gif) no-repeat;
	height:45px;
	text-align:right;
}
.Top small
{	
	margin-right:60px;
	font-size:11px;
}

.Base
{	
	background: url(../images/side-btm.gif) no-repeat;
	height:58px;
	position:relative;
	z-index:50;
}


.Header
{
	color:#cfc8b3;
	font-size:34px;
	font-weight:bold;
	margin-left:60px;
	margin-top:-20px;
	position:relative;
	z-index:200;
}

#PrimaryContent
{
	margin-left:60px;
	width:370px;
	position:relative;
	z-index:200;
	height:470px;/*note increase the height for ff*/
}

#SecondaryContent
{
	width:316px;
	float:right;
	position:relative;
	z-index:100;
	top:-55px;
	right:52px;
	height:470px;/*note increase the height for ff*/
}	


.Navigation
{
	background:#cfc8b3;
	padding:5px 0;
	position:relative;
	z-index:100;
	top:0px;
	width:448px;
	left:50px;
	float:left;
	margin-top:12px;
}

.Navigation a
{
	padding:0 0 0 12px;
	font-size:12px;
	text-decoration:none;
	color:#343024;
}
.Navigation a:hover
{
	color:#fff;
}

.MainContent
{
	margin-top:40px;
	font-size:12px;
	line-height:130%;
}
.MainContent a
{
	color:#453b8f;
	text-decoration:none;
}

.Aor
{
	position:relative;
	top:10px;
}
.Aor img
{
	vertical-align:middle;
}
.Aor a
{
	position:relative;
	top:12px;
}
#content div p
{
	margin:8px 0;
}

#content div
{
	margin:10px 0 22px 0;
}
#content div.Alt
{
	background:#cfc8b3;
}
.Testimonials div
{
	margin:0 0 12px 0;
	padding:0 0 6px 0;
	border-bottom:1px solid gray;
}
.Testimonials div p
{
	margin:0 0 4px 0;
	padding:0;
	font-style:italic;
	font-weight:bold;
}
