/* CSS Document */

body {
	font: 12px Arial;
	background: #BFBEC8;
	margin: 0; 
	padding: 0;
	color: #333333;
}

#container {
	width: 780px;
	background-color: #BFE0FF;
    margin: 0 auto; 
	text-align: left; 
	height: auto;
	border: 2px solid #ffffff;
	position: inherit;
	top: auto;
	padding-top: 10px;
}

#header-span {
	width: 760px;
	background-color: #BFE0FF;
    margin: 0 auto; 
	text-align: left; 
	height: 105px;
	border: 2px solid #ffffff;
	bottom: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header-span p {
	color: #333333;
}

#logo-t {
	position: relative;
	left: 0;
	top: 0;
	float: left;
	width: 314px;
	height: 68px;
	background: url(http://www.yokefellow-rc.org/img/yokefellow-logo.gif) 0 0 no-repeat;
}

#top-span {
	width: 760px;
	background-color: #67829B;
    margin: 0 auto; 
	text-align: left; 
	height: 200px;
	border: 2px solid #ffffff;
	top: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main-span {
	width: 740px;
	background-color: #ffffff;
    margin: 10px auto; 
	text-align: left; 
	height: auto;
	border: 2px solid #67829B;
	top: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

#main-span h1{
	color: #67829B;
	font: 18px;
}

#main-span h3{
	color: #990000;
	font: 14px/16px;
}


#col-left {
        background-color: #ffffff;
	padding: 14px;
        padding-left: 9px;
	margin: 0px;
	float:left;
}




#footer-span {
	width: 760px;
	background-color: #BFE0FF;
    margin: 0 auto; 
	text-align: left; 
	height: 105px;
	border: 2px solid #ffffff;
	bottom: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer-span p {
	color: #333333;
}

#address {
	height: 100px;
	width: 200px;
	right:0px;
	float: right;
	padding-right:5px;
}

#address p {
	color: #333333;
	text-align: right;
}

#address hr {
	width: 190px;
	color: #ffffff;
}

#left-footer-block {
	height: 100px;
	width: 550px;
	left: 0px;
	float: left;
	padding-left:5px;
}


