@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#wrapper #logo {
	width: 900px;
	background-color: #ffffff;
	background-image: url(../images/rlpbanner.jpg);
	height: 372px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
#wrapper #countdown {
	height: 75px;
	width: 325px;
	position: absolute;
	z-index: 2;
	top: 330px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea #left {
	height: 700px;
	width: 600px;
	float: left;
	position: relative;
	background-color: #0099FF;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #0099ff;
	background-image: url(../images/feature.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
}
#wrapper #bodyArea #right {
	background-color: #FFFFFF;
	height: 700px;
	width: 300px;
	float: right;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #0099ff;
	padding-top: 10px;
}
#navigation {
	background-color: #0099FF;
}
#wrapper #bodyArea #footer {
	clear: both;
	height: 450px;
	background-color: #FFF;
	padding: 5px;
}
p {
	margin: 20px;
}
#shadow {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/drpShadow.jpg);
	background-repeat: repeat-y;
}
#shadow #wrapper #header {
	background-color: #0099FF;
	margin-top: auto;
	margin-bottom: auto;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#shadow #wrapper #logo #slider {
	margin-top: 20px;
	margin-right: 35px;
}

