@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 800px;
	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: #999999;
	border-left-color: #999999;
}
#wrapper #logo {
	height: 100px;
	background-color: #FFFFFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navagation {
	height: 35px;
}
#wrapper #headerImg {
	height: 250px;
	background-image: url(../images/bluechips.png);
	background-repeat: no-repeat;
}
#wrapper #bodyArea {
	padding: 25px;
}
#wrapper #footer {
	height: 40px;
	clear: none;
	background-image: url(../images/topSealb.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
