@font-face {
	font-family: 'BoydUncialNormal';
	src: url('boydun1-webfont.eot');
	src: local('?'), url('boydun1-webfont.woff') format('woff'), url('boydun1-webfont.ttf') format('truetype'), url('boydun1-webfont.svg#webfont0a8XgSvf') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	font-size:12px;
	font-family: verdana,sans-serif;
	line-height:18px;
	color:#3d2b14;
	}

a {	
	color:#be3726;
	}
h1, h2, h2 em, h3 {	
	font-family: 'BoydUncialNormal',serif;
	}
h1 {
	font-size:48px;
	line-height:36px;
	margin:10px 0px 0px 0px;
	}
h2, h2 em {
	font-size: 36px;
	line-height:28px;
	margin-top:20px;
	}
h3 {
	font-size: 24px;
	line-height:18px;
	}
h4 {
	font-family:verdana,sans-serif;
	font-size: 14px;
	}
li {
	margin-bottom: 10px;
	}

/******* Image Styles *******/
.imageTopLeft, .imageTopRight, .imageLeft, .imageRight, .imageCenter, #side div {;
	border: #ecc271 solid 1px;
	-moz-box-shadow: 2px 2px 4px #b4b4b4;
	-webkit-box-shadow: 2px 2px 4px #b4b4b4;
	box-shadow: 2px 2px 4px #b4b4b4;
/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b4b4b4')";
/* For IE 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b4b4b4')";
}
.imageTopLeft{
	margin:4px 20px 10px 0;
}
.imageTopRight{
	margin:4px 0 10px 20px;
}
.imageLeft{
	margin:20px 20px 20px 0;
}
.imageRight{
	margin:20px 0 20px 20px;
}


body { background: url(bg.jpg) repeat;
	}

#wrapper  { width:981 px;
	margin:25px 50px;
	background: url(headerpic.jpg) no-repeat top left;
	}
#logo { position:absolute; top:180px; left:35px;}
#layout { width:975px;
	background:#f7f5f3 url(rightside.png) repeat-y top left;
	/*margin-top:200px;*/
	border-top:solid 1px #3d2b14;
	}
#layout tr td {
	padding:15px;
	border-top:solid 1px #ecc271;}

#nav {
	padding-top:150px;
	padding-left:20px;
	}
#nav a {
	font-family: 'BoydUncialNormal',serif;
	font-size:20px;
	text-decoration:none;
	}
#nav a:hover {
	text-decoration:underline;
	}
#content {}
#side {
	width:292px;
	padding-top:0; margin-top:0;
	border-right:solid 1px #ecc271;
	}
#side div {
	margin:10px;
	padding:20px;
	padding-top:10px;
	background: #d2bfa7;	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;

	}
#layout tr td#footer {
	border-top:0;
	background:transparent url(footerbg.png) no-repeat bottom left;
	}
#footer {
	}
#footer span {
	font-size:80%;
	font-style:italic;
}
