/** main stuff **/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #666666;
	text-align: center;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}
#pageborder {
	padding: 2px;
	background-color: #B7B7B7;
	width: 829px;
	margin-right: auto;
	margin-left: auto;
}
#wholepage {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #6C6C6C;
	background-image: url(images/page%20foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
/** header **/
#header {
	background-image: url(images/page%20head.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 30px;
	text-align: center;
}
/** footers **/
#bottomstripe {
	clear: both;
	text-align: center;
}
#bottomstripe a {
	color: #FFFFFF;
	background-image: url(images/shopbutton.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 67px;
	display: block;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
#bottomstripe a:hover {
	color: #990000;
}
#subfooter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: none;
	margin-top: 10px;
	clear: both;
	background-color: #94AAFF;
	border: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 750px;
	margin-bottom: 10px;
}
#subfooter a {
	text-decoration: none;
	color: #FFFFFF;
}
#subfooter a:hover {
	color: #990000;
}
.menubutton_sml {
	background-image: url(images/menubutton2_sml.gif);
	background-repeat: no-repeat;
	width: 60px;
	background-position: center center;
	height: 22px;
}
#footer {
	font-size: .75em;
	margin-top: 10px;
	margin-bottom: 10px;
}
