/* CSS Document */
/*body	{ 
	background: #CECEB2 url(images/background-salmon.jpg) repeat-x; 
	
}*/

body, html { 
margin: 0 0 0 0; 
	background: #ffffff url(../images/nav-tile.jpg) repeat-x;
	background-position:center top;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 10px;
	color: #3b977c;
	/*font-weight: bold;	*/
}
h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	line-height: 17px;
	color: #727274;	
	font-weight: normal;
}
img {
	border:0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
	padding:10px;
	color: #000000;
	text-align:center;
	
	
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif; 

	font-size: 10px;
}

.bordertd{
border:thin solid #cccccc;
}
.textBold{
	font-weight:bold;
}


ul 
{
    list-style: list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 18px;
	padding-right:20px;
	color: #333333;
}



/* main containers
----------------------------------------------- */

#header-wrapper	{ 
margin: 0 auto; 
width: 900px; 

}

#header	{ 
width: 900px; 
height: 220px; 
float: left;
}


#header-nav	{ 
width: 900px; 
height: 60px; 
float: left;
}


#content-wrapper	{ 
margin: 0 auto; 
width: 700px; 

}

#centerMe	{ 

width: 1000px; 
height: 773px;
	position:absolute; 
	top:0px; 
	left:50%; 
	margin:0px auto auto -486.5px;
	z-index:2;
}

#col1	{ 
width: 425px; 
float:left;
padding-right:20px;
border-right:thin dotted #000000;
}

#col1-noborder	{ 
width: 700px; 
float:left;
padding-right:20px;
}


#col2	{ 
width: 232px; 
float:left;
padding-left:20px;

}

#gallery	{ 
width: 400px; 
/*width: 600px;*/ 
min-height:200px;
}

#footer-spacer { 
width: 282px; 
height: 45px; 
float:left;
}

#footer	{ 
width: 578px; 
height: 45px; 
float:left;
background-color:#c46407;
}




/* columns and information sections
----------------------------------------------- */




#copyright	{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
width: 601px; 
margin: 0 auto; 
padding: 10px 0;
background: #2C363A; 
height: 22px;
}


/*  links and nav */

a			{ color: #667261; text-decoration: underline; } 
a:active	{ text-decoration: underline; } 
a:hover		{ color: #333333; text-decoration: underline; }


