/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	background:#C2B4A9;
}
	
#container {
	margin: 0 auto;
	width: 736px;
}

.tabs {
	clear:both;
	margin-left:25px;
	width:100%;
	font-size:93%;
	line-height:normal;
	overflow:hidden;
	}

.tabs ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

.tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

.tabs a {
	float:left;
	background:url('../images/left2.png') no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

.tabs a span {
	float:left;
	display:block;
	background:url('../images/right2.png') no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#000000;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}

/* End IE5-Mac hack */
.tabs a:hover span {
	}

.tabs a:hover, .tabs li a#selected, .tabs li a#selected:hover {
	background-position:0% -41px;
	}

.tabs a:hover span, .tabs li a#selected span, .tabs li a#selected:hover span {
	background-position:100% -41px;
	color:#000000;
	}
	
#content {

}

#content a {
	color:#60432B;
	font-weight:bold;
	font-size:.8em;
}

#content a:hover {
	color:#EE5B07;
	font-weight:bold;
    font-size:.8em;
}

#ctop {
	background:url('../images/tbar.gif') no-repeat;
	width:736px;
	height: 22px;
}

#chead {
	background:url('../images/bg.gif') repeat-y;
	width:736px;
	padding: 0 20px 0 20px; 
	color: #EE5B07;
	font-size:22px;
	font-weight:bold;
}

#cmid {
		background:url('../images/bg.gif') repeat-y;
		width:736px;
}


#cbtm {
	background:url('../images/bbar.gif') no-repeat;
	width:736px;
	height: 31px;
}

#lcolumn {
	position: absolute;
	margin-left: 10px;
	width: 470px;
	padding: 10px 0 10px 0;
}

#rcolumn {
	margin-left: 490px;
	width: 235px;
	padding: 10px 0 10px 0;
}

#nocolumn {
	width: 717px;
	padding: 20px 10px 10px 10px;
}

.bioheader{
padding: 2px 5px;
border: 1px solid gray;
background: #C2B4A9;
}

.quote {
	font-size: .8em;
}

.spacer {
	width: 100%;
	height:10px;
}

img.floatLeft { 
    float: left;
	padding: 5px;  
}
img.floatRight {
    float: right;
	padding: 5px; 
}

#footer	{
	font-size:.8em;
}

#footer a {
	color:#60432B;
	font-weight:bold;
	font-size:1em;
}

#footer a:hover {
	color:#EE5B07;
	font-weight:bold;
	font-size:1em;
}

/* Rounded Corners Content */ 
.ct {background: url('../images/cdot.gif') 0 0 repeat-x;}
.cb {background: url('../images/cdot.gif') 0 100% repeat-x;}
.cl {background: url('../images/cdot.gif') 0 0 repeat-y;}
.cr {background: url('../images/cdot.gif') 100% 0 repeat-y;}
.cbl {background: url('../images/cbl.gif') 0 100% no-repeat;}
.cbr {background: url('../images/cbr.gif') 100% 100% no-repeat;}
.ctl {background: url('../images/ctl.gif') 0 0 no-repeat;}
.ctr {background: url('../images/ctr.gif') 100% 0 no-repeat; padding:10px;}
