@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../images/BCK_Stripe.jpg);
	background-repeat: repeat-x;
	background-color: #736458;
	

}
#wrapper {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#HeaderTop {
	background-image: url(../images/Header_Bck.jpg);
	height: 70px;
	width: 920px;
	color: #3F322A;
	float: left;
	margin: 0px;
	text-align: right;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#HeaderImage {
	width: 920px;
	float: left;
}
#SideBarLeft {
	background-image: url(../images/Side_Bkg_Left.jpg);
	width: 15px;
	float: left;
}
#SideBarRight {
	background-image: url(../images/Side_Bkg_Right.jpg);
	width: 15px;
	float: left;
}
#ContentCenter {
	background-image: url(../images/Content_Bkg.jpg);
	width: 890px;
	float: left;
}
#footer {
	background-image: url(../images/Footer_Bkg.jpg);
	float: left;
	height: 63px;
	width: 680px;
	padding-top: 10px;
	padding-right: 230px;
	padding-left: 10px;
	text-align: center;
}
#navbar {
}
#ContentText {
	width: 380px;
	float: left;
}
#HomeCenterCol {
	width: 280px;
	float: left;
}
#ContentTextWide {
	width: 660px;
	float: left;
}
#LogoBox {
	width: 205px;
	padding-left: 20px;
	float: left;
}
h1 {
	font-size: 20px;
	color: #a3b8e0;
	font-weight: bolder;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	font-size: 16px;
	color: #a3b8e0;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
p {
	margin-top: 1px;
	margin-bottom: 10px;
}
a {
	color: #FFFFFF;
}
