/* TOOLBOX CSS */

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

a:link {
	color: #736220;
}

a:visited {
	color: #736220;
}
a:hover {
	color: #000000;
	text-decoration:none;
}

a:active {
	color: #000000;
}

li.reg {
	margin-bottom:8px;
	padding:0 0 15px 0px;
	border-bottom:1px solid #dedddd;
}


/* END TOOLBOX */


/* PAGE LAYOUT */

body {
	background:#fff url(bg_gold.jpg) repeat-x;
	font: 1.2em Cambria, Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding: 0;
	margin: 0;
}

p {
	line-height: 1.5em;
	margin:0 0 10px 0;
}


#wrapper {
	width:820px;
	background-repeat:no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

#content-left {
	width:100%;
	float:left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
}

h1 {
	font:50px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#006;
	padding: 10px 0 8px 0;

}

h2 {
	font:32px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	border-bottom:1px solid #34301B;
	padding-bottom:0px;
	margin-bottom:15px;
	font-style:italic;
	color:#34301B;
}

h3 {
	font:20px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:5px;
	color:#036;
	text-transform: uppercase;
}

.divider {
	width:100%;
	border-bottom:2px solid #34301B;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.purchase-text {
	width:130px;
	float:left;
	display:inline;
	margin:0 0 0 10px;
	line-height:1em;
	font-size:0.9em;
}


#footer {
	width:800px;
	height:25px;
	margin:50px 0 0 0;
	padding:10px 15px 0 0;
	font-size: 0.6em;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #342F25;
}

/* END LAYOUT */
