html
{
	height: 100%;
}
body {
	margin: 0px auto;
	padding: 0px;
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	color: #666666;
	position: relative;
	background-color: #442E1D;
	background-image: url("../images/top_background.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	height: 100%;
}
form
{
	height: 0px;
}
#container
{
	position: relative;
	min-height: 100%;
}
#body_wrap
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#body_holder
{
	position: relative;
	width: 740px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	text-align: left;
	background-color: #F4F2E5;
	overflow: hidden;
}
#header_left
{
	float: left;
	background-image: url("../images/top_left.jpg");
	background-repeat: no-repeat;
	width: 477px;
	height: 113px;
	overflow: hidden;
}
#header_right
{
	float: right;
	/*background-image: url("../images/top_right.jpg");*/
	background-image: url("../images/Bamboo.gif");
	background-repeat: no-repeat;
	width: 263px;
	height: 113px;
}
/* Navigation */
#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	line-height: 0px;
	width: 477px;
	overflow: hidden;
	padding-top: 0px;
}
#nav li{
	padding-left: 2px;
	float: left;
}
#nav li a{
	height: 37px;
	display: block;
	float: left;
	text-decoration: none;
	text-indent: -900em;
}
#nav #nav_home a{
	width: 70px;
	background: url(../images/nav_home.gif) no-repeat left top;
}
#nav #nav_functions a{
	width: 70px;
	background: url(../images/nav_functions.gif) no-repeat left top;
}
#nav #nav_gallery a{
	width: 70px;
	background: url(../images/nav_gallery.gif) no-repeat left top;
}
#nav #nav_contact a{
	width: 70px;
	background: url(../images/nav_contact.gif) no-repeat left top;
}
#nav #nav_home a:hover{
	background: url(../images/nav_home.gif) no-repeat left bottom;
}
#nav #nav_functions a:hover{
	background: url(../images/nav_functions.gif) no-repeat left bottom;
}
#nav #nav_gallery a:hover{
	background: url(../images/nav_gallery.gif) no-repeat left bottom;
}
#nav #nav_contact a:hover{
	background: url(../images/nav_contact.gif) no-repeat left bottom;
}
#nav.home #nav_home a{
	width: 70px;
	background: url(../images/nav_home_current.gif) no-repeat left top;
}
#nav.home #nav_home a:hover{
	background: url(../images/nav_home_current.gif) no-repeat left top;
}
#nav.functions #nav_functions a{
	width: 70px;
	background: url(../images/nav_functions_current.gif) no-repeat left top;
}
#nav.functions #nav_functions a:hover{
	background: url(../images/nav_functions_current.gif) no-repeat left top;
}
#nav.gallery #nav_gallery a{
	width: 70px;
	background: url(../images/nav_gallery_current.gif) no-repeat left top;
}
#nav.gallery #nav_gallery a:hover{
	background: url(../images/nav_gallery_current.gif) no-repeat left top;
}
#nav.contact #nav_contact a{
	width: 70px;
	background: url(../images/nav_contact_current.gif) no-repeat left top;
}
#nav.contact #nav_contact a:hover{
	background: url(../images/nav_contact_current.gif) no-repeat left top;
}
/* Body */
#body_left
{
	float: left;
	background-image: url("../images/body_topright.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	width: 477px;
}
#body_right
{
	float: right;
	background-color: #000000;
}
#body_left .content
{
	padding: 8px;
}
.leftcolumn
{
	float: left;
}
.rightcolumn
{
	float: right;
}
.clearall
{
	clear: both;
}
h3
{
	color: #ED1C23;
}
a
{
	text-decoration: none;
	color: #ED1C23;
}
a:hover
{
	text-decoration: underline;
}
.rightside_home
{
	background-image: url("../images/body_right_home.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	width: 263px;
	height: 388px;
}
.rightside_functions
{
	background-image: url("../images/body_right_functions.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	width: 263px;
	height: 388px;
}
.rightside_gallery
{
	background-image: url("../images/body_right_gallery.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	width: 263px;
	height: 388px;
}
.rightside_contact
{
	background-image: url("../images/body_right_contact.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	width: 263px;
	height: 388px;
}
.strongred
{
	font-weight: bold;
	color: #ED1C23;
}
.image
{
	border: solid 1px #000000;
}
.loadingimage
{
	display: block;
}
/* Footer */
#footer
{
	background-color: #000000;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	clear: both;
	padding-left: 5px;
}
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#designby
{
	text-align: right;
	background-color: #442E1D;
	color: #63482F;
}
#designby a
{
	text-decoration: none;
	color: #81654B;
}
#designby a:hover
{
	color: #987D64;
}