	body {
	margin:0;
	padding:0;
	background:#000 url(../images/body_bg.gif) repeat-x top center;
	font-family:arial, verdana, san-serif;	
	font-size:62.5%;
	color:#000;
	text-align:center;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin:0;
		padding:0;
		color:#000000;	
	}
	h1 span, h2 span, h3 span, h4 span, h5 span {
		display:none;
		clear:both;
	}
	
	h3 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
		border-bottom:1px solid #333;
	}
	
	img {
		vertical-align:top;
		border:none;
		font-size:.75em;
		outline:none;
	}
	
	a {
		color:#990000;
		outline:none;
	}
	a:hover {	
		text-decoration:none;
		outline:none;	
	}
	
	a span {
		display:none;
	}
	
	form, fieldset {
		margin:0;
		padding:0;
		border:none;
	}	
	hr {
		display:none;	
	}
	ul {
		
	}
	li {
		padding:10px 0;
	}
	/****************************************/
	/*	GLOBAL LAYOUT STYLES				*/
	/****************************************/
	#outerbox {
		text-align:left;
		font-size:1.2em;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		border-bottom:1px solid #fff;
		padding:0;
	}
	#outerbox, #header, #footer {
		position:relative;
		margin:0 auto;
		width:798px;
		background:#FFFFFF;
	}
	.col_left {
		display:block;
		float:left;
		margin-top:18px;
		margin-left:-171px;
		width:540px;
	}
	.col_right {
		margin:0pt 0pt 0pt 578px;
		width:200px;
		background:#E3E3E3 url(../images/rt_col_bg.gif) repeat-x top left;
		padding:10px;
		min-height:800px;
		height:100%;
	}
	.home_img_spacer {
		width:175px;
		height:110px;
		display:block;
		float:left;
	}
	.bookme {
		width:181px;
		height:42px;
		background:url(../images/btn_bookme.gif) no-repeat left top;
		display:block;
	}
	.cv {
		padding:0 0 0 18px;
		background:url(../images/icon_cv.gif) no-repeat left 50%;		
	}
	
	/*	Clearfloats hack */
	.clear_floats {
		display:block;
		clear:both;
		height:1px;
		font-size:1px;
	}
	
	
	/*	HEADER STYLES	*/
	#header {
		width:100%;
		height:82px;
		background:url(../images/header_bg.gif) repeat-x #000;
	}
	.headerIcons {float:right;}
	.headerIcons .iconTW {float:right;margin-right:101px;}
	.headerIcons .iconFB {float:right;margin-right:60px;}
	.headerIcons .iconLI {float:right;margin-right:19px;}
		
	#header h1 {
		position:relative;
		top:43px;
		left:204px;
		background: url(../images/h1_img.gif) no-repeat left top;
		display:block;
		width:255px;
		height:46px;
	}	
	#header img {
		margin:-36px 0 0 4px;
		display:block;
		float:left;
	}
	.tagline {
		color:#990000;
		font-size:14px;
		font-weight:normal;
	}
	/*	END HEADER STYLES  */
	
	.headerNav{float:right;padding-right:5px;padding-top:5px;}
	.headerNav a{color:#FFFFFF;padding-right:15px;}
	
