html {
	overflow-y: scroll;
}

html, body, div, h1, h2, h3, a, form, p {
	margin: 0;
	padding: 0;
}

body {
	background: #d7d7d7 url(images/bg_01.jpg) repeat-x;
	margin: 0;
	padding: 10px 0;
	font-family: verdana;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 16px;
	border-bottom: 1px #aaa solid;
	color: #ff0000;
	margin: 0 0 5px;
	padding: 5px 0;
}

h3 {
	font-size: 12px;
	color: #000;
}

img {
	border: 0;
}

a {
	color: #ff0000;
}

a:hover {
	text-decoration: none;
}

div#wrap {
	margin: 0 auto;
	width: 907px;
	background: #fff;
	text-align: left;
}

div#header {
	height: 190px;
}

div#content {
	background: #fff;
}

div#content .inner {
	margin: 20px 10px;
}

div#footer {
	background: url(images/footer_bottom.jpg) no-repeat;
	height: 30px;
	line-height: 25px;
	text-align: center;
	color: #777;
	font-weight: bold;
}

div#footer a {
	font-weight: normal;
}

tr.odd {
	background: #f4f4f4;
}

tr.even {
	background: #fff;
}

tr.even td, tr.odd td {
	color: #000;
	line-height: 160%;
	padding-left: 5px;
}

tr.blank {
	background: 0;
}

td.price {
	width: 300px;
	text-align: right;
	padding: 0 20px 0 0;
}

td.left {
	width: 200px;
	padding-right: 10px;
	vertical-align: top;
}

td.right {
	vertical-align: top;
	padding-left: 10px;
	border-left: 1px #ddd solid;
}

#nav {
	background: url(images/bg_nav_h.jpg);
	width: 100%;
	height: 35px;
}

#nav a {
	display: block;
	float: left;
	padding: 0 15px;
	line-height: 31px;
	font-weight: bold;
	text-decoration: none;
	color: #ddd;
	text-align: center;
	font-size: 11px;
}

#nav a:hover {
	background: url(images/bg_nav_h.jpg);
	color: #fff;
}

a.sidebar {
	display: block;
	background: url(images/bg_sidebar.jpg) bottom;
	margin-top: 5px;
	padding-left: 15px;
	border: 1px #ccc solid;
	line-height: 250%;
	text-align: left;
	color: #000;
	text-decoration: none;
}

a.sidebar:hover {
	color: #ff0000;
	text-decoration: underline;
}


/*
#nav {
  background: url(images/bg_nav.jpg);
  height: 35px;
	width: 100%;
}

#nav a {
	display: block;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #aaa;
	text-align: center;
}

#nav a:hover {
	color: #fff;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	background: #000;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav a, #nav li, #nav li ul {
	width: 80px;
}

#nav li.bigger, #nav li.bigger ul, #nav li.bigger li, #nav li.bigger a {
	width: 120px;
}
*/
