body {
	text-align: center;
	font-family: Tahoma;
	font-size: 13px;
}

#content {
	margin: 0px auto;
	margin-top: 150px;
	width: 724px;
}

#top {
	width: 724px;
	height: 30px;
	background: url(../images/topbg.jpg) no-repeat;
}

#mid {
	width: 624px;
	background: url(../images/midbg.jpg) repeat-y;
	padding-left: 50px;
	padding-right: 50px;
}

p {
	text-align: left;
}
p:last-child {
	margin-bottom: 0px;
}

a {
	color: #1760aa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#footer {
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
}

#bottom {
	width: 724px;
	height: 30px;
	background: url(../images/botbg.jpg) no-repeat;
}