/* Circe Films screen.css */

body, html{
	padding: 0;
	margin: 0;
	height: 100%;
	font-size: 13px;
	line-height: 18px;
	font-family: Georgia, Times New Roman;
	color: #CD6565;
}

body{
	background: url(../images/background_gradient.gif) #E8DDDD repeat-x;
}

#flashWrapper{
	width: 100%;
	height:100%;
}

#columnCentre{
	width: 620px;
	margin: 0 auto;
}

#contact{
	font-size: 10px;
	float:right;
	color: #9A3232;
	font-family: Tahoma;
	font-weight: bold;
	padding-top: 20px;
	line-height: 12px;
}

#contact a{
	color: #9A3232;
	text-decoration: none;
}

#contact a:hover{
	text-decoration: underline;
}

.contentBlock, .project{
	padding-top:30px;
}

p.intro{
	font-style: italic;
}

.project{
	width: 300px;
	font-family: Tahoma;
	float: left;
	margin-right: 10px;
	color: #9A3232;
	height: 340px;
}

.project .title{
	font-size: 12px;
	color: #9A3232;
}

.project .filmtype{
	font-size: 10px;
	color: #999;
}

.project .description{
	font-size: 11px;
	color: #999;
}

.project a{
	font-size: 10px;
	color: #9A3232;
	text-decoration: none;
}

.project a:hover{
	text-decoration: underline;
}