﻿#footer {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 116px;
	background-image: url('../images/template/PP-footer-Grey-116.gif');
	background-repeat: no-repeat;
	clear: both;
	position: relative;
}
#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	height: 720px;
}
#leftborder {
	width: 58px;
	position: absolute;
	background-image: url('../images/template/PP-Left-Side-Grey.gif');
	background-repeat: repeat-y;
	left: 0px;
	height: 720px;
}
#rightborder {
	width: 58px;
	position: absolute;
	background-image: url('../images/template/PP-Right-Side-Grey.gif');
	background-repeat: repeat-y;
	height: 720px;
	top: 0px;
	right: 0px;
}
#content {
	width: 784px;
	left: 58px;
	top: 0px;
	position: absolute;
	height: 720px;
	background-color: #FFFFFF;
}
#viewcart {
	position: absolute;
	width: 100px;
	height: 30px;
	top: 45px;
	right: 100px;
}
#gohome {
	position: absolute;
	width: 120px;
	height: 20px;
	top: 150px;
	left: 120px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #183EF8;
}
#footerlinks {
	font-family: Teen, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #666666;
	text-align: center;
	position: relative;
	top: 30px;
}
.clear {
	clear: both;
}
a {
	color: #666666;
}
a:hover {
	color: #183EF8;
}
#header {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	width: 900px;
	background-repeat: no-repeat;
	height: 200px;
	top: 0px;
	background-image: url('../images/template/PP-header.gif');
}



