/* Ars CSS  */

/* body */

body
{
	background:#c0c0c0;
	margin:0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#555;
}

div.centerer
{
	margin:0 auto 0 auto;
	width:700px;
}

div.master
{
	background:url(../images/bg_img.jpg);
	padding: 0px 38px 0px 38px;
	width:624px;
	float:left;
}

div.spacer_gray
{
	background:#e9e9e9;
	width:624px;
	height:24px;
	float:left;
}

div.spacer_line
{
	border-top:#999 solid 1px;
	height:24px;
}

div.cwide
{
	width:624px;
	font-size:12px;
	float:left;
}

div.cwide h2 a
{
	/*color:#FF0000;*/
	padding:0px;
	margin:0px;
}

div.box
{
	border:#999 solid 2px;
	padding:4px;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
}

div.feedme img
{
	max-width: 180px;
	max-height: 135px;
	padding: 0px 0px 0px 10px;
	float:right;
	border:none;
	position:relative;
}
/*
div.feedme p
{
padding:0px;
margin:0px;
display:inline;
}
*/
h1
{
	font-size:38px;
	text-align:center;
	color:#999;
	font-weight:bold;
}

h2, h3
{
	margin:0px;
	padding:0px;
	font-family: 'ArialMT', 'Arial', 'sans-serif';
	color:#444;
	/*
	border:#FF0000 thin solid;
	display:inline;
	*/
}

h2
{
	font-size:20px;
	font-weight: normal;
}

h3
{
	font-size:13px;
	font-weight:bold;
}

a
{
	color:#777;
	text-decoration:none;
}

a:hover
{
	color:#483c3c;
}


/* header */

div.nav
{
	background:url(../images/menu.png) no-repeat;
	width:624px;
	padding:12px 0px 11px 0px;
	margin: 0px 0px 4px 0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	float:left;
}

div.nav ul, div.footer ul
{
	margin:0;
	padding:0;
	white-space:nowrap;
	list-style-type:none;
}

div.nav li
{
	padding: 0px 10px 0px 10px;
	display:inline;
}

/* footer */

div.footer
{
	background:#CCD6C5;
	/*background:#A6C09F;*/
	width:594px;
	padding:15px;
	margin: 10px 0px 20px 0px;
	text-align:center;
	font-size:11px;
	float:left;
}

div.footer li
{
	display:inline;
}

div.footer ul li:before
{
	padding: 0px 10px 0px 10px;
	content: "|";
}
	
div.footer ul li.first:before 
{
	content: "";
}


div.footer a
{
	/*color:#669900;*/
	font-size:13px;
	font-weight:bold;
}


/* column 1 */

div.c1
{
	width:320px;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	line-height:26px;
	float:left;
}

div.c1 div.spacer_gray
{
	background:#e9e9e9;
	width:320px;
	height:10px;
}

/* column 2 */

div.c2
{
	margin-left:40px;
	float:left;
}

div.c2 div.title
{
	font-size:14px;
	text-align:center;
	background:#CCD6C5;
	/*background:#A6C09F;*/
	color:#669900;
	font-weight:bold;
	padding:10px;

}

div.c2 div.text
{
	background:#e9e9e9;
	padding:20px;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	line-height:24px;
	width:224px;
}

div.c2 ul
{
	list-style-image:url(../images/blt_green.gif);
	margin-left:0px;
	padding-left:20px;
	line-height:18px;
}
span.bio{
	color:#888;
}
