@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/jpg/bkg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border: none;
}

body {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #4b3f26;
	line-height: 1.5em;
}

div#wrap {
	width: 100%;
	margin: 0 auto;
	border: none;
	padding: 105px 0 0 0;
	background-image: url(images/jpg/header2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

div#mainstage {
	width: 850px;
	margin: 0 auto;
	border: none;
	padding: 0;
	background-image: url(images/jpg/stagebg.jpg);
	background-repeat: repeat-y;
}

div#leftcol {
	width: 635px;
	margin: 0;
	border: none;
	padding: 0;
	float: left;
}

div#topdiv {
	float: left;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: 635px;
	height: 10px;
	margin: 0;
	padding: 0;
}

div#mainhead {
	float: left;
	text-align: right;
	width: 580px;
	margin: 0 0 5px 55px;
	padding: 0;
	border: none;
	height: 262px;
	background-image: url(images/jpg/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: -55px top;
}

div#maintext {
	width: 570px;
	margin: 0 0 0 65px;
	padding: 0;
	border: none;
	float: left;
}

div#image-holder {
	width: 544px;
	background-color: #1c1811;
	padding:5px;
	border: none;
	margin: -20px 0 0 0;
}

.whiteFrame {
	border: 1px solid #FFF;
}

/*
 * Navigation
 */
#nav {
	float: left;
	width: 215px;
	margin: 0;
	padding: 7px 0 0 0;
}
#nav a, #nav li {
	display: block;
	float: left;
}

div#rightcol {
	width: 215px;
	background-color: #1c1811;
	margin: 0;
	border: none;
	padding: 0;
	float: left;
}

div#datediv {
	padding-right: 5px;
	margin: 110px 0 0 0;
	border: none;
}

div#emailimg {
	margin: 0;
	width: 580px;
	height: 100px;
	border: none;
	padding: 0;
}

.date {
	display: inline-block;
	padding:10px;
	text-align: center;
	line-height: 40px;
	background-image: url(images/letters/back.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.image-holder {
	width: 549px;
	background-color: #1c1811;
	padding:8px;
	border: none;
	margin: 0 0 1px 0;
	color: #EBE3BF;
	float: left;
	background-image:url(images/jpg/more-info.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.pages {
	width: 555px;
	padding:5px;
	border-top: 1px solid #1c1811;
	margin: 0;
	height: 30px;
	float:left;
	text-align: right;
}

div#footer {
	width: 850px;
	height: 115px;
	margin: 0;
	border: none;
	padding: 0;
	float: left;
	background-image: url(images/png/footer.png);
	background-repeat: no-repeat;
}

/*
 * Forms
 */
form {
	margin: 0;
	padding: 0;
}

input, textarea {
	background-color: #fff;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding: 4px;
	border: 1px solid #978256;
}

.genericbox {
	width: 99%;
}

/*
 * Right column
 */
#sidebar {
	color: #8d8974;
	float: left;
	width: 215px;
	padding-top: 15px;
}
.sidebar_pad {
	float: left;
	margin: 50px 0 0 0;
	padding-left: 20px;
}

/*
 * sidebar lists
 */
.sidebar_list1 {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.sidebar_list1 a:link, .sidebar_list1 a:active, .sidebar_list1 a:visited {
	color: #8d8974;
	border-bottom: 1px solid #28241c;
	display: block;
	width: 165px;
	padding: 5px 5px;
}
.sidebar_list1 a:hover {
	color: #ece6c5;
	text-decoration: none;
	background-color: #28241c;
}

.title_img {
	margin-bottom: 5px;
}


/* *************************
 * TEXT
 *************************** */

a:link, a:visited, a:active {
	color: #d21600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*
 * Headers
 */
h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times serif;
	font-weight: normal;
	color: #1c1811;
	line-height: normal;
	letter-spacing: -1px;
}
h2 {
	font: normal 23px/38px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #d21600;
	letter-spacing: -2px;
	text-transform: uppercase;
	height: 38px;
	margin-bottom: 10px;
}
h3 {
	font-size: 26px;
	line-height: 1em;
	margin: 0 0 .2em 0;
}
h4 {
	font: bold 16px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin-bottom: 8px;
}

h3.small, h3.medium, h3.large, h3.xlarge {
	background: url(images/title-small.gif) no-repeat bottom left;
	padding-bottom: 18px;
}
h3.medium {
	background-image: url(images/title-medium.gif);	
}
h3.large {
	background-image: url(images/title-large.gif);	
}
h3.xlarge {
	background-image: url(images/title-xlarge.gif);	
}

h3 a:link, h3 a:visited, h3 a:active {
	color: #1c1811;
	text-decoration: none;
}
h3 a:hover {
	color: #d21600;
	text-decoration: none;
}
.title_img {
	margin-bottom: 5px;
}


.clearb {
	clear: both;
}
p {
	padding: 0;
	margin: 0 0 1.6em 0;
}
.hl {
	background-color: #ff9;
	padding: 1px;
}
.font_green {
	color: #36842c;
}
strong {
	font-weight: bold;
}
pre, code {
	font-family: Monaco, "Lucida Console", Courier, monospace;
	font-size: 11px;
}
pre {
	border-left: 1px dotted #4b3f26;
	padding: 5px 0 5px 10px;
	margin: 0 0 1.6em 20px;
}

/* CSS Document */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
-->