* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: auto;
	height: auto;
	width: 972px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
}
#wrapper #logo {
	height: 100px;
	padding-left: 10px;
	background-color: #FFF;
	
}
#wrapper #navigation {
	height: 23px;
}
#wrapper #middle {
	height: 80px;
	width: 972px;
	border-bottom-width: 4px;
	border-bottom-style: ridge;
	border-bottom-color: #999;
	
}
#wrapper #bodyArea #left {
	width: 220px;
	float: left;
	background-image: url(../Images/roundboxstyled2.png);
	background-repeat: no-repeat;
	padding-top: 58px;
	padding-left: 30px;
	background-position: 0px 0px;
	line-height: 20px;
	
	
	
	

}
#wrapper #bodyArea #right {
	width: 700px;
	float: right;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 54px;
	padding-left: 0px;
	
}
#wrapper #bodyArea #right table tr td img {
	border: 1px solid #999;
}

#wrapper #bodyArea #footer {
	clear: both;
	height: 70px;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #333;
	background-image: url(../Images/new_background_10.gif);
	background-repeat: repeat-x;
}
#wrapper #bodyArea #left p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#wrapper #bodyArea #left p {
	font-family: Verdana, Geneva, sans-serif;
}
