body {
	background: url(../images/Picture-5-copy.png);
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 139px;
	text-align: center;
	background: #000;
}
#slogan {
	background: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 26px;
}
#catSearch {
	background: #CCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 39px;
}
#navMain {
	background: #444;
	text-align: center;
	padding: 0px;
	height: 45px;
	margin: 0px;
}
#navBar a {
	color: #FFF;
	text-decoration: none;
	margin: 4px;
	padding: 3px;
}
#navBar a:hover {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
}
#headingTop {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 55px;
	background: #999;
}
#headingBottom {
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 150px;
}
#sidebar {
	margin: 5px 0px 0px 5px;
	padding: 5px;
	height: auto;
	width: 525px;
	float: left;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 410px;
	background: #FFF;
	text-align: left;
}
#footer {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 25px;
	background: #000;
	clear: both;
}
p {
	margin-left: 10px;
}
#wrapper {
	background: #FFF;
	text-align: left;
	margin: 0 auto;
	width: 950px;
}
.tableMargin {
	margin-left: 15px;
	border: 5px groove #444;
	padding: 2px;
}
