#wrapper {
	width: 800px;
	margin: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFF;
}
#shadow {
	background-image: url(../images/shadowbg2.jpg);
	background-repeat: repeat-y;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

body {
	margin: 0px;
	background-color: #f4f4f4;
}

#header {
	background-image: url(../images/palliserComputerHeader.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 125px;
	margin-bottom: 15px;
}
#menuColumn {
	float: left;
	width: 180px;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
}
#columnContainer {
	float: right;
	width: 600px;
	height: auto;
	clear: none;
}
#rightColumn {
	float: right;
	width: 190px;
	padding-left: 5px;
	height: auto;
	clear: both;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#centerColumn {
	width: 400px;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
	padding-top: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003;
	float: left;
	clear: both;
}


#footer {
	background-image: url(../images/bottomBar.jpg);
	height: 35px;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 0px;
	clear: both;
}
