html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	background-color: #fff;
	color: #333333;
}

#container {
	margin: 0 auto -128px auto;
	width: 960px;
	min-height: 100%;
	height: auto;
}

/* Hack for IE */
* html #container {
	height: 100%;
}

#masthead {
	left: 0;
	height: 150px;
	width: 960px;
	background-image: url(media/images/banner.gif);
}

#content {
	margin: 0px 90px 0px 90px;
}

#centrebar {
	width: 960px;
}

#basebanner {
	height: 128px;
	width: 960px;
	margin: 0 auto 0 auto;
	clear: both;
	background-image: url(media/images/lobster_small_up.gif);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	overflow: hidden;
}

#clearer {
	height: 128px;
	clear: both;
}


.leftbox, .centrebox, .rightbox {
	float: left;
	min-height: 100%;
	overflow: hidden;	
}

.leftbox {
	width: 240px;
	padding-right: 5px;
}

.rightbox {
	width: 225px;
	padding-left: 10px;
}


.centrebox {
	width: 480px;
}

#copyrightbox {

}

#copyrightbox span {
	background-color: #333333;
	color: #fff;
	font-size: 9px;
	bottom: 0px;
	position: absolute;
}

#copyrightbox a {
	color: #fff;
}

#links {
	margin-bottom: 45px;
}

#links ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#links li {
	margin-bottom: 10px;
	margin-left: 45px;
}

#links a {
	border: none;
}

h2 {
	letter-spacing: -3px;
	color: #CC0000;
}

h2 strong {
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 0px 5px 0px 2px;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
	color: #333333;
}

a img {
	border: none;
}

a.noborder {
	border: none;
}

span.product {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}

span.product span {
	color: #333333;
}

div.googlebuy {
	position: relative;
	margin-top: -30px;
}

div.googlebuy select {
	background: ;
	font-family: "Courier New", Courier, monospace;
	border: 3px solid #333333;
	color: #CC0000; 
	width: 340px;
}