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

/* 
Brown: #572600
Orange: #ffaf50
*/

body {
	background-color:#fb8f1e;
	background-image:url(images/bg.png);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#572600;
}

.container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:50px;
	z-index:10;
}

a:link {
	color:#572600;
	text-decoration:none;
}

a:visited {
	color:#572600;
}

a:hover {
	color:#FFF;
}

a:active {
	color:#000;
}

.topmenu {
	text-align:center;
	width:100%;
	background-color:#FFF;
	background-color: rgba(255, 255, 255, 0.95);
	height:30px;
	padding-top:10px;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

.topmenutxt {
	color:#572600;
	font-size:16px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

a.topmenulink:link {
	color:#572600;
}

a.topmenulink:visited {
	color:#572600;
}

a.topmenulink:hover {
	color:#FFF;
	background-color:#fb8f1e;
}

a.topmenulink:active {
	color:#000;
	background-color:#fb8f1e;
}

p.about {
	margin-bottom:-4px;
	color:#999;
	font-size:16px;
}

.subhead {
	font-weight:bold;
	color:#ffaf50;
	font-size:21px;
}

.imgsample {
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.6);
	margin: 0 0 5px 0;
}

.imgsamplecontainer {
	width:200px; 
	text-align:center; 
	float:left;
	margin:0 22px 0 0;
}
