@charset "iso-8859-1";
/* CSS Document */

html {background-color:#0D0600; background-image:url(images/backgroundtile.png); background-repeat:repeat-x;}
body {text-align:left}

a:link{color:#FFCCFF;}
a:visited {color:#CCCCCC;}
a:hover {color:white;}

.photos {
	float:left;
	border:solid 3px #E3DDBF;
	margin-bottom:20px;
}
	.captions {
		float:left;
		margin-left:20px;
		padding:10px 0 0 0; 
		width:150px;
		border-top:solid 1px #999;
		color:white;
		font-size:11px;
		font-style:italic;
	}
.top-photo {
	margin-top:10px;
}

.content-titles {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#FFC;
}

#centeredframe {
	width:850px;
	margin:0px auto;
	}
	
#header {
	margin:30px 0 10px 0;
	text-align:left;
	}

#navigation {
	padding:8px 0 10px 0;
	border-top:solid 1px #706E58;
	border-bottom:solid 1px #706E58;
	}
#navigation a {
	color:#BDBDAC;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	}
#navigation a:hover {
	color:white;
	}
	
#content {
	width:850px;
	margin-top:20px;
	}
	
#leftcolumn, #wide-left {
	width:440px;
	float:left;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:justify;
	color:#F4F4F2;
	line-height:17px;
	padding-bottom:25px;
	}
	#wide-left {
		width:620px;
	}
	#gallery-left {
		width:600px;
		padding:10px 0 25px 0;
		margin:0 0 25px 0; 
	}
	
#leftcolumn {
	width:440px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F4F4F2;
	line-height:17px;
	padding-bottom:25px;
	}
	
#rightcolumn {
	float:right; clear:none;
	width:205px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/column.gif);
	background-repeat:no-repeat;
	min-height:400px;
	color:white;
	margin:10px 0 25px 0;
	}
	/* for Internet Explorer */
	/*\*/
	*html #rightcolumn {
	height: 400px;
	}
	/**/
	
	.leftcontent {
		margin-bottom:17px;
		}
		
	.rightcontent {
		margin:10px;
		}
		
		.leftcolumn {
			width:210px;
			float:left;
			}
		.rightcolumn {
			width:210px;
			float:right;
			}