/* CSS for mindstream - Simon Pollard for deckchair.co.uk 2008 */
/* Style for index page */
div#content {
	padding-top: 20px;
}
a.news {
	text-decoration: none;
	color: #6c4f7e;
	font-weight: bold;
}
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;
	margin-bottom: 15px;
}
div#latest-news {
	margin-top: 20px;
}
div.news-item {
	margin-top: 40px;
	font-size: 13px;
	background-image: url(../images/news/news.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
	position: relative;
	height: 100px;
}
span.news-head {
	font-size: 14px;
	font-weight: bold;
	color: #6c4f7e;
	margin-left: 40px;
}
span.date {
	font-size: 11px;
	font-style: italic;
	margin-top: 15px;
}
div.news-item p {
	margin-left: 40px;
	width: 350px;
	margin-top: 15px;
}
div#content-right {
	background-color: #f7f8f8;
	background-image: url(../images/index/news1.jpg);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	float: right;
	width: 200px;
	padding: 15px;
	font-size: 12px;
}
div#content-right h4 {
	color: #626262;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 35px;
}
span.other-news-h {
	color: #626262;
	font-size: 13px;
	font-weight: bold;
}
div#content-right p {
	margin-bottom: 25px;
}
div#content-left {
	width: 550px;
	margin-bottom: 50px;
	font-size: 13px;
}
div#content-left p {
	margin-top: 15px;
	margin-bottom: 15px;
}
div#content-left a#back {
	margin-top: 25px;	
}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}