body{
	color: #333333;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
}
p{
	line-height: 16px;
}
a{
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
h1{
	background-image:url(header1.png);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: dotted 1px #FFCC33;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 26px;
	letter-spacing: 2px;
}
h2{
	letter-spacing: 2px;
	height: 24px;
	font-size: 18px;
	padding-left: 26px;
	background-image:url(header2.png);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: dotted 1px #FFCC33;
}
a:hover{
	color: #FFCC33;
}
div#top{
	background-image: url(top_bg.png);
	background-repeat: repeat-x;
	height: 173px;
}
div#banner{
	background-image:url(banner.png);
	width: 867px;
	height: 144px;
}
div#menu{
	height: 87px;
}
div#content{
	padding: 30px;
}
div#footer{
	background-image:url(bottom_bg.png);
	background-repeat: repeat-x;
	height: 129px;
}
div#bottombanner{
	float: left;
	background-image: url(bottom_banner.png);
	width: 349px;
	height: 129px;
	background-repeat: no-repeat;
}
div#bottomcontent{
	float: right;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
}

