body {
	background-color: #282828;
}
body,td,th {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
}
#wrapper {
	width: 960px;
	height:200px;
	margin: 0px auto;
}
#header {
	background-image: url(images/site/ph-logo.gif);
	background-repeat: no-repeat;
	height: 88px;
}
#content-wrapper{
	margin: 0 285px 0 0;
	background-image:url(images/site/bkg-mid.gif);
	background-repeat:repeat-y;
}
#content-bot{
	height:20px;
	background-image:url(images/site/bkg-bot.gif);
	background-repeat: no-repeat;
}
#content-left{
	float:left;
	width:200px;
	margin-left: 15px;
}
#content-right{
	margin-left:264px;
	margin-right: 60px;
}
#content-right-news{
	margin-left:264px;
	margin-right: 60px;
}
#footer{
	padding-left:10px;
	margin:5px 0 20px 0;
	font-size:9px;
	color:#444444;
}
a {
	color: #555;
}


/* main navigation */

#nav{
	background-image:url(images/site/bkg-nav.gif);
	background-repeat:no-repeat;
	height: 22px;
	padding-top: 7px;
	padding-left: 10px;
	color:#FF9966;
}
.nav a{
	color:#FFB58F;
	text-decoration:none;
}
.nav a:hover{
	color:#FFFFFF;
	text-decoration:none;
}


/* layout devices */

.clear{
	clear:both
}
.float-r{
	float:right
}


/* sidebar */

#sidebar {
	float:right;
	width:285px;
	background-image: url(http://www.picturehousefilms.co.uk//images/site/bkg-sidebar-mid.jpg);
	background-repeat: repeat-y;
}
#sidebar-top{
	height:10px;
	background-image:url(images/site/bkg-sidebar-top.jpg);
	background-repeat:no-repeat;
}
#sidebar-bot{
	height:10px;
	background-image:url(images/site/bkg-sidebar-bot.jpg);
	background-repeat:no-repeat;
}
#recent-project{
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
}
#recent-top{
	height:24px;
	background-image:url(images/site/recent-top.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:6px;
	font-size:12px;
	color:#FFFFFF;
}
#recent-mid{
	height:128px;
	background-image:url(images/site/recent-mid.jpg);
	background-repeat:no-repeat;
}
#recent-bot{
	height:29px;
	background-image:url(images/site/recent-bot.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:3px;
	color:#666666;
}
.recent-bot a{
	color:#666666;
	text-decoration:none;
}
.recent-bot a:hover{
	color:#CCCCCC;
	text-decoration:none;
}


/* text formatting */

.standfirst{
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
}
.standfirst h2 {
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px 0;
}
.standfirst h3 {
	font-size:12px;
	font-weight:normal;
	margin:0 0 3px 0;
	padding-top:5px;
	border-top: thin solid silver;
}
.standfirst p {
	color:#BBB;
	font-size:10px;
	line-height: 14px;
	margin:0 0 12px 0;
}
.standfirst span {
	color: orange;
}

.standfirst a {
	font-size:9px;
	color: orange;
	text-decoration:none;
}
.standfirst a:hover {
	text-decoration:underline;
}


#content-right-news p {
	margin: 0 0 10px 0;
	padding-bottom:10px;
	border-bottom: thin solid gray;
}
#content-right-news h2 {
	font-size:15px;
	margin: 15px 0 8px 0;
}
#content-right-news a {
	font-size:9px;
	color: #555;
	text-decoration:none;
}
#content-right-news a:hover {
	text-decoration:underline;
}
#content-right-news span {
	color: #555;
}

.news-link {
	margin-top:12px;
}
.news-link a {
	font-size:9px;
	color: #555;
	text-decoration:none;
}
.news-link a:hover {
	text-decoration:underline;
}
.sml-grey {
	font-size:9px;
	color: #555;
}

.news-archive {
	color:white;
}
.news-archive h2 {
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px 0;
}
.news-archive h3 {
	color: orange;
	font-size:12px;
	font-weight:normal;
	margin:10px 0 5px 0;
}
.news-archive ul {
	margin:0;
	padding:0 0 0 15px;
}
.news-archive a {
	color:#FFF;
}


.contact{
	padding-top:30px;
	padding-bottom:10px;
}