body {
	background: url(images/background.gif);
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 710px;
	margin: 0 auto;
	text-align: left;
}

#main {
	background-color: #fff;
}

#leftcol {
	float: left;
	margin-left: 10px;
	display: inline;
	text-align: center;
}

#maincol {
	float: right;
	margin-right: 10px;
	display: inline;
	width: 510px;
}

#three-col #content {
	float: left;
	/*border: 1px solid red;*/
	width: 355px;
}

#two-col #content {
	float: left;
	/*border: 1px solid red;*/
	width: 505px;
}

#rightcol {
	float: right;
	/*border: 1px solid green;*/
	width: 140px;
}

#strapline {
	background-color: #990000;
	color: #fff;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

#nav {
	background-color: #666;
	width: 170px;
	text-align: left;
	margin-bottom: 10px;
}

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

#nav ul a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #fff;
}

#nav ul a.on, #nav ul a:hover {
	background-color: #ccc;
	color: #666;
}

#footer {
	padding: 5px;
	margin: 0 10px 0 190px;
	background-color: #eee;
	color: #999;
	clear: both;
}

#footer a {
	color: #666;
}

#bottom-padding {
	height: 10px;
	font-size: 0.1em;
}

h1 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
	padding: 0;
	color: #990000;
}

h2 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	color: #666;
}

h3 {
	font-size: 1em;
	margin: 0;
	padding: 10px 0 0 0;
}

#content a, #content a:visited {
	color: #990000;
	text-decoration: underline;
}

#content p {
	margin: 0 0 10px 0;
	line-height: 1.6em;
}

#content ul {
	margin: 0 0 10px 1px;
	padding: 0;
	list-style-position: inside;
	list-style-type: square;
}

#content ol {
	margin: 0 0 10px 1px;
	padding: 0;
	list-style-position: inside;
}

.left-image {
	border: 0px solid #000;
	margin-bottom: 10px;
	display: block;
}

.right-image {
	margin-top: 10px;
	border: 0px solid #000;
}

.clear {
	font-size: 0.6em;
	clear: both;
}

#boxstar {
	clear: both;
}

table.book-spec th {
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

table.book-spec th, table.book-spec td {
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #ccc;
}

table.input-form th {
	font-style: italic;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

table.input-form th, table.book-spec td {
	padding: 5px 5px 5px 0;
}

input, textarea, select {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.inputmed {
	width: 220px;
}

#gallery {
	text-align: center;
}

#gallery-image img {
	border: 1px solid #ccc;
	/*padding: 10px;*/
}

.gallery-nav {
	clear: both;
	/*background-color: #ccc;*/
	margin: 10px;
}

.gallery-nav .prev {
	/*float:left;*/
	text-align:left;
}

.gallery-nav .next {
	/*float:right;*/
	text-align:right;
}

#gallery-thumbs {
	margin: 10px 0 0 0;
	text-align: center;
}

#gallery .gallery-caption {
	color: #666;
	font-style: italic;
	margin: 10px 10px 15px 10px;
}

#gallery-thumbs img {
	border: 1px solid #ccc;
	/*float: left;*/
	margin: 0 10px 10px 0;
}

.errorMsg {
	font-weight: bold;
	color: #990000;
}	