@charset "utf-8";
@import "/css/layout.css";
div#main {
	height: 722px;
	background: url("../images/profilepage.gif") 15px 78px no-repeat;
}
div#page {
	clear: both;
	padding: 10px 15px 0 40px;
}
div#pictures {
	float: left;
	padding: 0 10px;
	margin: 0 15px 0 0;
	width: 180px;
	height: 485px;
	overflow: auto;
}
div#copy {
	height: 504px;
	overflow: auto;
}
p#slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	text-transform: capitalize;
}
div#copy h1 a {
	padding: 0;
	background-image: none;
	color: #000;
	text-decoration: none;
}
div#copy a:hover {
	color: #f30;
}
div#footer {
	padding: 5px 0 0;
	height: 45px;
	overflow: hidden;
}
div#page>div#footer {
	padding: 20px 0 0;
}
h1 {
	text-align: center;
}
p, h2 {
	margin: 0 0 8px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}
h2 {
	font-weight: bold;
}
div#contact {
	margin: 10px 0 10px 215px;
	border-top: solid 3px #ddf;
	border-bottom: solid 3px #ddf;
	background-color: #ddf;
}
div#members p {
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
	margin: 0;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
}
div#copy ul {
	margin: 0;
	padding: 0;
}
div#copy ul li {
	display: block;
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
	width: 290px;
	list-style-type: none;
	list-style-image: none;
	font-size: 14px;
	font-style: italic;
	text-transform: capitalize;
	line-height: 18px;
}
div#copy ul li a {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}