* {
	padding: 0;
	margin: 0;
}

body {
	font: 11px/1.5em  arial, helvetica, sans-serif;
	text-align: center;
}

#container {
	width: 758px;
	margin: 95px auto 50px auto;
	text-align: left;
	position: relative;
}

#header {
	position: absolute;
	top: 0;
	left: 575px;
}

#header h1 a { 
	display: block;
	width: 183px;
	height: 87px;
	background: url(../images/rpslogo.gif) no-repeat 0 0;
}

#header h1 a span { display: none;}

#content {
	width: 565px;

}

p { padding: 10px;}

#banner {
	background-color: #393639;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 18px;
	height: 85px;
}

#main {
	background-color: #E1007A;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 18px;
	line-height: 1.5em;
}

#showcase {
	color: #FFF;
	font-size: 18px;
	line-height: 1.5em;
	background-color: #393639;
	margin-bottom: 10px;
}

.showcasepic {
	border: 2px solid #FFF;
	float: left;
	margin: 0 15px 0 10px;
}

a:hover .showcasepic {
	border-color: #E1007A;
}

#showcase a:link, #showcase a:visited {
	color: #E1007A;
	text-decoration: none;
}

#showcase a:hover, #showcase a:active {
	background-color: #E1007A;
	color: #FFF;
}

#showcase h2.title {
	font-size: 18px;
	margin-bottom: 0;
}

#showcase p.desc {
	padding-top: 0;
	font-size: 14px;
	line-height: 1.5em;
}

#contact {
	background-color: #E1007A;
	color: #FFF;
	font-size: 18px;
	line-height: 1.5em;
}

#contact a:link, #contact a:visited {
	color: #393639;
	text-decoration: none;
}

#contact a:hover, #contact a:active {
	background-color: #393639;
	color: #FFF;
}

#footer { color: #bbb;}

/* Clearfix
----------------------------------------------- */

.clearfix:after  {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

