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: 180px;
	margin-top: 5px;
	padding: 20px;
	float: left;
	background-color: #FFF;
	text-align: left;
	}
#right {
	width: 710px;
	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: #fa1a63;
	text-transform: uppercase;
	display: block;
	}
.year {
	border-bottom: 1px dotted #333;
	width: 180px;
	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;
	}
	
.pinktext {
	color: #fa1a63;
	}
		
a:link,a:visited,a:active {
color : #666;
text-decoration : none;
}

a:hover {
color : #000;
text-decoration : none;
} 

	
a.pink:link, a.pink:visited,a.pink:active {
color : #fa1a63;
text-decoration : none;
} 

a.pink:hover {
color : #000;
text-decoration : none;
}

a.design {
}

a.design:hover{
	background: url(line2.gif) repeat-x 100% 100%;
}