body {
	background: #93783d url(grafikk/bg.png) repeat-y;
	font: 12px/1.5em normal 'Georgia', Georgia, Times, serif;
	margin: 0;
	color: #303;
	height: 100%;
}
html {
height: 100%; }
#mailform label { display: block; float: left; width: 75px; text-align:right; padding-right: 1em; }
#mailform input, textarea { background: #93783d; border: 1px solid #303; margin-top: 1px; color: #303; font: Arial;}


a img { border: none; }

.smallcaps {
	font-variant: small-caps;
}

table#show_menu {
	width: 100%;
}

table#show_menu .menu_row {
	border-top: 1px dotted #93783d;
	padding: 4px;
}

#container {
	position: relative;
}

#left_column {
	width: 169px;
	position: absolute;
	top: 0;
	left: 5px;
}
#mid_column {
	width: 150px;
	position: absolute;
	left: 179px;
	top: 180px;
	padding: 20px 0 0 0;
	background: url(grafikk/strek.gif) top center no-repeat;
}
#mid_column ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.13em;
	padding: 0 0 18px 0;
	background: url(grafikk/strek.gif) bottom center no-repeat;
}
#mid_column ul li a {
	display: block;
	color: #feb;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.05em;
}
#contact-info { color: #dca; text-align: center; margin-top: 5em; }

h1#header { float: left; }
h1#header span { display: none; }

#nav {
	list-style: none;
	margin: 200px 0 0 0;
	padding: 0;
}

#nav li a {
	letter-spacing: 0.1em;
	display: block;
	color: #feb;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.13em;
}
#nav li a:hover span {
	border-bottom: 1px solid #feb;
}
#nav li a.selected  span {
	border-bottom: 1px solid #feb;
}


#content { 
	position: absolute;
	top: 0;
	left: 330px;
	width: 450px;
}

#content #body_copy { padding: 0 1em;}


h2#subheader {
	font-weight: normal;
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}


td.price {
	text-align: right;
	vertical-align: top;
}


#sub_nav li.selected a {
	text-decoration: underline;
}
