/* About CSS */

/* First import the main page layout stylesheet */
@import url(main.css);

/* Then style the about page */

.top {
	position: relative;
	width: 611px;
	height: 20px;
	background: url('../images/site/long-top.png') no-repeat;
}
.mid {
	position: relative;
	width: 611px;
	background: url('../images/site/long-mid.png') repeat-y;
}
#about-content {
	position: relative;
	width: 565px;
	left: 20px;
}
.section {
	position: relative;
	padding-bottom: 20px;
	clear: both;
}
.holding {
	position: relative;
	width: 210px;
	float: right;
	padding: 0px 0px 0px 10px;
	text-align: center;
}
.bot {
	position: relative;
	width: 611px;
	height: 20px;
	background: url('../images/site/long-bot.png') no-repeat;
}
a p {
	text-decoration:none;
}