* { 	margin: 0; }

#content {
	margin: auto;
	width: 800px;
}
.top {
	background-image: url(img/a.gif);
	background-repeat: no-repeat;
	height: 28px;
}
.mid {
	background-image: url(img/b.gif);
	background-repeat: repeat-y;
	padding: 0 20px;
	;
}
.bot {
	background-image: url(img/c.gif);
	background-repeat: no-repeat;
	height: 28px;
	margin: 0 0 10px;
	;
}
#content .mid p {
	margin-top: 15px;
	margin-bottom: 15px;
}
#content .mid h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#content .section {
	background-image: url(botright.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 720px;
	margin: 0 auto;
	padding: 15px 5px;
}
#content .mid hr {
	line-height: normal;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 700px;
	border-top: solid 1px #CCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: auto;
}

#footer {
	margin: auto;
	text-align: center;
	font-size: 12px;
	color: #666666;
}
#footer a {
	color: #666666;
}


#content h1 {
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-align: center;
}
.ltxt {
	font-size: 24px;
}
#header {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(img/header.jpg);
}
.mtxt {
	font-size: 18px;
}
#content .mid h2 {
	color: #FF0000;
	text-align: center;
}
