@charset "utf-8";

/* CSS Document */



* {

	margin: 0;

	padding: 0;

}

body {

	background-color: #FFFFFF;

	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;

}

div#container {

	width: 931px;

	margin: 10px auto;

	background-color: #FFFFFF;

}



/* begin header styles */

div#header {

	height: 112px;

	background: #FFF url(../images/home_page_header.png) left top no-repeat;

	position: relative;

}

#header h2{

	position:absolute;

	top: 40px;

	left: 200px;

	display:block;

	font-size:1.2em;

	font-weight: bold;

	font-style:italic;

	height:0;

	color: #666;

}

div#search {
	
	width: 183px;

	float: right;

	margin: 15px 10px 10px;

	color: #A6A6A6;

}

div#search input#box {

	float: right; 

	width: 130px;

	margin: 0 10px;

	height: 20px;

	padding-top: 3px;

	color: #A6A6A6;

	text-align: center;
	
}

div#search input#submit {

	width: 27px;

	height: 32px;

	background: #FFF url(../images/search.png) center no-repeat;

	border: none;

}

div#search p a img {

	border: none;

	vertical-align: bottom;
	
	margin-right: 10px;
	
}

div#search a {

	text-decoration: none;

	vertical-align: bottom;

	color: #A6A6A6;

}	

/* end header styles */


/* begin content styles */

div#content {

	padding: 0 20px 20px;

}

div#content p {

	margin: 50px auto;
	text-align: center;
	
}

/* end content styles */



/* begin footer styles */

div#footer {

	clear: both;
       font-size: .8em;
     color: #666;

}

