* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg-board.jpg) top left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:hover, a:active, a:visited {
	text-decoration: underline;
}

img {
	border: none;
}

#container {
	position:relative;
	margin: 60px auto;
	width: 750px;
	background: transparent;
}

#header {
	position: relative;
}

#logo {
	position: absolute;
	left: -10px;
	top: -50px;
	width: 182px;
	height: 140px;
	border: none;
}

#logo img {
	border: none;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu {
	position: absolute;
	text-align: right;
	height:35px;
	width:100%;
	background:	transparent url(images/bg-menu.gif) top repeat-x;
}

#menu ul {
	position: relative;
	left: 200px;
	margin-right: 5px;
}

#menu li {
	list-style-type: none;
	float: left;
	display: block;
	height: 35px;
	background: transparent url(images/menu-spacer.gif) right no-repeat;
	padding-right: 3px;
}

#menu li.last {
	background: transparent;
}

#menu li a {
/*	font-family: Georgia, "Times New Roman", Times, serif;
	background: transparent;
	color: #491c14;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 13px;
*/	display: block;
	padding: 0 9px;
}

#menu li a:hover {
/*	background: transparent url(images/bg-menu-selected.gif) repeat-x;
	color: #a11e19;
*/}

#maincontent_full {
	position: absolute;
	top: 35px;
	width:100%;
}

#footer {
	position: absolute;
	top: 530px;
	text-align: center;
	background-color: transparent;
	height: 30px;
	margin-top: 8px;
	color: #fff;
	width:100%;
	font-size: 11px;
}

#footer a {
	color: #fff;
}

.home_content {
	background: #fff url(images/bg-home-content.jpg) left repeat-y;
	height: 302px;
	width:100%;
}

#home_text {
	width: 340px;
	height: 145px;
	position: absolute;
	top: 60px;
	left: 20px;
}

#home_text h1 {
	color: #a11e19;
	font-size: 18px;
	margin-bottom: 0px;
}

#home_text p {
	padding-top: 8px;
}

#home_text a {
	font-weight: bold;
	color: #000000;
}

img.home_image {
	float: right;
}

#tote {
	position: absolute;
	margin-top: -2px;
	padding: 15px 0 0 0;
	height: 193px;
	background: transparent url(images/bg-tote.gif) no-repeat top left;
	width:100%;
}

#tote h2 {
	color: #fdf4d0;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 3px;
}

#tote a {
	color: #fff;
}

#tote input {
	vertical-align: text-top;
}

.go_btn {
	border: none;
}

.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}
.colright, .colmid, .colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 0 0;
	overflow:hidden;
	color: #fff;
	font-size:12px;
}
.threecol {
}
.threecol .colmid {
	right:25%;
}
.threecol .colleft {
	right:50%;
}
.threecol .col1 {
	width:46%;
	left:102%;
}
.threecol .col2 {
	width:23%;
	left:30%;
}
.threecol .col3 {
	width:21%;
	left:85%;
}
