/* CSS for mindstream - Simon Pollard for deckchair.co.uk 2008 */
/* Style for index page */
div#content {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
div#content p {
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
}
h1 {
	color: #437f43;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.line {
	height: 2px;
	width: 810px;
	background-color: #437f43;
	font-size: 1px;
}
div#player {
	padding-top: 15px;
}
div#buttons {
	width: 600px;
}
div.button {
	float: left;
	margin-bottom: 15px;
	margin-right: 10px;
	color: #437f43;
}
div.button a {
	color: #437f43;
	text-decoration: none;
	cursor: pointer;
}
div.button a:hover {
	color: #000000;	
}
div.button p {
	font-weight: bold;
	font-size: 12px;
}
div.imageborder {
	width: 182px;
	height: 114px;
	background-image: url(../images/projects/button-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.imageborder:hover {
	background-image: url(../images/projects/button-bg-hov.gif);
}
div.image{
	width: 182px;
	height: 114px;
	background-position: center;
	background-repeat: no-repeat;
}
	