/* Header */

#topbg {
	width: 800px;
	height: 52px;
	margin: 0 auto;
	padding: 0;
	background: ;
}
#topbg h1 {
	font-size: 34pt;
	line-height: 34pt;
	color: #000000;
}
#topbg h2 {
	font-size: 26pt;
	line-height: 28pt
	color: #000000;
}

#header {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	background: url(/images/headerimg1.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0;
	padding: 0;
}

#header h1 {
	font-size: 52px;
	padding: 0px 0 0 0px;
	color: #000000;
}

#header p {
	margin-top: 0px;
	padding: 0 0 0 30px;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000001;
	text-transform: lowercase;
}

#header a {
	text-decoration: none;
	color: #F79F1A;
}