@charset "utf-8";
/* CSS Document */

body {
	background-color:#6f88c0;
	font-family:Arial, Helvetica, sans-serif;
}

div.pagecenter {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

/* Styles for Category Browse Links */
.catlinks a {
	color:#716D6D;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

.catlinks a:visited {
	color:#716D6D;
	text-decoration:none;
}

.catlinks a:hover {
	color:#860911;
	text-decoration:none;
}

#header {
	background-image:url(../images/header.jpg);
	width:990px;
	height:224px;
}

#nav {
	padding-left:400px;
	padding-top:100px;
}

#contentwrapper {
	position: relative;
	background-image:url(../images/contentbg.jpg);
	width: 990px;
}

#footer {
	background-image:url(../images/footer.jpg);
	width:990px;
	height:70px;
}
