/* CSS for mindstream - Simon Pollard for deckchair.co.uk 2008 */
/* Style for index page */
div#content {
	padding-top: 20px;
}
p {
	margin-top: 15px;
	font-size: 13px;
}
h1 {
	color: #6c4f7e;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}
div.line {
	background-color: #6c4f7e;
	height: 2px;
	width: 550px;
	font-size: 1px;
}
div#latest-news {
	margin-top: 20px;
}
div#content-right {
	background-color: #f7f8f8;
	float: right;
	width: 200px;
	padding: 15px;
	font-size: 12px;
}
div#content-left {
	width: 550px;
	margin-bottom: 50px;
	position: relative;
}
div#latest-news {
	clear: both;
}
input {
	position: absolute;
	left: 80px;
}
input#Submit {
	width: 150px;
	clear: both;
}
textarea {
	margin-left: 80px;
}
div#captcha {
	margin-left: 80px;
	padding-top: 10px;
	height: 130px;
}