
* {
	color: #c33;
	font: normal normal 11px arial, helvetica, sans-serif;
}
html, body {
	background: #fff url("../images/bg.gif");
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
img {
	border-width: 0;
}
hr {
	height: 1px;
	width: 150px;
}
table {
	border-width: 0;
}
strong {
	font-weight: bold;
}
small, sub {
	font-size: 95%;
}
small *, sub * {
	font-size: 95%;
}
em {
	font-style: italic;
}
h1, h2, h3 {
	font-weight: bold;
}
label {
	float: left;
}
ul#menu {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 4px;
}
ul#menu a {
	display: block;
	text-align: center;
	height: 29px;
	text-decoration: none;
	line-height:28px;
}
ul#menu li a:hover {
	background: #f0f0f0;
}
ul#menu li {
	display: block;
	float: left;
	width: 89px;
	background: #fff;
	border-right: dashed 1px;
	border-color: #ccc;
}
ul#menu>li {
	width: 88px;
}
ul#menu li.first {
	border-left: dashed 1px;
	border-color: #ccc;
}
ul#menu>li.first {
	border-left: dashed 1px;
	border-color: #ccc;
	width: 87px;
}
div#wrap {
	position: relative;
	text-align: left;
	width: 720px;
	margin: auto auto;
}
div#top {
	width: 720px;
	height: 210px;
}
div#top a {
	text-decoration: none;
}
div#nav {
	margin-top:-3px;
	width: 720px;
	height: 29px;
	background: #fff;
}
div>div#nav {
	margin-top:0;
}
div#location {
	width: 720px;
	height: 35px;
}
div#main {
	margin-top:-3px;
	width: 720px;
	background: #fff url(../images/bgmain.gif) 0 2px;
}
div#content {
	background: url("../images/main.gif") no-repeat bottom right;
	left: 24px;
	margin-left: 30px;
	margin-top: 1px;
	width: 661px;
	min-height: 206px;
	text-align: left;
	overflow: auto;
}

div>div#content {
	margin-left: 30px;
	margin-top: 8px;
}
div#footer {
	background: #fff url("../images/main_bottom.gif") no-repeat;
	padding-top: 20px;
	width: 720px;
	font-size: 9px;
	color: #666;
	text-decoration: none;
	text-align: center;
}
div.quote {
	border-top: solid;
	border-bottom: solid;
	border-left: none;
	border-right: none;
	border-width: 1px;
	width: 300px;
	height: 100%;
	overflow: visible;
}
div.gbcontent {
	left: 10px;
	width: 350px;
	text-align: left;
	overflow:hidden;
}
div.alignright {
	position: absolute;
	right: 10px;
	text-align: right;
}
div.aligncenter {
	left: 450px;
	font-size: 9px;
	color: #666;
	text-align: center;
}
div.gbcenter {
	width: 350px;
	text-align: center;
	margin-left:150px;
	margin-top:5px;
}
div.refererbox {
	width: 250px;
	height: 250px;
	font-size: 9px;
	color: #666;
	text-decoration: none;
	text-align: center;
	border-width: 1px;
	border-style: dashed;
	overflow: auto;
	visibility: visible;
}
table.log {
	border-width: thin;
	border-style: dashed;
}
img.hand {
	cursor: pointer;
}
input, textarea {
	border: 1px #c33 solid;
	background: #fff;
}
.footer {
	font-size: 9px;
	color: #666;
	text-decoration: none;
}
p.right {
	text-align: right;
	margin-right: 5px;
}
p.center {
	text-align: center;
}
.small {
	color: #666;
	font-size: 9px;
}
.linknostyle {
	font-size: 9px;
	color: #666;
}
.white {
	font-size: 9px;
	color: #fff;
}
.marked {
	font-size: 9px;
	background: #ccc;
}