﻿body {
	background: #FFFFFF;
}
img {
	border: none;
}
#wrapper {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	overflow: hidden;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position:relative;
	width: 900px;
	height: 175px;
	background-image: url('images/header.gif');
}
#header p {
	float: left;
	font-size: 12px;
	margin-top: 110px;
	margin-left: 5px;
	line-height: 14px;
}
#header a{
	text-decoration:none;
	color:#000000;
}
#nav {
	width: 185px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	float: left;
}
#nav a {
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
#content {
	width: 900px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url('images/navigation.gif');
	background-repeat: repeat-y;
}
#contentRight {
	vertical-align: top;
	width: 675px;
	margin: 0px;
	padding: 20px;
	float: right;
	text-align: left;
	background-image: url('images/content.gif');
	background-repeat: repeat-x;
}
h3, h4 {
	text-align: center;
}
#contentRight p {
	font-size: 16px;
	line-height: 18px;
}
#footer {
	width: 900px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	background-image: url('images/navigation.gif');
	background-repeat: repeat-y;
	float: left;
}
#pcrweb a {
	text-align: center;
	font-size: x-small;
	text-decoration: none;
	color: #000000;
}

