* {padding: 0; margin: 0;}

body{
	background-color: #ccba8f;
	font-family: Georgia, "Times New Roman", Times, serif;
}

span,img{padding:0;margin:0;border:0;}

a,a:visited
{
	color: black;
}

a:hover,a:active
{
	color: #342012;
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.stretch {
    width:100%;
    height:100%;
}

#header
{
	position: absolute;
	top: 25px;
	width:  100%;
	height: 85px;
	background-color: rgba(255,254,255,0.36);
	border-top: 12px solid #5b3716;
	border-bottom: 12px solid #5b3716;
}

#headerspace
{
	height: 100px;
}

#t1, #t2{
	position:  absolute;
	font-variant: small-caps;
	/*text-shadow: #f5da98 0 0 6px;	*/
}

#t1{
	font-size: 2.8em;
	top:  5px;
	left: 25px;
	color: #5b3716;
}
#t2{
	bottom: 10px;
	left:  45px;
	font-size: 1.2em;
}

#header ul
{	font-family: 'Allura', cursive;
	font-size: 2em;
	position: absolute;
	left: 535px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 14px 0 11px 0;
	min-width: 600px;
}

#header ul li{
	display:  inline-block;
	padding-right: 7px;
	line-height: 1em;
	text-align: center;
}

#header ul li a{
	text-decoration: none;
	padding: 16px 10px 8px 10px;
	color: #372112;
}


#header ul li a:hover{
	color: #846c49;
	/*text-shadow: #fff 0 1px 0;*/
}

.selected
{
	color: #000;
	text-shadow: #fff 0 1px 0,
	#fff 0 0 7px;
}




#pagestuff{
	margin:  50px 20% 0 20%;
}

p.content_box{
	font-size: 1.5em;
	margin-bottom: 35px;
}

p.content_box:first-line{
	font: 2em/.9em 'Allura', cursive;
}

.allura
{
	font-variant: small-caps;
	font-size: 2em;
}

.centerImage{
	width: 600px;
	margin: 10px auto;
	border: 1px solid #342012;
	position:relative;
	display: inline-block;
	font-size:0;
	line-height:0;
}

.centerImage:after{
	position:absolute;
	top:1px;
	left:1px;
	bottom:1px;
	right:1px;
	border:1px solid rgba(255,255,255,0.5);
	outline:1px solid rgba(0,0,0,0.2);
	content:" ";
}

.centerFloat{
	margin-top:  10px;
	margin-left: 40px;
	margin-bottom: 15px;
	padding:  -10px;
	text-align: center;
	border: 1px solid #342012;
	position:relative;
	display:inline-block;
	font-size:0;
	line-height:0;
}

.centerFloat:after{
	position:absolute;
	top:1px;
	left:1px;
	bottom:1px;
	right:1px;
	border:1px solid rgba(255,255,255,0.5);
	outline:1px solid rgba(0,0,0,0.2);
	content:" ";
}


.rightFloat{
	margin-top:  10px;
	margin-left: 25px;
	margin-bottom: 15px;
	padding:  -10px;
	float:  right;
	border: 1px solid #342012;
	position:relative;
	display:inline-block;
	font-size:0;
	line-height:0;
}

.rightFloat:after{
	position:absolute;
	top:1px;
	left:1px;
	bottom:1px;
	right:1px;
	border:1px solid rgba(255,255,255,0.5);
	outline:1px solid rgba(0,0,0,0.2);
	content:" ";
}

.leftFloat{
	margin-top:  10px;
	margin-right: 25px;
	padding:  -10px;
	float:  left;
	border: 1px solid #342012;
	position:relative;
	display:inline-block;
	font-size:0;
	line-height:0;
}

.leftFloat:after{
	position:absolute;
	top:1px;
	left:1px;
	bottom:1px;
	right:1px;
	border:1px solid rgba(255,255,255,0.5);
	outline:1px solid rgba(0,0,0,0.2);
	content:" ";
}



#footer
{
	margin: 25px 0;
	clear: both;
	text-align: center;
}


