/*****************************************************/
/*                  BASIC BODY STUFF                 */
/*****************************************************/

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 14px;
	color: #595959;
	font-weight: normal; 
	}
	
/*****************************************************/
/*                 TEXT STUFF                        */
/*****************************************************/

h1 {
	font-size: 18px;
	color: #a44539;	
	}

h2 {
	font-size: 16px;
	color: #a44539;
	}
	
h3 {
	font-size: 14px;
	color: #a44539;
	}
	
.small {
	font-size: 10px;		
	}
	
.white {
	font-size: 12px;
	color: #fff;	
	}
	
/*****************************************************/
/*                  LINK STUFF                       */
/*****************************************************/
	
a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #a44539;
	font-weight: normal;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #a44539;
	font-weight: normal;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #b76c63; 
	font-weight: normal;
	}
	
a.bot:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	} 	
a.bot:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	}	
a.bot:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #fff; 
	font-weight: normal;
	font-size: 11px;
	}
	

/*****************************************************/
/*              LAYOUT, IMAGES, ETC                  */
/*****************************************************/

.imageFloat {
	float: right;
	padding-left: 15px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 15px;
	}

.galleryImageL {
	float: left;
	padding: 8px;
	border: 5px solid #A0463E;
}

.galleryImageR {
	float: right;
	padding-left: 15px;
	border: 4px solid #A0463E;
}
	
	
.galleryImageC {
	padding: 8px;
	border: 5px solid #A0463E;
}
		
