/********************************************************************************

	print.css
	-	print styles for EHC
	-	Author - ico Design


********************************************************************************/

html{
	height: 100%;
	background: #d7d0cc url('/img/common/bg_gradient.gif') repeat-x;
}
body{
	width:100%;
	min-height: 100%;
	background: url('/img/common/bg_body.png') repeat-y 50%;
}

ul#access_skip,
ul#nav,
#footer,
#header p{
	display: none;
}
#header{
	margin-bottom: 20px;
}
#main{
	width: 100%;
}

img{
	border: none;
}

/* General typography	------------------------------------------------------*/

html{
	font-size: 70%;
}

body{
	font: 1em/1.2 Verdana,Arial,sans-serif;
}

/* Headings		*/

h1,
h2,
h3{
	font: 1.6em/1 normal Times,Times New Roman,Georgia,serif;
	color: #AB770A;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #B78225;
}
h3{
	font-size: 1.3em;
	border-bottom: none;
}
#about h3{
	margin-bottom: 0;
	padding: 0
}
h2 em,
h3 em{
	font-style: normal;
	color: #4D0F00;
}
ul{
	list-style: none;
	margin: 20px;
	padding: 20px;
}
