#header{
	background: white url(images/header.gif) no-repeat top left;
	width: 780px;
	height: 190px;
}

#backtop{
	background: white url(images/backtop.gif) no-repeat top left;
	width: 510px;
	height: 30px;
}
#backmiddle{
	background: white url(images/backmiddle.gif) repeat-y top left;
	width: 510px;
	height: 30px;
}
#backbottom{
	background: white url(images/backbottom.gif) no-repeat bottom left;
	width: 510px;
	height: 30px;
}

#mainpic{
	background: white url(images/main-pic.gif) no-repeat bottom right;
	width: 450px;
}

#title{
	background: white url(images/title.gif) no-repeat top left;
	width: 510px;
	height: 50px;
	margin-bottom: 0px;
}
#title h1{
	font-size: 12pt;
	color: #FFFFFF;
	text-indent: 30px;
	padding-top: 10px;
}

#main{
	font-family: arial, helvetica;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#main h2{
	font-size: 12pt;
	color: black;
	padding: 0px;
	margin: 0px;
}
#main h3{
	font-size: 11pt;
	color: black;
	padding-top: 8px;
}
#main p{
	font-size: 10pt;
	color: black;
}