body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background: url(mid.png) repeat-y left top;
}

#head {
	background: url(top.png) no-repeat left top;
	width: 800px;
	float: left;
}
#head h1 {
	font-weight: normal;
	font-size: 30px;
	color: #660000;
	text-decoration: none;
	margin-top: 60px;
}
#head p {
	background: url(par.png) no-repeat right bottom;
	height: 100px;
	display: block;
	margin-right: 20px;
	margin-left: -25px;
}
html*#head p {
	background: url(par.png) no-repeat left bottom;
	height: 100px;
	display: block;
	position: absolute;
	width: 580px;
	margin-left: -30px;
	padding-left: 30px;
}

#head a {
	color: #000000;
	text-decoration: none;
}
#head a:hover {
	color: #990000;
	text-decoration: underline;
}
#head img {
	text-align: right;
	width: 168px;
	margin-left: 23px;
	margin-top: 22px;
	float: left;
	margin-right: 40px;
	height: 220px;
}


#content {
	margin: 0px 0px 0px 200px;
	padding: 42px 20px 0px 0px;
	width: 580px;
}
#content .item {
	background: url(par.png) no-repeat bottom;
	padding-bottom: 50px;
}

#content h2 {
	font-weight: normal;
	color: #660000;
	font-size: 20px;
	margin-left: 35px;
	margin-bottom: 15px;
}


#content p {
	color: #000000;
	margin-left: 35px;
}
#content ul {
	margin: 0px 30px 0px 50px;
	padding: 0px;

}
#footer {
	background: url(bot.png) no-repeat bottom;
	height: 50px;
	padding-left: 35px;
	padding-top: 20px;
}
