@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#wrapper #logo {
	height: 131px;
	background-color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #Navigation {
	height: 100px;
}
#wrapper #Navigation #buttons {
	height: 98px;
	background-color: #FFFFFF;
}
#wrapper #headerImg {
	height: 200px;
	background-image: url(../images/centerlogo.jpg);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #left {
	width: 250px;
	float: left;
	background-color: #FFFFFF;
}
#wrapper #bodyArea #right {
	width: 550px;
	float: right;
	background-color: #EDEDED;
}
#wrapper #bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#wrapper #bodyArea #left #twitter {
	background-color: #000000;
	width: 175px;
	margin: 12px;
}
#wrapper #bodyArea #left #hours {
	width: 200px;
	border: 1px solid #EDEDED;
	height: 240px;
	margin: 12px;
}
#wrapper #bodyArea #left #creditcardpic {
	background-image: url(../images/visacc.png);
	height: 26px;
	width: 162px;
	background-repeat: no-repeat;
	margin: 12px;
}
#wrapper #headerImg #calltoattention #calltoactionimg {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	height: 125px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 12px;
}
#wrapper #bodyArea #left #followus {
	background-color: #FFFFFF;
	height: 132px;
	width: 216px;
	margin: 12px;
}
#wrapper #bodyArea #left #fblikeus {
	background-color: #FFFFFF;
	width: 245px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #headerImg #calltoattention {
	height: 185px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

