

body {
	background-color: #CCC7B2;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}

b.white {
	color: white;
	font-size: 16px;
}

table, td, th, input, submit, select, textarea, button {
	font-family: Century Gothic, Arial, sans-serif; 
	font-size: 14px; 
	font-style: normal;
	font-color: #9D835D;
	line-height: 14px;
}
.largebold {font-size: 15px; font-weight:bold;}

H1 {  font-size: 22px; color: #6A302C; font-weight: bold; margin-bottom: 5px; margin-top: 5px;}
H1.header {font-size: 2px; color: #6A302C; font-weight: bold; margin-bottom: 0px; margin-top: 3px;} 

H2 {  font-size: 20px; color: #6A302C; font-weight: bold; margin-bottom: 5px; margin-top: 10px; nowrap: nowrap;} 
H3 {  font-size: 16px; color: #6A302C; font-weight: bold; margin-bottom: 5px; margin-top: 5px;} 



/* Main Navigation 	*/
#navigation_main ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-family: Century Gothic, Arial, sans-serif;	
	font-size: 14px;
	font-weight: bold;
}

#navigation_main li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation_main ul a:link, #navigation_main ul a:visited, #navigation_main ul a:active {
	display: block;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #6A302C;
}

#navigation_main ul a:hover {
	color: #FFFFFF;
	background-color:#6A302C;
}

/* Header Nav */
#headernav {  
	color: white; 
	text-decoration: none;
	font-size: 12px;
	display: inline;
	padding: 2px;
}

#headernav a, a:active, a:visited {  
	color: #F0EDE7; 
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display: inline;
	padding: 2px;
	
}
	
/* Header Rollover Color */
#headernav a:hover {  
	color: #7EA2EC;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display: inline;
	padding: 2px;
}


/* All Links */
a:link, a:visited {  
	color: #7EA2EC; 
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
	
/* All Links Rollover Color */
a:hover {  
	color: #6A302C; 
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}


/**************** CROSS FADE IMAGES *****************/

#rotator
{
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 200px;
	height: 250px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 200px;
	height: 250px;
	display: none;
	position: relative;
	top: 0;
	left: 0;
}
