body {
	background-color:#C1C1CE;
}
a {
	color:#000066;
	font-weight:bold;
}
.centeredTable {
	margin:auto;
}
.centeredTable td {
	padding:5px 5px 5px 5px;
}
.names {
	color:#000066;
	font-weight:bold;
}
#container {
	width:920px;
	margin:0px auto;
	border:0px ridge black;
}
a img {
	border:none;
}
#header {
	margin:auto;
	height:231px;
	background-color:#8989AA;
}
#logo {
	float:left;
}
#group {
	float:right;
	padding-right:50px;
	background-image:url("../CSSFiles/images/duffy2.png");
	background-position:top right;
	background-repeat:no-repeat;
}
#menu {
	clear:both;
	width:920px;
	background-color:#9C9CB6;
	padding:5px 0px;
	text-align:center;
	border-bottom:0px solid black;
	border-top:0px solid black;
}
#menu a {
	padding:3px 13px 3px 13px;
	font-size:20px;
	text-decoration:none;
}
#menu a:hover {
	color:#BBBBBB;
	background-color:#000066;
}
#left {
	width:220px;
	background-color:#8989AA;
	border-right:0px solid black;
	vertical-align:top;
}
#right {
	width:220px;
	background-color:#8989AA;
	border-left:0px solid black;
	vertical-align:top;
}
#main {
	text-align:center;
	vertical-align:middle;
	background-color:#ABABBB;
}
#shopByPrice a {
	padding:5px 13px 5px 13px;
}
#shopByPrice a:hover {
	background-color:#000066;
	color:#BBBBBB;
}
#footer {
	position:relative;
	bottom:0px;
	padding:10px 0px 10px 0px;
	width:100%;
	background-color:#9C9CB6;
}
#footer p {
	text-align:left;
	text-indent:25px;
}
#catalog {
	text-decoration:none;
}