/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #2d1c15;
	font-family: "Trebuchet MS", Helvetica, "Lucida Sans", sans-serif, Arial;
	font-size: 13px;
	color: #ffeadb;
	height: 100%;
}


a				{outline: none;}
a:link 			{
	color:#A47B5F;
	text-decoration:underline;
	font-weight:bold;
}
a:visited 		{
	color:#A47B5F;
	text-decoration:underline;
}
a:hover 		{
	color:#FFFFFF;
	text-decoration:none;
}
a:active 		{color:#FF9523; text-decoration:none;}



#content-side a:hover {color:#FF9523;}


ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{
	margin:0 0 15px;
	color: #ffeadb;
}
h1 					{
	font-size:18px;
	margin:0 0 12px;
	color: #FFEADB;
}
h2 					{
	font-size:18px;
	margin:8px 0;
	color: #A47B5F;
}
h3 					{
	font-size:14px;
	margin:6px 0 5px;
	color: #D1BCAB;
}
h4 					{
	font-size:14px;
	margin:4px 0;
	color: #FFFFFF;
}
h5					{
	font-size:12px;
	margin:3px 0;
	color: #FFEADB;
}
h6 					{font-size:11px; margin:0;color: #ffeadb;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

h1.pageheading	{padding-bottom: 10px;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Lightbox */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #ddd;
	border: 1px solid #999;
	}

.gallery-item a {
	text-decoration: none;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}

#imageDetails {
	color: #000;
}

/* Page */

#wrapper {
	width: 895px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #38241B;
}

#outer-wrapper {
	width: auto;
	background-repeat: no-repeat;
	background-position: center top;
}

/* Header */

#header {
	width: 895px;
	height: 202px;
	background-repeat: no-repeat;
	float: left;
	background-image: url(../images/header.jpg);
}

/* Content */

#content {
	width: 700px;
	float: right;
}

.content-main {
	width: 475px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 140%;
}
#side-wrap {
	width: 155px;
	float: right;
	color: #FFEADB;
	margin-top: 10px;
	margin-right: 20px;
}
#content-side img {
	display: block;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #d1bbab;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#side-head {
	float: left;
	width: 155px;
	margin-bottom: 5px;
}
#side-head h1 {
	font-size: 15px;
	color: #FFEADB;
	margin: 0px;
	padding: 0px;
}




#content-side {
	float: left;
	width: 135px;
	text-align: center;
	background-color: #FFFFFF;
	border: 0.05em solid #d1bbab;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.content-left {
	float: left;
	margin-top: 10px;
}


/* Footer */

#footer {
	width: 895px;
	height: 74px;
	overflow: visible;
	padding-bottom: 0px;
	text-align: center;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/footer-bg.gif);
}
#footer a {
	color: #A19894;
}

#content-side p {
	color: #38241B;
}

.footer-box {
	display: block;
	height: 16px;
	width: 218px;
	text-align: center;
	color: #452D23;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}


#footer p {
	color: #afa8a5;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
#footer h6 {
	color: #8C776A;
	font-size: 10px;
	font-weight: normal;
}

