/* --------------------------------------------
######### Text CSS ######### 
-----------------------------------------------*/
.text1 {
	font-family: Arial, Helvetica, sans-serif;
}
.textMain {
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #2d2514;
}
.textMain a{
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #9b2410;
	text-decoration:underline
}
.textMain a:hover{
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #9b2410;
	text-decoration:underline
}



/* --------------------------------------------
######### Various Body Content CSS ######### 
-----------------------------------------------*/
#content1 {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.bgMain {
	background-image: url(images/1818_Main_bg.jpg);
	background-repeat: no-repeat;
	background-color: #edd7a0;
}
.bgMain2 {
	background-image: url(images/1818_Main_bg2.jpg);
	background-repeat: no-repeat;
	background-color: #edd7a0;
}
.bgMain3 {
	background-color: #2d2514;
}
.noRepeat {
	background-repeat: no-repeat;
}
.border {
	border-style: solid;
	border-width: 10px;
	border-color: #2d2514;
}



/* --------------------------------------------
######### Background Image ######### 
-----------------------------------------------*/
html, body, #bg, #bg table, #bg td {
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1
}
img {
	display:block
}
#bg div {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%
}
#bg td {
	vertical-align:middle;
	text-align:center
}
#bg img {
	min-height:50%;
	min-width:50%;
	margin:0 auto
}
