body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.wrapper img {
	border: 0;
}

/* HEADER */
.header {
	position: relative;
	width: 960px;
	text-align: left;
	line-height: normal;
}
.header h1.prs {
	color: #00BFFF;
	font-style: italic;
}
.header h1.prs span {
	color: #000;
	font-size: 0.75em;
	font-weight: normal;
}

.header .top-left, .header .top-right, .header .bottom-left, .header .bottom-right {  
	background-image: url('images/corners1280x18-plum.gif');
}
.header .inside { background: #D8BFD8; }

/* NAVIGATION */
/*
	Following taken from:
	http://woork.blogspot.com/2008/03/clean-tab-bar-digg-like-using-css.html
	by Antonio Lupetti
*/
ul, li { border:0; margin:0; padding:0; list-style:none; }
ul {
	position: absolute;
	bottom: 1px;
	right: 0;
	height: 29px;
	padding-left: 20px;
	margin-right: 20px;
}
li {
	float: left;
	margin-right: 2px;
}

.tab a:link, .tab a:visited {
	background: #D8BFD8 url(images/tabs-plum.png) right 60px;
	color: #DA70D6;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}
.tab a span {
	background: #D8BFD8 url(images/tabs-plum.png) left 60px;
	display: block;
	height: 30px;
	margin-right: 14px;
	padding-left: 14px;
}
.tab a:hover {
	background: #D8BFD8 url(images/tabs-plum.png) right 30px;
	color: #FFF;
	display: block;
}
.tab a:hover span {
	background: #D8BFD8 url(images/tabs-plum.png) left 30px;
	color: #FFF;
	display: block;
}

/* -------------------------------- */
/* ACTIVE ELEMENTS */
.active a:link, .active a:visited, .active a:hover {
	background: #D8BFD8 url(images/tabs-plum.png) right 0 no-repeat;
	color: #DA70D6;
}
.active a span, .active a:hover span {
	background: #D8BFD8 url(images/tabs-plum.png) left 0 no-repeat;
	color: #DA70D6;
}

/* CONTENT */
p {
	font-size: 0.8em;
}

h2 {
	line-height: 0.8em;
}

div.content p {
	text-align: left;
	font-size: 1.4em;
}

div.feature {
	width: 960px;
	text-align: left;
	padding: 8px 0;
}

div.feature img {
	float: left;
	padding: 8px;
}

div.feature p {
	text-align: left;
	font-size: 1.2em;
	padding: 16px;
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Mac HIDE \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End HIDE */

/* FOOTER */
div.footer {
	float: left;
	width: 960px;
	background-color: #D3D3D3;
}
div.footer a img {
	float: left;
	margin: 8px;
	border: 0;
}
div.footer p {
	color: #FFF;
	font-weight: bold;
}
div.footer a {
	color: #FFF;
	font-weight: bold;
}