body {
	text-align: center;
	margin: 0 0;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, Sans Serif;
	font-size: 11px;
	line-height: 14px;
	color: #808080;
	}
#left {
	width: 225px;
	margin-top: 50px;
	padding: 0px;
	float: left;
	background-color: #FFF;
	text-align: right;
	}
#right {
	width: 700px;
	margin-top: 30px;
	padding: 0 0 0 30px;
	float: left;
	background-color: #FFF;
	text-align: left;
	}
#right img {
	margin-bottom: 35px;
	margin-right: 35px;
	border: 0;
	}
.caps {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, Sans Serif;
	font-size: 11px;
	line-height: 14px;
	color: #808080;
	text-transform: uppercase;
	}
.title {
	border-bottom: 1px dotted #333;
	text-align: left;
	margin-bottom: 5px;
	color: #333;
	text-transform: uppercase;
	display: block;
	}
.year {
	border-bottom: 1px dotted #333;
	width: 135px;
	float: right;
	text-align: right;
	margin-bottom: 5px;
	margin-left: 85px;
	color: #333;
	text-transform: uppercase;
	display: block;
	}
.darktext {
	color: #333;
	text-transform: uppercase;
	}
.greentext {
	color: #73C245;
	}
a:link {
	color: #808080;
	text-decoration: none;
	}
a:visited {
	color: #808080;
	text-decoration: none;
	}
a:hover {
	color: #73C245;
	text-decoration: none;
	}
a:active {
	color: #73C245;
	text-decoration: none;
	}