/* Colour Key 

Red: #B72126

Colour 2: #??????

Colour 3: #??????

*/

/* Browser Reset*/

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
	color: #bebdbe;
	background: #000 url(../images/BrowserBG.jpg) no-repeat fixed center top;
	font: 11px/1.5em arial, helvetica, sans-serif;
}

img {
	padding: 5px;
	border: 1px dotted #a6a6a7;
}

h1,h2,h3,h4 {
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-top: 5px;
	line-height: 1.4em;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
}

ul {
	line-height: 1.8em;
}

a:link, a:visited {
	color: #B72126;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	margin-bottom: 100px;
	position: relative;
}

#header {
	width: 1020px;
	height: 150px;
	background-image: url(../images/header.jpg);
	margin-bottom: 20px;
}

#content {
	height: 620px;
	background-color: #000;
	overflow: hidden;
}

#contentleft {
	width: 170px;
	height: 560px;
	float: left;
	padding-left: 30px;
}

#contentleft ul {
	list-style-type: none;
}

#contentright {
	width: 820px;
	position: relative;
	float: right;
	height: 560px;
}

#slideshow {
	position: absolute;
	left: 30px;

}

#contentbottom {
	width: 820px;
	height: 200px;
	position: absolute;
	bottom: 0;
}

#bottomleft {
	
}

#gallerythumb {
	margin-left: 30px;
	margin-top: 15px;
	width: 350px;
}

#gallerythumb img {
	float: left;
	margin-right: 15px;
}

#bottomright {
	position: absolute;
	right: 40px;
	bottom: 0;
}

#bottomright img {
	border-style: none;
}

#breadcrumb {
	float: right;
	margin-top: 20px;
	font-size: 10px;
	margin-right: 30px;
	color: #777677;
}

/* Gallery */

#links {
	position: absolute;
	left: 305px;
}

#links li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
}

/* Biography */

.bio #content {
	height: 650px;
	margin-top: 70px;
}

.bio img {
	border-style: none;
	margin-left: 48px;
}

#bio {
	width: 870px;
	margin: 10px auto 40px;
}

#clientlist {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#clientlist ol	{
	list-style-type: none;
}

#clientlist ul	{
	list-style-type: none;
	float: left;
	margin-right: 100px;
}

