/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

body{
	text-align:center;
	background-color:#E3E3E3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.78em;
}

h1, h2 {color:#FFFFFF;}

h3, h4, h5, h6 {color:#666666;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
    margin:0;
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.15em;
	font-weight: bold;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.9em;
	font-weight: bold;
}
p  {
	margin: 1em 0;
	line-height: 1.5em;
}

a {text-decoration:underline;}

a:hover {text-decoration:none;}

#wrapper{
	width:985px;
	margin:0 auto;
	border:1px solid #FFFFFF;
	padding-bottom:4px;
	text-align:left;
	background-color:#FFFFFF;
	background-image:url(Images/main_bg.png);
	background-repeat:repeat-y;
	background-position:center top;
}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 987px;
	width: 985px;
}
#header{
	position:relative;
	height:150px; 
	border-bottom:1px solid #000000;
	background-color:#FFFFFF;
}
#logo{
	position:absolute;
	top:20px;
	left:15px;
}
.banner{
	text-align:center;
	margin:0 152px;
	padding:5px;
}
#search{
	position:absolute;
	bottom:5px;
	right:5px;
}
