body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #1a1a1a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: top
}

a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	color: #663300;
	text-decoration: underline;
}
a:hover { color: #000; text-decoration: underline; }
a:active { color: #000; text-decoration: underline; }

.nav:link {
	font-size: 11px;
	color: #663300;
	text-decoration: underline;
	padding-left: 5px;
}
.nav:visited {
	font-size: 11px;
	color: #663300;
	text-decoration: underline;
	padding-left: 5px;
}
.nav:hover { font-size: 11px; color: #000; text-decoration: underline; padding-left: 5px; }
.nav:active { font-size: 11px; color: #000; text-decoration: underline; padding-left: 5px; }


.abcon:link, .abcon:visited {
	font-size: 11px;
	color: #9fcf67;
	text-decoration: underline;
}
.abcon:hover {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

#container {
	width: 820px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#wrap { background-color: #fff; margin: 0 auto; width: 820px; height:100%; }

/*-------------------------------------------
	header
-------------------------------------------*/


#homeHeader {
	width: 820px; 
	height: 40px; 
	margin: 0 auto; 
	overflow: hidden; 
	position: relative; 
	text-align: center; 
}

#header {
	width: 820px; 
	height: 10px; 
	margin: 0 auto; 
	overflow: hidden; 
	position: relative; 
	text-align: center; 
}

#home { text-align: center; }	


/*-------------------------------------------
	page structure
-------------------------------------------*/

#homeContent {
	width: 820px;
	min-height: 600px;
	padding: 0px;
	text-align: left;
	background-image: url(images/bg_home.jpg);
	background-repeat: none;
}

#homeFlash {
	width: 820px;
	min-height: 346px;
	padding: 0px;
	text-align: left;
}

#mainContent {
	width: 820px;
	min-height: 500px;
	padding: 0px;
	text-align: left;
	background-image: url(images/main_bg.gif);
	background-repeat: none;
}

#mainCopy {
	width: 760px; 
	margin: 0 auto; 
	position: relative; 
	text-align: left;
	min-height: 300px;
}

.leftimg { display: block; float: left; }

#homeDivider .column {
  position: relative;
  float: left;
  min-height: 215px;
}

#mainDivider .column {
  position: relative;
  float: left;
  min-height: 300px;
}

#h_left {
  width: 331px;
}

#h_mid {
  width: 203px;
}

#h_right {
  width: 286px;
  background-color:#99FF00;
}

#m_left {
  width: 331px;
}

#m_mid {
  width: 431px;
}

#m_right {
  width: 286px;
}

#c_left {
  width: 360px;
}

#c_right {
  width: 360px;
  margin: 0 0 0 20px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

h2 {
  font-size: 12px; 
  font-weight: bold;
  color: #FF6600;
}




/*-------------------------------------------
	home page
-------------------------------------------*/



/*-------------------------------------------	
	Clear
-------------------------------------------*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer { 
	padding: 40px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	text-align: center;
	font-size: 9px;
	color: #999;
	background-image: url(images/band.gif);
	background-repeat: no-repeat;
} 

.footer:link, .footer:visited {
	color: #999;
	text-decoration: underline;
}
.footer:hover {
	color: #000;
	text-decoration: underline;
}

.grey { 
	font-size: 9px;
	color: #999999;
}
