
/* ------------------------------------------------------------------- Jamie Martin.TV CSS */

* {
	padding: 0;
	margin: 0;
	z-index: 0;
}

/* ------------------------------------------------------------------- General page details */

body {
	font: 13px/15px "Arial", verdana, _sans;
	color: #fff;
	background: #bbb5b9;	
}

img {
	border: 3px solid #d5cec9;
}

p {
	margin-bottom: 17px;
}

li {
	margin-left: 23px;
}

a {
	color: #563e22;
}

a:hover {
	color: #fff;
}

.left {
	float: left;
	margin: 0 26px 20px 0;
}

.right {
	float: right;
	margin: 0 0 20px 26px;
}

blockquote {  padding-left: 40px;}

/* ------------------------------------------------------------------- Headings */

h1 {
	width: 695px;
	height: 41px;
	background: url(../images/h1_bg.png) left top no-repeat;
	text-indent: -5000px;
	margin-top: 57px;
	float: left;
}

h2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	float: right;
	margin-top: -82px;
}

/* ------------------------------------------------------------------- Main divs */

div#wrapper {
	width: 695px;
	margin: 0 auto;
	position: relative;
}

div#main_image {
	width: 695px;
	height: 170px;
	float: left;
	background: url(../images/main_image.jpg) left top no-repeat;
}

div#content_area {
	background: #c5bbb4;
	float: left;
	width: 525px;
	margin-top: 19px;
	padding: 11px 20px 58px 150px;
	position: relative;
}

a.contact {
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: none;
	color: #fff;
	background: url(../images/contact.jpg) left top no-repeat;
	width: 99px;
	height: 19px;
	text-align: center;
	padding-top: 5px;
}

a.contact:hover {
	color: #563e22;
}

div#footer {
	position: relative;
	clear: both;
	padding-top: 8px;
}

div#footer p {
	display: inline;
	padding: 0 5px 0 5px;
}

div#footer p.border {
	border-right: 1px solid #fff;
}

div#footer p a {
	color: #fff;
	text-decoration: none;
}

div#footer p a:hover {
	color: #563e22;
}

/* ------------------------------------------------------------------- Navigation */

ul#nav {
	float: left;
	margin: 30px 0 -210px 0;
	z-index: 999;
	position: relative;
}

ul#nav li {
	list-style: none;
	margin: 0 0 5px 0;
}

ul#nav li a {
	text-decoration: none;
	font-size: 18px;
	padding-left: 6px;
}

ul#nav li a:hover {
	border-left: 5px solid #563e22;
}

ul#nav li a.active {
	border-left: 5px solid #563e22;
}