body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0 24px 0;
	padding: 0px;
	color: #333;
	background: #000040 url(images/ramp.jpg) repeat-x;
}

table {
	color: #000;
}

#wrapper {
	background: #fff;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	border: 8px solid #ccc;
	padding: 8px;
	width: 820px;	
}

#top {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 128px;
	background: #000 url(images/top.jpg) no-repeat;
}

#topmenu {
	clear: both;
	margin-left: auto;
	margin-right: auto;	
	width: 812px;
	height: 24px;	
	background: #000040;
	color: #fff;
	font-weight: bold;
	padding: 8px 4px 3px 3px;
}

#topmenu .left {
	float: left;
	width: 500px;
	padding-left: 16px;
}

#topmenu .right {
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 16px;
}

#topmenu a {
	color: #fff;
}

#topmenu .right a {
	color: #ff0;
}

#top a {
	background: #000;
	color: #ff0;
	padding: 4px;
	font-weight: bold;
	margin: 2px;
}

#navi {
	margin: 0;
	width: 160px;
	padding: 24px 10px 0 10px;
	float: left;
	text-align: left;
}

#navi h3 {
	background: #000040;
	color: #fff;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
}

#navi h4 {
	background: #000040;
	color: #fff;
	padding: 2px;
	text-align: center;
}

h1 {
	color: #000;
	border-bottom: 4px solid #000040;
	font-size: 16pt;
}

h2 {
	font-size: 10pt;
}

#content {
	text-align: left;
	margin: 0;
	margin-left: 24px;
	width: 590px;
	float: left;	
}

#footer {
	clear: both;
	text-align: left;
	font-size: 8pt;	
	border-top: 4px solid #ccc;
	padding: 16px;
}

#footer .right {
	float: right;
}

#footer .left {
	float: left;
}


#footer a {
	color: #000;
}


#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 8px;	
}

#navi ul.navi li a {
	display: block;
	font-weight: normal;
	color: #000;
	font-size: 8pt;
	text-align: left;
	text-decoration: none;
	padding: 2px;
	border-bottom: 1px solid #eee;
	margin-bottom: 2px;
}

#navi ul.navi li a:hover {
	background: #eee;
}

#navi a {
	font-size: 8pt;
}

a img {
	border: none;
}

p.note {
	font-size: 8pt;
	color: #666;
	text-transform: uppercase;
}

td.leftimage {
	width: 120px;
}

table.orderform td {
	background: #ff9;
}