/* @override http://henrystreetpilates.com/css/hsp-screen.css */

/* @override http://www.henrystreetpilates.com/css/hsp-screen.css */

/* Global CSS */

html {
	background: #A6A2CA;
}

body {
	font: 80% "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}

a img {
	border: none;
}

.img-left {
	margin: 0 10px 10px 0;
	float: left;
}

.img-right {
	height: 200px;
	margin: 0 0 10px 10px;
	float: right;
}

#content p {
	margin-top: 0;
}

h2 {
	font-size: 90%;
	color: #8F1420;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

a {
	color: #8F1420;
}

a:hover {
	text-decoration: none;
}

/* Content Wrapper */

div#container {
	width: 900px;
	margin: 0 auto;
}

/* Content Area */

div#content {
	width: 780px;
	margin: 0 auto;
}

body#home div#content {
	height: 200px;
	width: 780px;
	margin: 0 auto;
}

#content img {
	height: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
}

/* Navigation */

div#nav {
	margin: 30px 0;
}

div#nav ul {
	padding: 0;
	margin: 20px auto;
	list-style: none;
	width: 880px;
}

div#nav li {
	display: inline;
	margin: 0 0 0 30px;
}

div#quotes {
	padding: 20px;
	border-bottom: 1px dotted #8f1420;
	margin: 0 0 15px 0;
	font-style: italic;
	font-size: 110%;
	line-height: 140%;
}

div#nav ul li.last {
	margin-right: 0;
}


div#nav ul li a:link, div#nav ul li a:visited {
	color: #8F1420;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

div#nav ul li a:hover {
	color: #dad7f2;
	font-weight: bold;
	text-decoration: none;
}

/* Footer */

#footer {
	margin: 20px auto;
	font-size: small;
	width: 720px;
}

#footer p {
	border-top: 1px solid #4E5EA8;
	color: #dad7f2;
	padding: 10px 0 0 0;
	text-align: center;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}
