body {
		margin: 0px;
		background-image: url(pix/background.gif);
		background-repeat: repeat-x;
		font-family: verdana, arial;
		font-size: 8pt;
		color: #000000;
}

td, div {
		font-family: verdana, arial;
		font-size: 8pt;
		color: #000000;
}

table#main {
	width : 720px;
	border : 0px none;
}

.topMenu {
	background-color: #583030;
}

.Menu {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-top: 23px;
	font-size: 8pt;
	text-align: right;
	float: right;
}

.mainContent {
	font-size: 8pt;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 3px;
	background: url(pix/main_bg.gif) repeat-x;
	background-color: #ffffff;
}

.photoGallery {
	padding-bottom: 5px;
	background: url(pix/bottom_bg.gif) no-repeat;
	background-color: #ffffff;
}

.bottomContent {
	font-size: 8pt;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 16px;
	padding-top: 5px;
	background-color:#ffffff;
}


.padding { padding: 0px 20px 0px 10px; }


INPUT.text { width:150px; border:solid 1 #B2B491; }
INPUT.code { width:35px; border:solid 1 #B2B491; }
INPUT.numb { width:107px; border:solid 1 #B2B491; }
TEXTAREA.text { width:200px; height:90px; border:solid 1 #B2B491; }


A:link, A:visited { text-decoration:none; color:#d6d80e; }
A:active, A:hover {	text-decoration:none; color:#d67b29; }

A.body:link, A.body:visited { text-decoration:none; color:#d67b29; }
A.body:active, A.body:hover { text-decoration:none; color:#000080; }



