@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

/* CSS Document */

#fullcontainer {
	background-image: url(../images/pagebkgd.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #4d301e;
}
#main {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
#header {
	width: 948px;
	margin-bottom: 20px;
	padding-top: 20px;
}
#sidebar {
	float: left;
	width: 248px;
	background-repeat: repeat-y;
	text-align: center;
}
#text {
	width: 702px;
	background-color: #FFF;
	margin-left: 248px;
	background-image: url(../images/texttopper.png);
	background-repeat: no-repeat;
	min-height: 540px;
}
#content {
	width: 950px;
}
#ctop {
	height: 18px;
	width: 950px;
	background-image: url(../images/ctop.png);
	background-repeat: no-repeat;
	position: relative;
}
#cmiddle {
	width: 950px;
	background-image: url(../images/cmiddle.jpg);
	background-repeat: repeat-y;
	position: relative;
	margin-top: -20px;
}
#cbottom {
	height: 15px;
	width: 950px;
	background-image: url(../images/cbottom.png);
	background-repeat: no-repeat;
	margin-top: -16px;
}
#topheaderbar {
	width: 950px;
	height: 101px;
}
#logotop {
	float: left;
	height: 101px;
	width: 454px;
}
#topphone {
	float: right;
	height: 101px;
	width: 300px;
	text-align: right;
}

#bottomheaderbar {
	width: 950px;
	height: 91px;
}
#logocirclebottom {
	float: left;
	height: 91px;
	width: 151px;
}

#navigation {
	height: 91px;
	width: 798px;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	float: right;
}
#navlinks {
	height: 65px;
	width: 798px;
	padding-top: 5px;
}

#footer {
	background-color: #678D3A;
	width: 100%;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
}


#footercontent {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
