@charset "UTF-8";
/* CSS Document */
/* Main Elements */
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .75em;
	color: #ded8ba;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrap {
	text-align: left;
	padding: 0px;
	width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/* Left Column */
#left {
	float: left;
	width: 262px;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}
#left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #ded8ba;
	margin: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 6px;
	padding-left: 40px;
	font-weight: lighter;
	line-height: 1.5em;
}
#left h2 {
	font-size: 1em;
	font-weight: bold;
	color: #9a9008;
	margin: 0px;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 6px;
	padding-left: 40px;
}
#left p {
	margin:0;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 6px;
	padding-left: 40px;
	line-height: 1.5em;
}
#left a:link, #left a:visited {
	color: #ded8ba;
	text-decoration: none;
}
#left a:hover {
	color: #a39914;
	text-decoration: none;
}

/* Right Column */
#right {
	min-height: 487px;
	height: auto !important;
	height: 487px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 516px;
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#right h1 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ded8ba;
	margin: 0px;
	padding-top: 100px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 46px;
	line-height: 1.5em;
	font-weight: lighter;
}
#right h2 {
	font-size: 1em;
	font-weight: bold;
	color: #9a9008;
	margin: 0px;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 6px;
	padding-left: 46px;
	line-height: 1.5em;
}
#right h3 {
	font-size: 1em;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 6px;
	padding-left: 46px;
}
#right p {
	margin: 0px;
	line-height: 1.5em;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 6px;
	padding-left: 46px;
}
#right a:link, #right a:visited {
	color: #ded8ba;
	text-decoration: none;
}
#right a:hover {
	color: #a39914;
	text-decoration: none;
}
#right img {
	margin-top: 10px;
	margin-bottom: 6px;
	margin-left: 45px;
	float: left;
	margin-right: 12px;
}
.textwrap {
	margin: 0px;
	padding-left: 20px;
	float: left;
	width: 290px;
}

/* Flow Elements */

#topclear {
	margin: 0px;
	padding: 0px;
	height: 186px;
	width: 778px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.clear_full {
	background-color: #333300;
	background-image: url(../images/clear_bottom_bar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	clear: both;
	height: 5px;
	width: 778px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*Breadcrumbs*/

#breadcrumbs {
	background-color: #333300;
	background-image: url(../images/breadcrumbs.jpg);
	margin: 0px;
	padding: 0px;
	height: 102px;
	width: 778px;
	text-align: center;
}
#breadcrumbs p {
	font-size: 0.75em;
	margin:0;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #604d2b;
}
