@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #e8e8dd;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.splash #container {
	width: 550px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.splash  #top {
	background-repeat: no-repeat;
	height: 70px;
	background-color: #FFFFFF;
	background-image: url(pcn_top.png);
	padding-top: 45px;
	padding-left: 20px;
	font-size: 12px;
	color: #FFFFFF;
	background-position: top;
}
.splash  #content {
	background-image: url(bgd.png);
	height: 315px;
	text-align: center;
	padding-top: 30px;
}
.splash  #content2 {
	background-image: url(bgd2.png);
	padding-top: 10px;
	text-align: center;
	width: 550px;
	background-position: bottom;
	height: 626px;
	background-repeat: repeat-x;
}
.splash   #boxtop {
	height: 150px;
	width:	550px;
	clear: both;
	margin-bottom: 30px;
	margin-top: 10px;
}
.splash   #box {
	width:	550px;
	margin-top: 30px;
	clear: both;
	height: 200px;
}
.splash  #boxleft {
	height: 184px;
	width:	184px;
	margin-left: 84px;
	clear: right;
	float: left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.splash  #boxright {
	height: 184px;
	width:	184px;
	float: right;
	margin-right: 84px;
	clear: right;
}
.splash  #bottom {
	background-color: #DF4A28;
	float: left;
	clear: both;
} 
.splash #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
