#BasicPage Include File
#Copyright 2009 ShopSite inc. Design by Lauren

<style type="text/css">
<!--
 body, table, td, #toplinks a {
	color: [-- VAR.Pound --][-- VAR.TextColor --];
 }
 td {
	text-align: [-- VAR.Align --];
 }
 #top, #header, #divider, #footer, #topnav, table#page, #share {
	width: [-- IF VAR.Width --][-- VAR.Width --][-- ELSE --]900px[-- END_IF --];
 }
 #divider {
[-- IF VAR.BackgroundImage --]	background-image: url([-- VAR.BackgroundImage --]);[-- END_IF --]
	background-color: #[-- STORE.Color1 --];
 }
 a, a:active, #topnav a:hover {
	color: [-- VAR.Pound --][-- VAR.LinkColor --];
 }
 a:hover, #topnav a, #topnav a:active {
	color: [-- VAR.Pound --][-- VAR.VisitedLinkColor --];
 }
 #topnav a.last, #toplinks a:hover {
	color: [-- VAR.Pound --][-- VAR.ActiveLinkColor --];
 }
 table#main, .moreinfo_add, table.gcs_table, table.pcs_table {
	background-color: [-- VAR.Pound --][-- VAR.BackgroundColor --];
 }
 #pcs_mi, #pcs_cart, #pcs_page, #gcs_mi, #gcs_cart, #gcs_page {
	background-color: [-- VAR.Pound --][-- VAR.VisitedLinkColor --];
 }
 .button a, .button a:hover, .btn, a.btn:link, a.btn:visited, a.btn:hover, a.btn:active, a.mtrx_btn, a.mtrx_btn:hover, a.mtrx_btn:visited {
	color: [-- VAR.Pound --][-- VAR.BackgroundColor --];
	background-color: [-- VAR.Pound --][-- VAR.LinkColor --];
 }
 input[type="submit"], input[type=submit] {
	color: [-- VAR.Pound --][-- VAR.BackgroundColor --];
	background-color: [-- VAR.Pound --][-- VAR.LinkColor --];
 }
-->
</style>