body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	line-height:1.5em;
	margin:0px;
	padding:0px;
	border:0px;
}

#ew_header {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#262626 none no-repeat scroll 90% 50%;
	border-bottom:1px solid #4F4F4F;
	border-top:1px solid #000000;
	height:100px;
	margin:0 auto;
	width:100%;
}

#ew_header ul {
	margin-top:2em;
}

#ew_header ul li {
	display:inline;
}

/*=================================================
NAV MENU BACKGROUNDS & COLOURS
=================================================*/
#ew_header a:link, #ew_header a:visited {
	color:#aaaaaa;
	text-decoration:none;
}
/*#ew_header a:hover {
	text-decoration:underline;
}*/
/*=================================================
CUSTOM UNDERLINES FOR LINKS
=================================================*/
#ew_header a:hover {
	text-decoration:none;
	background-image: url("images/custom_underline.gif");
	background-repeat:repeat-x;
	background-position:100% 100%;
	padding-bottom:2px;
	white-space:nowrap;
}

#text_column {
	width:600px;
	padding-left:2em;
	font-size:100%;
	margin-left:auto;
	margin-right:auto;
}

#text_column h1 {
	line-height:normal;
}

#text_column h2 {
	margin-top:2em;
	clear:both;
}

#text_column h2 a:hover {
	text-decoration:none;
}

#text_column img.leftFloat{
	float:left;
	padding-right:1em;
}

#text_column img.rightFloat{
	float:right;
	padding-left:1em;
}

.ImageCaption, .caption {
	font-size:80%;
	font-style:oblique;
	color:#CCCCCC;
	line-height:normal;
}

#text_column .LeadIn {
	font-style:oblique;
}

h2 a, a.toc:link, a.toc:visited {
	color:white;
}

h2.portfolio {
	padding-top:2em;
}