@charset "UTF-8";
/* CSS Document */

body {
	background-color: #b7b7b7;
	
}

#mainArea {
	width: 800px;
	height: auto;
	margin-top: 50px;
	background:url(images/bkgd_slice.gif);
	background-position:top;
	background-repeat: repeat-y;
}
#textArea {
	width: 800px;
	height: auto;
	float: left;
}

#leftColumn{
	width: 310px;
	padding-left: 90px;
	text-align: left;
	float: left;
}

#rightColumn{
	width: 300px;
	padding-left:10px;
	padding-right: 90px;
	text-align: left;
	float: left;
}

.largeLabel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#5b5248;
	line-height: 48px;
}
.midLabel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#5b5248;
	line-height: 34px;
}
.smallLabel {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	line-height: 22px;
	letter-spacing: 2pt;
}
.bodyText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 18px;
}
.biggerText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#FFFFFF;
	font-style:italic;
	line-height: 22px;
}
.biggerText a:link {  
	text-decoration: none; 
	color: #5b5248;
	}
	
.biggerText a:visited { 
	text-decoration: none; 
	color: #5b5248;
	}
	
.biggerText a:hover, a:active { 
	text-decoration: none; 
	color: #FFFFFF;
	}
	
.navigation {
	font:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: 12px;
}
.navigation a:link {  
	text-decoration: none; 
	color: #FFFFFF;
	}
	
.navigation a:visited { 
	text-decoration: none; 
	color: #FFFFFF;
	}
	
.navigation a:hover, a:active { 
	text-decoration: none; 
	color: #5b5248;
	}
	
hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	border:none;
	float: none;
}

.photo{
	border:1px solid #889294;
	padding:7px;
	background:#ffffff;
}