body
{
	background: url(../images/bg.jpg) repeat-x #b7e1f1;
	color: #666;
	font: 16px/1.5 Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color: #ce8b22;
}

h1
{
	color: #ce8b22;
	font: 25px/1.5 Georgia, 'Times New Roman', serif;
	border-bottom: 2px solid #6e9bd3;
	padding-bottom: 16px;
}

h2
{
	font: 18px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

h3
{
	font: 18px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

p
{
	margin: 16px 0;
}

#header
{
	height: 475px;
	background: url(../images/header-bg.jpg) center no-repeat;
}

#page
{
	background: url(../images/page-bg.png) center top repeat-y;
}

#content
{
	width: 800px;
	margin: 0 auto;
}

#footer
{
	width: 800px;
	margin: 0 auto;
	height: 60px;
	border-top: solid 1px #ccc;
	padding-top: 16px;
}

#footer p
{
	float: right;
	text-align: right;
	font-size: 13px;
	margin: 0;
}

#menu
{
	width: 760px;
	margin: 0 auto;
	padding: 380px 0 0 90px;
	font: 22px/1 Georgia, 'Times New Roman', serif;
	text-transform: uppercase;
	color: #fff;
}

#menu li
{
	float: left;
	margin: 0 8px;
}

#menu a
{
	color: #fff;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu li.active a
{
	color: #fdda39;
}

table { margin-bottom: 16px; background-color: #666; font-size: 12px; }
th,td { padding: 0.5em; }
th { background: #6e9bd3; color: #fff; text-align: center; }
tbody td { background: #f0f0f0; color: #333; }

.catalog ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.catalog ul li
{
	float: left;
	margin: 3px;
}

.catalog ul li a
{
	display: block;
	border: solid 1px #fff;
}

.catalog ul li a:hover
{
	border: solid 1px #999;
}
