@charset "UTF-8";
/* CSS by Ruth Ablett */

body
{
	background: url(images/bg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
}

.main-body
{
	background: #FFFFCC;
	margin-bottom: 0px;
	width: 600px;
	height: 100%;
	position: absolute;
	left: 125px;
	top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#vstripe-left
{
	background: #336600;
	border-left: #FFFFCC double;
	border-right: #FFFFCC double;
	margin-bottom: 0px;
	width: 20px;
	height: inherit;
	z-index: 3;
	position: absolute;
	top: 0px;
	left: -20px;
}

#vstripe-right
{
	background: #336600;
	border-left: #FFFFCC double;
	border-right: #FFFFCC double;
	margin-bottom: 0px;
	width: 20px;
	height: inherit;
	z-index: 3;
	position: absolute;
	left: 620px;
	top: 0px;
}

.italic
{
	font-style: italic;
}

#titlestripe
{
	width: 666px;
	height: 30px;
	z-index: 10;
	position: absolute;
	top:137px;
}

#titlemain
{
	z-index: 4;
	position: absolute;
	top: 0px;
	text-align: center;
	width: 900px;
	height: 400px;
	background: url(images/title.png);
	left: -140px;
}

h1.title
{
	margin-left: 50px;
	font-variant: small-caps;
}

h2.subtitle
{
	font-variant: small-caps;
}

p
{
	padding-left: 15px;
	padding-right: 15px;
}

.content
{
	left:150px;
	position:absolute;
	top:175px;
	width:570px;
	z-index:8;
}

.stevepic
{
	height: 202px;
	width: 154px;
	float: left;
	margin-right: 10px;
	border: 1px solid grey;
}

span.menu-button
{
	background:black none repeat scroll 0% 50%;
	border:1px solid black;
	color:white;
	margin:11px;
	padding:6px;
	font-variant: small-caps;
	font-weight: bold;
}

a.menu-button:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

a.menu-button:alink
{
	text-decoration: underline;
	text-decoration: none;
}

a.menu-button:link
{
	text-decoration: underline;
	text-decoration: none;
	color: #FFFF99;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #336600;
	border: 0px;
}

.imglink
{
	border: 1px solid black;
}

p.sub
{
	
}

.contact
{
	border: 1px #996600 solid;
	position: relative;
	left: 75px;
	width: 150px;
	text-align: center;
	background: #ffcc99;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.heading
{
	font-weight: bold;
	font-variant: small-caps;
	border: 1px solid brown;
}

.gallery
{
	border: 1px black solid;
}

div.gallery-item
{
	border: 1px solid black;
	background-color: #FFCC99
}

span.cat
{
	font-weight: bold;
	font-variant: small-caps;
}

.gallery-item-heading
{
	border: 1px solid black;
	font-weight: bold;
	font-variant: small-caps;
	font-size: large;
	color: #FFFFCC;
	background-color: #663300;
}

div.left-column
{
	width: 380px;
}

div.right-column
{
	position: absolute;
	width: 150px;
	text-align: right;
	z-index: 2;
	left: 380px;
}

.bdr
{
	border: black solid 1px;
}