@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 9in;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: auto;
}
#wrapper #logo {
	height: 75px;
	background-color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: auto;
}
#wrapper #navigation #menu {
	float: left;
	height: 18px;
	width: auto;
}
#wrapper #navigation #search {
	float: right;
	height: 18px;
	width: 215px;
}
#wrapper #headerImg {
	height: 1px;
	background-color: #CCC;
}
#wrapper #mainImg {
	height: 396px;
	background-image: url(../Images/Homepage/Homepage-Image.gif);
}
#wrapper #bodyArea #right {
	height: auto;
	width: 100%;
	float: right;
}
#wrapper #bodyArea #footer {
	height: 66px;
	clear: both;
}
#wrapper #newImg {
	height: 124px;
}
#wrapper #bodyArea #right #chair_left {
	float: left;
	height: auto;
	width: 620px;
}
#wrapper #bodyArea #right #chair_right {
	float: right;
	height: auto;
	width: 100px;
}
.link_cls a:link, .link_cls a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.title_cls a:link, .title_cls a:visited{
	font-family: Constantia;
	font-size: 13px;
	text-decoration: none;
	color: #666;
	vertical-align: top;
}
.title_cls a:hover, .title_cls a:active{
	font-family: Constantia;
	font-size: 13px;
	color: #000;
}
