/* This is the style of your browser text */

p {
	margin: 0em 0 0em 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #c6c7a5;
}

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

h1, h2, h3, h4, h5 {
	font-family: "Helvetica", Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

h1 {
	font-size: 18px;
	font-family: "Helvetica", Arial, sans-serif;
	color: #c6c7a5;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 95%;
	display: inherit;
}

#main {
	margin: .5em 20px 0 20px;
	border-top: 1px solid #000;
	text-align: left;
	padding: 20px 0 20px 0;
}

#left {
	float: left;
	width: 140px;
	margin: 0 20px 14px 0;
	background-color: #DCDCDC;
	border: 3px double #FFF;
	font-size: 10px;
	line-height: 1.4em;
}

#right {
	float: right;
	width: 120px;
	margin: 0 0 14px 20px;
}