#wrapper {
	background-image: url(images/pco_05.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/pco_01.jpg);
	background-repeat: no-repeat;
	height: 95px;
}
.header {
	float: right;
}
#mainad {
	background-image: url(images/pco_02.jpg);
	background-repeat: no-repeat;
	height: 166px;
}
.mainad {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

#content {
}
#left {
	float: left;
	width: 630px;
}
.left {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
}
.green {
	color: #B2DF22;
	background-color: #2F86ED;
	padding: 2px;
}
.green-expand {
	color: #B2DF22;
	padding: 7px;
}

.blue {
	color: #6CB3F1;
}
.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ABDD26;
}
#right {
	float: right;
	width: 170px;
}
.right {
	padding-right: 10px;
	padding-left: 10px;
}
.link-title {
	font-size: 12px;
}
.box {
	background-color: #DFEFFE;
	padding: 5px;
	width: 585px;
	margin-left: 3px;
}

.contact {
	font-size: 14px;
}
.contact-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #6CB3F1;
}

#footer {
	height: 40px;
	background-image: url(images/pco_07.jpg);
	background-repeat: repeat-y;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #013668;
	text-align: center;
	padding-top: 10px;
}
