body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #6f2828;
	margin: 0px;
	}
	

.navtable {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 29px;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	}
	
.navtable A:link
	{
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	}

.navtable A:visited
	{
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	}

.navtable A:active
	{
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	}

.navtable A:hover
	{
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #D3C45E;
	}
	
.navtable_filler {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}	
	
.homebg {
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 440px;
	}
	
.contactbg {
	background-image: url(images/contact_bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 440px;
	}
	
.gallerybg {
	background-image: url(images/gallery_bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 440px;
	}

A:link
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}

A:visited
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}

A:active
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}

A:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #993333;
	text-decoration: none;
	}

