body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 11px;
  	background-color:#000000;
	background-image:url(../images/main-bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	color: #532e04;
}

td {
	font-family: Verdana;
	font-size: 11px;
	color: #532e04;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #95550c;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #ff7200;
	text-decoration: none;
	font-weight:bold;
}


a.white:link, a.white:visited, a.white:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

a.white:hover {
	color: #a6641a;
	text-decoration: none;
	font-weight:bold;
}


.capitalize {
	text-transform: capitalize;
	text-transform: uppercase;
}

.uppercase {
	text-transform: uppercase;
}


#wrapper
{
	margin:auto;
	width: 780px;
	min-height: 100%;
	background-color: #fff;
	line-height: 130%;
}

* html #wrapper {
  height: 100px;
} 
 

#mainBackground
{
	background-image:url(../images/main-bg.jpg);
	width:100%;
}


#header
{
	background-image:url(../images/header-bg.jpg);
	height:124px;
	width:780px;
}

#middleMain
{
	background-image:url(../images/main-page-middle-bg.jpg);
	height:327px;
	width:780px;
}

#sectionContents
{
	background-image:url(../images/head-mid-section-page-bg.jpg);
	background-repeat:no-repeat;
	background-color:#a7cfe6;
	height:500px;
}


#footer
{
	background-image:url(../images/footer-bg.jpg);
	height:124px;
	width:780px;
}


.clearboth { clear: both; }



#outer {
	width:auto;
	height: 500px; 
	overflow: hidden; 
	position: relative;
}

#outer[id] {
	display: table; 
	position: static;
}
		
/* for explorer only*/
#middle {
	position: absolute; 
	top: 50%;
} 

#middle[id] {
	display: table-cell;
/*	vertical-align: middle; */
	position: static;
}

/* for explorer only */
#inner {
	position: relative; 
	top: -50%
} 


/* optional: #inner[id] {position: static;} */

