@charset "utf-8";
/* LAYOUT STYLES */
#wrap {
	border:none;
	}
#header #left_img{
	position:absolute;
	left:0;top:0;
}
#header #right_img{
	position:absolute;
	left:285px;top:0;
	}
#header img{
	border:0;
	padding:0;
	margin:0;
	}
#nav{
	display:none;
	}
#sidebar{
	display:none;
	}
#main {
    margin-left:0;
	width:85%;
	}
#print{
	display:none;
	}
/* FORMATTING */
body {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:.8em;
	margin:0;
	padding:0;
	background: #fff;
	}
h1,h2,h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#header{
	height:100px;
	}

#footer{
	font-size:1em;
	}
