@charset "utf-8";
/* CSS Document */

body {
	margin: 20px 0px 25px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	}

#container {
	width: 730px;
	margin: 0 auto;
	text-align: center;
	}
	
#header {
	width: 400px;
	float: left;
	text-align: left;
	}
	
#search {
	width: 330px;
	float: right;
	padding-top: 10px;
	}
	
#subhead {
	height: 19px;
	margin: 10px 0px 0px 0px;
	background-image: url(img/subhead.jpg);
	padding-top: 4px;
	text-align: center;
	}
	
#topleft {
	float: left;
	width: 365px;
	height: 300px;
	}

#topright {
	float: right;
	width: 360px;
	text-align: left;
	padding-left: 5px;
	}
	
#topright h2 {font-size:24px; line-height:50px;}
	
#content {
	padding: 7px;
	text-align: left;
	border: 4px double #BF7630;
	}

#footer {margin-top: 10px;}

#privacy {
	padding: 7px;
	margin-top: 10px;
	text-align: left;
	border: 4px double #BF7630;
	}
	
#clear { clear: both; }
	
h1 {display:inline; color:#A65100; font-size:30px;}
h1:hover {color:#BF7630;}
h2 {display:inline; color:#BF7630; font-size:14px;}
h3 {display:inline; color:#BF7630}
a {color:#2e74c5; text-decoration:none;}
a:hover {color:#BF7630;}
