/* CSS Document */
@import url('rollovers.css');
@import url('layers.css');
@import url('videos.css');
/*General layout*/
html,body{
	height:100%;
	margin:0;
	padding:0;
}
body {
	background-color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:80%;
	color:#333;
	
}
img {
	border:none;
}
h4 {
	color:#666;
	font-size:13px;
	margin-bottom:4px;
}
#position {
	float:left;
	height:46%;
	margin-top:-360px;
	width:100%;
	padding:0;
	
}

#wrapper {
	width:900px;
	min-height:500px;
	margin:0 auto;
	clear:both;
	position:relative;
	padding:10px;
}
#frontdoor a {
	text-decoration:none;
}
/*Sitewide link style*/
a {
	color:#666;
}
a:hover {
	color: #0066CC;
	}
/*****************/
/*Header section*/
#header {
	width:98%;
	text-align:left;
	height:60px;
	margin:0;
	padding:0;
}
#name_img {
position:relative;
top:10px;
}
#name_home {
	width:100%;
	text-align:center;
}
#name {
	width:180px;
	margin:0;
	padding:0;
	float:left;
}
#page_title {
	width:640px;
	position:absolute;
	text-align:center;
	margin-left:140px;
	padding:20px 0 0 0;
}
/*****************/
/*leftbar section*/
#leftbar {
	width:182px;
	height:400px;
	padding:12px 0 0 0;
	margin:0;
	float:left;
}
/*navigation*/
#nav {
	width:180px;
	margin:0 0 0 1px;
	padding:0;
	color:#ccc;
}
#nav div {
	height:20px;
}
#nav a {
	text-decoration:none;
	color: #666;
}
#nav a:visited {
	color:#666;
}
#nav a:hover {
	color:#000;
	
}
/*****************/
/*Content section*/
#content {
	width:700px;
	margin:0 0 0 184px;
	padding:6px 0 0 0;
}
#content h4:first-child {
margin-top:6px;
}
.column1 {
width:420px;
	margin-left:60px;
	padding-top:4px;
	line-height:150%;
	
}
#backbtn {
	position:relative;
	top:-40px;
	left:-80px;
	width:30px;
	
}
/***footer section***/
#footer {
	width:100%;
	margin-top:50px;
	
	text-align:center;
	height:12px;
	padding:0 0 10px 0;
	font-size:10px;
	color:#999999;
	clear:both;
}
#footer a {
	text-decoration:none;
	color:#999999;
}
#footer a:hover {
	color: #3366CC;
}
/***Home page****/
#signature {
	position:relative;
	left:-4px;
}
.column3 {
	width:500px;
}
/*****New.php*****/
#links2 {
	text-align:right;
	margin-top:2px;
}
/*****************/
/*sitewide classes*/
.centre_title {
	margin:10px auto;
}
.centred_vertical { /*Doesn't vertically align centre but adds a top margin to roughly centre it.*/
	margin-top:20px;
}
.dates { /*indents lines of text after dates for use in biographies*/
	float:left;
	width:3em;	
}
.icons {
	vertical-align:middle;
	border:none;
	margin-top:-2px;
}
.indent {
	margin-left:4em;
}
.firstline {
	margin-left:2em;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.leftcol {
	width:340px;
	float:left;
	padding:0;
	line-height:150%;
}
.medialinks a {
	text-decoration:none;
}
.rightcol {
	width:260px;
	padding:0;
	margin:0 0 0 60px;
	float:left;
}
.only4IE6 { /*hide alternative image from all browsers*/
	display:none;
	}
.pi {
	width:220px;
	margin:0 auto;
}
.small {
	font-size:11px;
}