body
{
	background-color: #000000;
	color: #d2d2d2;
	margin-left: 8em;
	background-image: url(cloth.png);
	font-family: "Bitstream Charter", serif;
	font-size: 120%;
	text-align: center;
}

:hover, :link, :active, :visited
{
	color: #d2d2d2;
}

#content
{
	padding: 1em;
}

#valid
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 7em;
}

.validitem
{
	display: list-item;
	list-style-type: none;
}

.validitem img
{
	border-width: 0px;
}

h1 { font-weight: normal; }

#menu
{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 7.2em;
	text-align: left;
	background-image: url(rope.png);
	background-position: right;
	background-repeat: repeat-y;
}

.menuitem
{
	display: list-item;
	padding-right: 0.2em;
	padding-left: 0.3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	width: 6em;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #242424;
	border-bottom-color: #242424;
}

.menuitem:link, .menuitem:visited
{
	text-decoration: none;
}

.menuitem:hover
{
	background-image: url(clothhi.png);
	border-color: #aaaaaa;
}

.portfolio_image
{
	padding: 3px;
	border-width: 3px;
	border-style: outset;
	border-color: #aaaaaa;
}

.awardrow
{
	text-align: left;
	font-size: 100%;
}

.awardpic
{
	text-align: right;
}

.awardthumb
{
	padding: 4px;
	margin: 0.5em;
}
.awardname
{
	font-weight: bold;
}

#menufer
{
	width: 180px;
	height: 59px;
	border-width: 0px;
}

#blog
{
	position: fixed;
	top:0px;
	left:7em;
	bottom: 0px;
	right: 0px;
}

input, textarea
{
	background-color: #555;
	color: #eee;
}

.classrow
{
	margin-left: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.3em;
	border: 1px solid;
}

th { text-align: right; padding-right: 1em; }
td { text-align: left; }
option, select { color: #eee; background-color: #222; }

#errmsg
{
	margin-top: 2em;
}

ol li
{
	padding-top: 1em;
}

td.spacer
{
	width: 4em;
}

td.calendar_month
{
	background-color: #448;
	text-align: center;
}
tr.calendar_event
{
	border-bottom: 1px solid #666;
}
table.calendar
{
	font-size: 100%;
	width: 100%;
	border: 1px solid #bbb;
	border-collapse: collapse;
}
table.calendar > td
{
	padding-left: 0.1em;
	padding-right: 0.1em;
}
table.downloads
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
table.downloads td
{
	text-align: center;
	padding: 3px;
}
td.shop_photo, td.add_to_cart
{
	padding: 5px;
	text-align: center;
}
#booking_form input, #booking_form textarea
{
	border: 0.2em inset;
}
#booking_form .missing
{
	border: 0.2em solid #f00;
}

