@charset "utf-8";
/* CSS Document */

.col-left {
	background: #FFF;
	width: 400px;
	float: left;
}
.col-split {
	width: 48%;
}
.col-right {
	float: right;
	width: 400px;
}
.col-right h1 {
	color: #A58332;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 3.4em;
	letter-spacing:-2px;
	word-spacing:2px;
	line-height:0.9em;
	margin-bottom:25px;
}
.col-right h2 {
	color: #666;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height:1em;
	word-spacing:2px;
	margin-bottom:16px;
}
.col-right ul {
	margin-left:40px;
}

.col-right a {
	color:#A58332;
}
.col-right a:hover {
	color:#79582D;
	background: #FFFFCC;
}

.clearme {
	clear:both;
}

