body {
	color:#f6f0e8;
	font-family:verdana;
	font-size:10px;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

input,select,textarea {
	color:#000000;
	font:10px Verdana, Arial, Georgia, Helvetica;
	font-weight: none;
	text-decoration: none;
	background: #ffffff;
}

.submitbutton {
	color:#ff0000;
	font:10px verdana;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff;
	border: solid 1px #000000;
}

.clear {
	clear:both;
}


A:link,A:visited,A:active {
	margin:0px;
	font:10px verdana;
	font-family:verdana;
	text-decoration: underline;
	color:#ffc600;
}

div {
	color:#000000;
	font:10px verdana;
	font-family:verdana;
	padding:0px;
	margin:0px;
}

a:link.link1 {
	font-family:verdana;
	font-size: 10px;
	color: #ffc600;
	text-decoration: none;
}
a:visited.link1 {
	font-family:verdana;
	font-size: 10px;
	color: #ffc600;
	text-decoration: none;
}
a:hover.link1 {
	font-family:verdana;
	font-size: 10px;
	color: #ffffff;
}


ul#navLinks {
	margin:0px;
	padding:0px;
}

ul#navLinks li{
	list-style-type: none;
	/*display: inline;*/
	margin-bottom:-3.2px;
	_margin-bottom:-2px;
	_padding-bottom:-2px;
}

ul#galLinks {
	margin:0px;
	padding:0px;
}

ul#galLinks li{
	list-style-type: none;
	display: inline;
}

input,select,textarea {
	color:#444444;
	font:10px Verdana, Arial, Georgia, Helvetica;
	font-weight: none;
	text-decoration: none;
	background: #ffffff;
	border: 1 solid #ECE8CE;
	background-image:url(./img/input_bg.gif);
}

#mainContent {
	width:998px;
}

#main_tbl_left {
	width:310px;
	float:left;
}

/***
main centralised table bg
**/
#main_tbl {
	float:left;
	width:688px;
}

#main_tbl #tbl_bg_top {
	background-image: url(../img/main_top.gif);
	background-repeat: no-repeat;
	width:688px;height:148px;
}

#main_tbl #tbl_bg_middle {
	background-image: url(../img/main_middle.gif);
	background-repeat: no-repeat;
	width:688px;height:442px;
}

#main_tbl #tbl_bg_bottom {
	background-image: url(../img/main_bottom.gif);
	background-repeat: no-repeat;
	width:688px;height:43px;
}


/***
end main centralised table bg
**/


/***
gallery section
**/
.main_gal_tbl {
	margin-left:20px;
	margin-top:0px;
	padding-top:0px;
}
#img_titles {
	padding-top:2px;
	padding-bottom:5px;
	width:609px;
}
#img_titles .img_title_left {
	float:left;
}
#img_titles .img_title_right {
	float:right;
}
.gal_thumbs {
	float:left;
	padding-right:10px;
}
.gal_btn {
	float:left;padding-top:10px;
}
/***
end gallery section
**/

/***
store/vault section
**/

#store {
	margin-top:5px;
}
#store .main_img {
	float:left;
	width:450px;
}

#store .desc {
	float:left;
	width:145px;
	margin-left:15px;
}

/***
end store/vault section
**/



