* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 826px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A0A0A4;
	border-left-color: #A0A0A4;
}
#wrapper #headerHm {
	height: 150px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #NavBarTop {
	height: 30px;
	background-repeat: no-repeat;
}
#wrapper #BodyArea #Left {
	width: 226px;
	float: left;
	height: 675px;
}
#wrapper #BodyArea #Right {
	width: 600px;
	float: right;
	background-image: url(../images/bg-home.jpg);
	background-repeat: no-repeat;
	height: 675px;
	overflow: scroll;
}
#wrapper #BodyArea #footer {
	height: 30px;
	clear: both;
	background-repeat: no-repeat;
}

