html, body {
	background-color: #666;
}

body {
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: "Lucida Grande", "Verdana";
	font-size: 8pt;
}

a, a:visited, a:active {
	text-decoration: none;
	color: blue;
}

a:hover {
	color: #A00;
}

ul
{
	list-style: square;
}

h1,h2,h3,h4,h5,h6
{
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.container {
	max-width: 800px;
	width: 800px;
	margin: auto;
}

.header {
	background: url(../images/old.png) no-repeat;
	width: 800px;
	height: 100px;
}

.nav {
	background: url(../images/navbg.png) repeat-x;
	width: 798px;
	height: 26px;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	text-align: center;
}

.navitem {
	margin-left: 0px;
}

.content {
	background-color: white;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	max-width: 800px;
	padding: 20px;
	min-height: 400px;
}

.footer {
	background-color: white;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	width: 798px;
	color: #777;
	text-align: center;
	font-size: 8pt;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

.footer a {
	color: #777;
	text-decoration: underline;
}

.footer a:visited {
	color: #777;
}

.sidebar {
	width: 150px;
	min-height: 365px;
	text-align: center;
	/*border-left: 1px solid silver;*/
	margin-left: 15px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.newsitem {
	width: 585px;
	border: 1px solid silver;
}

.newstitle {
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ddd;
	color: #333;
}

.newscontent {
	padding: 10px;
	font-size: 8pt;
}

td#cont {
	min-width: 587px;
}

.products {
	width: 585px;
	border: 1px solid #ddd;
}

.evenrow {
	background-color: #D7DDE5;
	padding: 10px;
}

.oddrow {
	background-color: white;
	padding: 10px;
}

td.desc {
	color: #777;
}

.leopard {
	
}

img {
	border: none;	
}
