body{
	width:955px;
	margin:0px auto;
	padding:0px;
	background:#e1e1e1 url('../images/bodybg.png') repeat-x top center;
	font-family: Arial, Tahoma, Sans-serif;
	font-size:12px;
	color:#6d6d6d;
}
	#container{
		width:935px;
		margin:0px;
		padding:0px 10px;
		background:#ffffff url('../images/containerbg.png') repeat-x top center;
		border-bottom:4px solid #ffa9c9;
	}
#header{
	width:935px;
	overflow:auto;
	padding:0px;
}
	#header .logo{
		display:block;
		float:left;
		width:350px;
		height:70px;
		margin:32px 0px 0px 5px;
		outline:none;
}
	#header .hright{
		float:right;
		width:170px;
		margin:28px 10px 0px 0px;
		text-align:right;
	}
		#header .hright .hlinks{
			display:block;
			margin:4px 10px 0px 0px;
		}
		#header .hright a:link,#header .hright a:visited{
			color:#a8476b;
		}
		#header .hright a:hover{
			text-decoration:none;
		}
#nav{
	width:935px;
	overflow:auto;
	clear:both;
	list-style-type:none;
	margin:15px 0px 0px 0px;
	padding:0px;
	height:30px;
	background:url('../images/navbg.png') repeat-x top left;
	border-left:1px solid #ff1270;
	border-right:1px solid #ff1270;
}	
	#nav li{
		float:left;
		border-left:1px solid #ff1270;
		border-right:1px solid #ffffff;
	}
		#nav li a:link,#nav li a:visited{
			padding:0px 18px;
			display:block;
			float:left;
			color:#ffffff;
			font-weight:bold;
			font-size:15px;
			text-decoration:none;
			line-height:30px;
		}
		#nav li a:hover{
			background:url('../images/navhover.png') repeat-x top left;
		}
		#nav li.first{
			border-left:1px solid #ffffff;
		}
		#nav li.last{
			border-left:1px solid #ff1270;
		}
		#nav li.last a{
			//padding:0px 32px;
		}
#content{
	width:935px;
	overflow:auto;
	background:url('../images/contentbg.png') repeat-y top left;
}
#content .left{
	width:250px;
	float:left;
	margin-top:1px;
	padding-top:130px;
	background:url('../images/casey.jpg') no-repeat top center;
	line-height:16px;
}
#content .right{
	width:190px;
	padding:20px 10px 20px 0px;
	float:right;
	line-height:16px;
}
#content .mid{
	font-size:12px;
	line-height:18px;
	width:445px;
	padding:30px 20px;
	float:left;
}
#footer{
	padding:20px;
	margin-bottom:50px;
}


.left .padded{
	padding:0px 10px;
}
.left h3{
	font-family: Georgia, "Times New Roman", Serif;
	font-size:15px;
	color:#a8476b;
	line-height:20px;
}
.left h4{
		font-size:12px;
}
.left .quote{
	width:250px;
	font-family: Georgia, "Times New Roman", serif;
	font-size:16px;
	padding:30px 0px 20px 0px;
	background:#ffdee8 url('../images/quote-top.png') no-repeat top center;
	line-height:24px;
}
.left .quote .para{
	margin:0px;
	padding:0px 20px 0px 20px;
	background:url('../images/quote-bottom.png') no-repeat bottom center;
}

.right h3{
	font-family: Georgia, "Times New Roman", Serif;
	font-size:16px;
	font-weight:normal;
	color:#a8476b;
	padding-bottom:3px;
	border-bottom:1px dotted #b8df7b;
}
.right h3.social{
	font-size:18px;
}


.mid h1{
	font-family: Georgia, "Times New Roman",Serif;
	font-size:21px;
	color:#a8476b;
	margin:30px 0px 10px 0px;
	padding:0px;
	line-height:24px;
}


a:link,a:visited{
	font-weight:bold;
	color:#66aa20;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}