body
{
	background-color: #cbdfd5;
	font-family: Trebuchet MS, Verdana, Sans-Serif;
	font-size: 95%;
	color: black;
	text-align: center;
	min-width: 740px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*background-image: url("images/basebg.png");
	background-repeat: repeat;*/
}

img
{
	border: none;
}

hr
{
	margin: 20px 0 10px 0;
}

#outside
{
	width: 740px;
	min-width: 740px;
	text-align: center;
	margin: auto;
	
	/* remove the following 2 lines to remove the side shadows */
	background-image: url("images/bodybg.png");
	background-repeat: repeat-y;
}

#main
{
	margin: 0 auto auto auto;
	width: 700px;
	text-align: left;
	background-color: White;
	color: Black;
}

#top
{
	display: block;
	height: 109px;
	background-image: url("images/topbg.png");
	background-repeat: repeat;
}

#logo
{
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	width: 700px;
	height: 109px;
}

#content
{
	display: block;
	min-height: 500px;
	background-color: #FFFFFF;
	/*background-image: url("images/watermark.jpg");
	background-position: top;
	background-repeat: no-repeat;*/
}

#menu
{
	padding: 10px 0px 0px 0px;
	height: 40px;
	background-image: url("images/menubg.png");
	background-repeat: repeat-x;
	font-size: 100%;
}

#menu a
{
	margin-left: 10px;
	margin-right: 10px;
	color: #696969;
	text-decoration: none;
}

#menu a:hover
{
	color: #000000;
	text-decoration: underline;
}

#sideimages
{
	width: 190px;
	float: right;
	margin-left: 20px;
}

#bodywrapper
{
	margin: 20px 20px 20px 20px;
	color: #000000;
	font-size: 100%;
	line-height: 150%;
}

#bodywrapper a
{
	color: #993300;
	text-decoration: none;
}

#bodywrapper a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 140%;
	letter-spacing: -1px;
	color: #6e3141;
}

h1 span.bigger
{
	font-size: 120%;
}

h2
{
	font-size: 110%;
	letter-spacing: -1px;
	color: #6e3141;
}

h3
{
	font-size: 90%;
	font-style: italic;
	letter-spacing: -1px;
	color: #660000;
}

#bodywrapper ul
{
	list-style-type: square;
}

#bodywrapper ul li
{
	margin-bottom: 5px;
}

#footer
{
	clear: both;
	display: block;
	height: 75px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	/*background-image: url("images/footerbg.png");
	background-repeat: no-repeat;*/
}

#footercontact
{
	text-align: center;
	font-size: 85%;
	color: #000000;
}

#copyright
{
	margin-top: 5px;
	text-align: center;
	font-size: 70%;
	color: #696969;
}

#copyright a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}

P.intro
{
	font-size: 110%;
	font-weight: bold;
}

.gallery img
{
	border: solid 1px #696969;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
}

.caption
{
	width: 100%;
	text-align: right;
	font-size: 70%;
	font-style: italic;
}

.price
{
	font-weight: bold;
	font-style: italic;
	font-size: 95%;
}

.thirdparty
{
	font-size: 70%;
}