@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#FFF;
}
#content {
	width:800px;
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
}
#leftcol,  #midcol,  #rightcol {
	//min-height:274px;
	padding: 0px;
	margin:0px;
	float:left;
	position:relative;
	overflow:hidden;
}
#leftcol {
	width:38px;
	//height:437px;
	background-color:#84AAFF;
}
#leftcol a img, #midcol a img{
	border:none;
	padding:0px;
	display: block;
	overflow:hidden;
}
#midcol {
	width:149px;
	background-color:#6486C6;
}
#rightcol #top {
	width:149px;
	margin-bottom:39px;
	float:left;
	position:relative;
	overflow:hidden;
}
#rightcol {
	height:437px;
	//width:613px;
	width:0px;
	//background:url(images/paulus-site_28.png) repeat-x;
}
#rightcol #top {
	width:613px;
	margin-bottom:39px;
	float:left;
	position:relative;
	overflow:hidden;
}
#rightcol #rcHeading {
	height:38px;
	width:613px;
	float:left;
	position:absolute;
	top:125px;
	overflow:hidden;
}
#rightcol #rcLeft {
	width:auto;
	float:left;
	position:relative;
	overflow:hidden;
}
#rightcol #rcRight {
	
	overflow:auto;
	height:229px;
	//width:350px;
	float:left;
	position:absolute;
	left:219px;
	
	padding:30px 5px 15px 25px;
	margin-right:5px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:normal;
	line-height: 1.3em;
	font-size: 0.7em;
	letter-spacing:0.06em;

}
#rightcol #rcRight h4 {
	color:#777;
	font-weight:normal;
	padding:0px;
	margin:0px;
	display:block;
}
#rightcol #rcRight p {
	//padding-bottom:10px;
}

#rightcol #rcRight #space {
	height:12px;
	width:340px;
}

#footer {
	height:213;
	width:800px;
	float:left;
	position:relative;
	overflow:hidden;
}
#footer #fLeft {
	width:187px;
	float:left;
	position:relative;
	overflow:hidden;
	background-color:#868686;
}
#footer #fRight {
	padding:13px 0px 0px 0px;
	float:left;
	position:relative;
	overflow:hidden;
	background-color:#CCCCCC;
}
#footer #fRight #top {
	margin-bottom:13px;
	float:left;
	position:relative;
	overflow:hidden;
}

#headerBg {
	height:38px;
	width:100%;
	//background:url(images/paulus-site_29.png) repeat-x top;
	position:absolute;
	top:125px;
	//background-color:#E6E7E6;
}

#footerBg {
	height:213px;
	width:100%;
	//background:url(images/paulus-site_28.png) repeat-x top;
	position:absolute;
	top:437px;
	//background-color:#CCCCCC;
}

#preload {
	display: none;
	height:0px;
	width:0px;
}
