body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #744739;
	font-size: 12px;
	line-height: 15px;
}

table, tr, td{
	border-collapse: collapse;
}

td{
	font-family: Helvetica, Arial, sans-serif;
	color: #744739;
	font-size: 12px;
	line-height: 15px;
	vertical-align: top;
	text-align: left;
}

td.label{
	font-weight: bold;
	width: 60px;
}

h1, h2{
	padding: 0;
	margin: 0;
}

h1{
	position: relative;
	left: 100%;
	margin-left: -182px;
	top: 50%;
	margin-top: -123px;
}

h2{
	margin-bottom: 10px;
}

a{
	color: #744739;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color: #d8b6a6;
}

#wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
}

#left_col{
	width: 50%;
	float: left;
	background: #faf7ea;
	height: 100%;
}

#right_col{
	width: 50%;
	height: 100%;
	float: left;
}

#content_wrapper{
	padding: 0 0 0 10px;
	position: relative;
	top: 50%;
	margin-top: -123px;
}