<style type=Òtext/cssÓ media=ÒscreenÓ>
body, html {
	margin:0px;
	font-family: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
:focus{
	-moz-outline-style: none;
}
img {
	border:0px;
}
li {
	list-style: none;
}
a:link, a:active, a:visited { 
	text-decoration: none;
	color:#999;
}
a:hover {
	text-decoration:none;
	border:none;
	color:#333;
}
#site_wrapper {
	width:800px;
	height:600px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-300px;
	/* border:1px solid red; */
}
#bg {
	position: absolute;
	left:0px;
	top:0px;
	width:800px;
	height:600px;
	margin:0px;
	padding:0px;
	z-index:5;
}
#logo {
	position: absolute;
	left:30px;
	top:30px;
	z-index: 20;
	width:112px;
	
}
#logo ul {
	margin:0px;
	padding:0px;
}
#logo ul li {
	margin-bottom: 3px;
}
#johnholder_logo a {
	width:148px;
	height:40px;
	display: block;
	background: url(http://www.johnholder.co.uk/images/logos/johnholder_logo.png) no-repeat;
}

#navigation {
	position: absolute;
	right:20px;
	top:20px;
	z-index: 100;
}
#search {
	margin-bottom: 25px;
}
#search_menu {
	float:left;
	margin-right: 10px;
}
#search .textbox {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width:70px;
	border:1px solid #999;
	padding:1px;
	float:left;
	margin-right: 10px;
}
#search_btn {
	float:left;
}
#navbar {
	padding:0px;
	margin:0px;
	float:left;
}
#navbar li {
	float:left;
	padding-left:22px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}
#navbar li .selected {
	color:red;
}
#slideshow_header {
	background: black;
	width:530px;
	height:100px;
	position: absolute;
	left:253px;
	top:48px;
	z-index:50;
	overflow: hidden;
	overflow-y: hidden;
}
#content {
	position: absolute;
	left:30px;
	top:170px;
	width:800px;
	height:380px;
	/* border: 1px solid red; */
	z-index: 20;
	display: none;
}
#left_sidebar {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height:12px;
	z-index:20;
	width:190px;
	margin-right:20px;
	float:left;
	color:#6D6E71;
	/* border:1px solid blue; */
}
#left_sidebar #news_entry {
	margin-bottom:5px;
	/* border:1px solid blue; */
}
#left_sidebar #news_entry #news_date {
	width:100px;
	background:#e6e5e4;
	padding:5px;
	margin-bottom: 5px;
}
#left_sidebar #title {
	font-weight: 500;
	text-transform: uppercase;
	padding:0px;
	margin:0px;
}
#left_sidebar p {
	padding:0px;
	margin:0px;
}
#body_content {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:10px;
	z-index:20;
	width:340px;
	float:left;
	color:#434447;
	/* border:1px solid blue; */
	margin-right: 35px;
	position: relative;
}
#article_title {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#right_sidebar {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height:11px;
	z-index:20;
	width:170px;
	float:left;
	color:#6D6E71;
	/* border:1px solid blue; */
}

.calendarMonthLinks {
	/* background: #999; */
}
.calendarDays {
	/* border: 1.8px solid gray; */
	background: gray;
	font-size: 10px;
	margin-bottom:2px;
	color:white;
}
.calendarCell {
	/* border: 1.8px solid #999; */
	background: white;
	font-size:10px;
	/*
width: 5px;
	height:5px;
	display: block;
*/
}
.calendarToday {
	background: gray;
	border: 1.8px gray;
	color:white;
	font-size:10px;
}
#work_video {
	height:90px;
	margin-bottom: 10px;
	
overflow: hidden;
	overflow-y: hidden;
}
#share_video_menu {
	margin-bottom: 5px;
}
#footer {

}
#site_map {
	position: absolute;
	bottom:32px;
	left:32px;
	width:52px;
	height:8px;
	background: url(http://www.johnholder.co.uk/images/menus/site_map.png) no-repeat right top;
	z-index:100;
}
#copyright {
	position: absolute;
	bottom:32px;
	right:32px;
	width:254px;
	height:8px;
	background: url(http://www.johnholder.co.uk/images/menus/copyright.png) no-repeat right top;
	z-index:10;
}




</style>