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

/*Header*/
#black-strip {
	background-color:#250a08;
	background-repeat:repeat-x;
	height:30px;
}

#black-strip-text {
	text-align:left;
	color:#a39689;
	width:960px;
	padding:3px;
}

#top-edges {
	background-image:url(images/top-edge.gif);
	background-repeat:repeat-x;
	height:133px;
}

#top-center {
	background-image:url(images/top-center.gif);
	background-repeat:repeat-x;
	width:990px;	
	height:133px;
}

#top-left {
	background-image:url(images/top-left.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:133px;
}

#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:20px;
	height:103px;
}

#top-right {
	background-image:url(images/top-right.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:133px;
}


/*Body Content*/
#content {
	background-color:#ebe2d3;
	margin-top:10px;
	width:960px;
}

/*Rounded Corners*/
#tl {
	background-image:url(images/cnr-tl.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:19px;
}
#bl {
	background-image:url(images/cnr-bl.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:19px;
}
#tr {
	background-image:url(images/cnr-tr.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:19px;
}
#br {
	background-image:url(images/cnr-br.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:19px;
}

/*Left Block*/
#plain-block {
	background-color:#ebe2d3;
	margin-left:5px;
	width:315px;
	height:100%;
	margin-top:auto;
}
#darker-block {
	background-color:#8e4f1f;
	margin-left:5px;
	width:315px;
	height:100%;
	margin-top:auto;
	color:#fff;
}
#dark-block {
	background-color:#64260F;
	margin-left:5px;
	width:315px;
	height:100%;
	margin-top:auto;
	color:#dce1cb;
}

/*Main Headings*/
.main-bg {
	background-image:url(images/heading1-left.png);
	background-repeat:no-repeat;
}
.main-bg-right {
	background-image:url(images/heading1-right.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.main-green {
	background-image:url(images/heading1-center.png);
	background-repeat:repeat-x;
	margin-left:14px;
	margin-right:14px;
	font-size:18px;
	color:#929700;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
}
.main-white {
	background-image:url(images/heading1-center.png);
	background-repeat:repeat-x;
	margin-left:14px;
	margin-right:14px;
	font-size:18px;
	color:#fff;
	padding-left:15px;
	padding-right:15px;
}
.main-black {
	background-image:url(images/heading1-center.png);
	background-repeat:repeat-x;
	margin-left:14px;
	margin-right:14px;
	font-size:18px;
	color:#000;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
}
.main-grey {
	font-size:18px;
	color:#565549;
}
.main-light-grey {
	font-size:18px;
	color:#bfb1ab;
}
.main-beige {
	font-size:18px;
	color:#e7b197;
}

/*Main Menu Links*/
a.main-menu:link {
color: #e8beaa;
text-decoration: none;
}
a.main-menu:visited {
color: #e8beaa;
text-decoration: none;
}
a.main-menu:hover {
color: #ffd640;
text-decoration: none;
}
a.main-menu:active {
color: #fff;
text-decoration: none;
}

/*General Links*/
a.green {
color: #929700;
text-decoration: underline;
}

/*Footer*/
#bottom-edges {
	background-image:url(images/bottom-edge.gif);
	background-repeat:repeat-x;
	height:151px;
}

#bottom-center {
	background-image:url(images/bottom-center.gif);
	background-repeat:repeat-x;
	width:990px;	
	height:151px;
}

#bottom-left {
	background-image:url(images/bottom-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:151px;
}

#bottom-right {
	background-image:url(images/bottom-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:151px;
	color:#e8beaa;
	font-size:10px;
}

