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

<style type="text/css">
<!--
 td {
	text-align: [-- VAR.Align --];
	}
 table#page, #top, #footer, #share {
	width: [-- IF VAR.Width --][-- VAR.Width --][-- ELSE --]900px[-- END_IF --];
	margin: 0px auto;
	}
 body {
[-- IF VAR.BackgroundImage --]	background-image: url([-- VAR.BackgroundImage --]);[-- END_IF --]

	}
 body, table, th, td, div {
	color: [-- VAR.Pound --][-- VAR.TextColor --];
	}
 table#page {
	border-color: [-- VAR.Pound --][-- VAR.BackgroundColor --];
	}
 #topnav_inner, #page_info, #discounts, #leftlinks_inner a:hover {
	border-color: [-- VAR.Pound --][-- VAR.VisitedLinkColor --];
	}
 .pr_img, .product, #content, #divider, #messages table, table.cert_to_from_msg, #loop_products_mtrx td {
	border-color: [-- VAR.Pound --][-- VAR.ActiveLinkColor --];
	}
 #pagination, #pagination2 {
	background-color: [-- VAR.Pound --][-- VAR.ActiveLinkColor --];
	}
 h1, h2, h3, h4, h5, a, a:visited, a:active, #topnav a, #se_count, .opt_hdr, #gcs_page, #gcs_mi, #footer, #search_button {
	color: [-- VAR.Pound --][-- VAR.LinkColor --];
	}
 a:hover, #leftlinks_inner a:hover, #breadcrumbs span, #leftlinks_inner span {
	color: [-- VAR.Pound --][-- VAR.VisitedLinkColor --];
	}
 .search_pa_links, .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, a.mtrx_btn:active {
	border-color: [-- VAR.Pound --][-- VAR.LinkColor --];
	}
 #topnav a:hover {
	color: [-- VAR.Pound --][-- VAR.BackgroundColor --];
	}
 input[type="submit"], input[type=submit] {
	color: #[-- STORE.Color2 --];
	background-color: [-- VAR.Pound --][-- VAR.LinkColor --];
	}
-->
</style>