/*
Website Stylesheet
www.stephencwright.co.uk
Version 10.0a
*/

/************BODY*************/
*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #000000;
	font-size: 13px;
	color: white;
	font-family: Century Gothic, Arial;
}
#outer-wrap
{
	margin: auto auto;
	height: 1050px;
	background: url(images/header-colours1.png) no-repeat top center; 
}
#wrapper
{
	width: 910px;
	margin: 0px auto;
}

#header
{
	width: 910px;
	margin-bottom: 0px;
	margin-top: 40px;
	float: left;
}
#header h2
{
	color: #666666;
	padding: 20px 5px 4px 5px;
	word-spacing: 22px;
	font: 16px Century Gothic;
	font-weight: normal;
	float: right;
	text-shadow: black 0.1em 0.1em 0.2em;
}
#logo
{
	height: 45px;
	float: left;
}
.hidden
{
	display: none;
}

a, a:link, a:visited
{
	text-decoration: none;
	color: #CCCCCC;
}
a:hover
{
	color: #ff9900;
}
a img
{
	border: none;
}

#main-wrap
{
	width: 910px;
	float: left;
}
.splitter
{
	background: url(images/splitter.png) top center no-repeat;
	height: 5px;
	width: 910px;
}
.content-stop
{
	background: url(images/contentstop.png) top center no-repeat;
	height: 1px;
	width: 910px;
}
#content
{
	width: 910px;
	height: 548px;
	float: left;
	font-family: Arial;
	font-size: 13px;
}

#recent_work
{
	margin-bottom:5px;
	height: 20px;
	background: url(images/mywork.png) top left no-repeat;
	color: #CCCCCC;
	margin-top: 5px;
	margin-left: 10px;
}

#content_holder
{
	width: 908px;
	height: 546px;
	float: left;
	font-family: Arial;
	font-size: 13px;
}

#content_left
{
	height: 548px;
	width: 452px;
	float: left;
	text-align:left;
}

#content_right
{
	height: 548px;
	width: 452px;
	float: right;
	text-align: left;
}

.content_panel
{
	background: url(images/content_panel_bg.png) top left repeat;
	padding: 6px;
	margin-top:5px;
	margin-left:10px;
	margin-right:12px;
	margin-bottom: 10px;
	width:420px;
	height:160px;
	font-family: Century Gothic, Arial;
	text-align:inherit;
	font-size: 11px;
	color: #CCCCCC
}

.content_panel_upper
{
	width: inherit;
	height: 134px;
}

.content_panel_lower
{
	width: inherit;
	height: 26px;
}

.download
{
	width:18px;
	height:18px;
	margin:4px;
	float:right;
}

.content_panel:hover
{
	padding: 5px;
	border: solid 1px #666666;
}

b
{
	color: #ff9900;
	font-variant: small-caps;
}

.img_alignleft
{
	float:left;
	no-repeat: left;
	font-size: 11px;
}

.img_alignright
{
	float:right;
	no-repeat: right;
	font-size: 11px;
	margin-left: 2px;
}

#content_split
{
	background: url(images/content_panel_bg.png) top repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 528px;
	width: 3px;
	float: left;
}

/**************** Footer *********************/
#footer
{
	text-align: right;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #CCCCCC;
	font-family: Arial;
}
#footer-text
{
	margin-top: 5px;
	height: 18px;
	float: left;
}
.micro-icon
{
	margin-top: 5px;
	height: 18px;
	padding: 0 2px 2px 0;
	float: right;
}
