@charset "utf-8";
* {
	border:0;
	padding:0;
	margin:0;
}
html {
	background-color: #FFF;
	background-image: url(../body/bg.gif);
	background-repeat: repeat-x;
}
body {
	width: 754px;
	margin:20px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	position: relative;
}
a {
	color: #906;	
}
ul {
	margin-left: 30px;	
}
p { margin: 15px 0; }
h1, h2 {
	font-size: 18px;
	font-weight:normal;
	color: #906;
	margin: 15px 0;
}
h2 { font-size: 16px; color: #06C; font-weight: bold; }
#navigation {
	background-image: url(../body/nav_bg.png);
	background-repeat: no-repeat;
	height: 39px;
	position:relative;
	bottom:-5px;
	margin:0;
}
#navigation li {
	float: left;
	list-style-type:none;
	margin-left: 15px;
}
#navigation li a {
	display: block;
	padding: 9px;
	text-decoration: none;
	color:#fff;
}
#navigation li a:hover, #navigation li a#on {
	color:#000;
}
#navigation li a#gogreen {
	font-weight: bold;
	color: #0F0;
}
#tele {
	position: absolute;
	text-align: center;
	width: 200px;
	top: 20px;
	right: 0px;
	font-size: 11px;
	color: #909;
}
#tele span {
	font-size: 18px;
	font-weight:bold;
}
#cwrap {
	background-color: #FFF;
	background-image: url(../body/content_bg.gif);
	background-repeat: repeat-x;
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#left, #right {
	padding: 10px;
	line-height: 18px;
	margin-bottom: 20px;
}
#left {
	width: 450px;
	float: left;
}
#right {
	width: 230px;
	float: right;
}
#helpprint {
	margin-top: 15px;
	list-style-position: inside;
	list-style-image: url(../body/tick.gif);
	font-size: 11px;
}

#footer {
	background-color: #F8F8F8;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 15px;
	float: none;
	display: block;
	clear: both;
}
#footer span {
	float: right;
	font-size: 11px;
	position: relative;
	top: -15px;
}
#footer a { color: #999; text-decoration:none; margin-left: 10px; }

form label { font-size:11px; font-weight: bold;display: block; clear: both; padding-right: 10px; padding-top: 6px; }
form input, form textarea, form select { font-size: 11px; background-color: #F7F7F7; padding: 4px; border: 1px solid #CCC; margin-bottom: 5px; color: #000; width:95%; }
form.buying input, form.buying textarea, form.buying select { width: auto; }
.bdrblk { border: 1px solid #000; }