* {
	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: 692px;
	float: left;
	background-image: none;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
	
	
	
	

}
#wrapper #bodyArea #right {
	width: 215px;
	float: right;
	background-image: none;
	background-repeat: repeat-x;
	padding-top: 35px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
	
}
#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 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#wrapper #bodyArea #left table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-left: 5px;
}
