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

body {
	text-align:center;
	margin:0px;
	background-color:#9F6A34;
	}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:#FFFFFF;
	}


.normal {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:14px;
	color:#FFFFFF;
	}

.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:400;
}

a:link { 
	text-decoration: none; 
	image-decoration:none;
	color:#BB3D22;
	image-decoration:none;

	}
	
a:visited { 
	text-decoration: none; 
	color:#BB3D22;
	image-decoration:none;

	}
	
a:hover, a:active { 
	text-decoration: none;
	color: #812A17;
	image-decoration:none;

	}

a.alternate:hover { 
	color:#FFFFFF; }

.hide {
 display:none;
}

img {
	padding:5px;
	float:left;
	border:none;
	}

#container {
	width:960px;
	height:605px;
	margin:0 auto;
	text-align:left;
	background:#D1AA8C;
	border-left-style:solid;
	border-left-width:thin;
	border-right-style:solid;
	border-right-width:thin;
		border-bottom-style:solid;
	border-bottom-width:thin;

	   }


#photos {
	width:950px;
	margin:0 auto;
	text-align:right;
	height:135px;
	position:relative;
	border-color:#000000;
	border:thin;
	padding:5px;
	background-color:#000000;
   }

#title {
	margin:0 auto;
	text-align:left;
	height:70px;
	width:410px;
	float:left;
	background-color:#000000;
   }

#links {
	width: 540px;
	text-align:right;
	height:60px;
	border-color:#000000;
	border:thin;
	background-color:#000000;
	padding:5px;
	float: left;
	   }

#blackbox {
	clear: left;
	margin:15px;
	width:930px;	
	height:357px;
	background-color:#000000;
	float:left;
	clear: float;
	}

#text {
	width: 535px;
	height:317px;
	float:left;
	margin: 15px;
	padding:5px;
	background-color:#000000;
	border:solid;
	border-color:#FFFFFF;
	border-width:thin;	}


#slideshow {
	width: 340px;
	height:340px;
	float:left;
	padding-top:12px;

	}