/* Style sheet for David-Jenkins.co.uk (red design) created 08/06/06 */

body {
	background-color: White;
	text-align: center; /* IE bug fix - centering content */
}

img{
	border-style: none;
}

#wrapper {
	width: 950px;
	height: 580px;
	background-image:	url(assets/background.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding-top:30px;
	padding-left: 50px;
	text-align: left;
}

#container{
	width: 800px;
	height: 420px;
	padding: 10px;
	font:	Helvetica, Arial,  sans-serif;
}

#banner{
	width: 830px;
	height: 80px;
	background-image: url(assets/banner.gif);
	background-repeat: no-repeat;
}

.title{
	float: right;
	font-family: Arial Narrow, Arial;
	font-size: 3em;
	color: White;
	margin-right: 10px;
	margin-top: 10px;
}

#text {
	width: 480px;
	height: 280px;
	_height: 420px;
	float: left;
	
}

#redbarindex{
	width: 830px;
	height: 30px;
	background-color: #cc0000;
	margin-left: 10px;
	_margin-top: -170px;
}

#redbar{
	width: 830px;
	height: 30px;
	background-color: #cc0000;
	margin-left: 10px;
}

.separator{
	height: 0px;
	clear: both;
}

#picture {
	width: 260px;
	height: 290px;
	float: right;
}

#portfolio-wrapper{
	width: 830px;
	height: 280px;
	overflow: auto;
}

.portfolio{
	width: 810px;
	margin-bottom: 1.5em;
	clear: both;
}

/* text elements */

#navigation ul{
	list-style: none;		
	text-decoration: none;
	margin-left: -40px;
	_margin-left: 0px;
	margin-top: 10px;
	margin-right: auto;
}

#navigation li{
	width: 93px;
	height: 32px; /*padding-left: 5px; */
	display: inline;
	background-color: White;
	margin: 0px;	
	text-decoration: none;
}

#navigation a{
	font-size: 1em;
	font-weight: bold;
	color: White;
	background-color: White;
}

#text p{
	font-size: .8em;
}

.portfolio img{
	float: right;
	margin-left: 10px;
}

/* The following two style rules are for use on the index page for the bottom red bar.*/

#redbarindex p{
	color: White;
	font-size: .9em;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 7px;
}

#redbarindex a{
	color: White;
	font-size: .9em;
	font-weight: bold;
	padding-top: 7px;
}

#redbar p{
	color: White;
	font-size: .9em;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 7px;
}

#redbar a{
	color: White;
	font-size: .9em;
	font-weight: bold;
	padding-top: 7px;
}

.portfolio h1{
	font-size: 1em;
}

.portfolio p{
	font-size: .9em;
}