/* West Eden Design Studio styles */

body {
	background-color: 		#ffffff;
	font-family: 			"Century Gothic";
	font-size: 				small;
	color: 					#333300;
}

/* Image styles */

img.noborder {
	border:					0px;
}

img {
	border:					2px;
	border-color: 			#333300;
	border-style:			solid;
}


/* Text styles */

.copyright {
	font-family: 			"Century Gothic";
	font-size: 				x-small;
	color: 					#333300;
}

.imageCaption {
	font-family: 			"Century Gothic"; 
	font-size: 				x-small; 
	color: 					#333300; 
	font-style: 			italic; 
}


/* Link styles */

a:link {
	color: 					#CC9900;
}

a:visited {
	color: 					#A11E23;
}

/* Image Border styles */

.Border {
	border-top-color: 		#333300;
	border-right-color: 	#333300;
	border-bottom-color: 	#333300;
	border-left-color: 		#333300;
}


