/* Designispoetry.com v.6
designed and implemented by Gabriel Agu */


/* global style reset */

* {
	margin: 0; padding: 0;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	list-style-type: none;
	outline: none;
}

body {
	background: url(img/bodybg.jpg) repeat-y top left #fff;
	color: #555;
	font-size: 14px;
	height: 100%;
}
#Wrap {
	background: url(img/wrapbg.jpg) repeat-y top left #fff;
	width: 900px;
	margin: 0 auto;
	height: 100%;
	display: block;
	position: absolute;
}
.Content {
	background: url(img/head.jpg) no-repeat top left;
	padding-left: 275px;
	padding-top: 20px;
	height: 400px;
}
.logo {
	background: url(img/logo.jpg) no-repeat top left;
	width: 159px;
	height: 26px;
	display: block;
	text-indent: -9000px;
}

h2 {
	font-size: 30px;
	letter-spacing: -1px;
	color: #a30707;
	padding: 20px 0;
}
h2 span {
	font-size: 23px;
}
h3 {
	padding-top: 30px;
	padding-bottom: 5px;
}

ul li {
	line-height: 22px;
}

a {
	color: #a30707;
	text-decoration: underline;
}
a:hover,
a:visited {
	color: #000;
	text-decoration: underline;
}

.who-column,
.what-where-column,
.whatelse,
.footer {
	float: left;
	width: 215px;
	padding-right: 30px;
}
.what-where-column,
.footer {
	width: 370px;
	padding-right: 0;
}

.whatelse p,
.whatelse p span {
	font-size: 12px;
	line-height: 18px;
}
.whatelse p span {
	color: #000;
}
.footer p {
	padding-top: 50px;
	font-size: 12px;
	line-height: 18px;
}
.footer a {
	font-size: 12px;
	color: #d73800;
}
p.sale {
	padding-top: 10px;
	font-size: 12px;
}
.clear {
	clear: both;
}