/* Basic Site CSS : Background & Links : Non SiteStorePro Specific CSS */
body{
	margin:0;
	background-color: #F0F0F0;
	font-family: 'Arial', Geneva, Verdana, Arial, sans-serif;
	font-size: 11px; /* Font Size */
	color: #555555;
	padding: 0px;
}
a:link {
	text-decoration: none;
	font-family: 'Arial', Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #A77745;
}
a:visited {
	text-decoration: none;
	color: #A77745;
	font-family: 'Arial', Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
	color: #D7A775;
	font-family: 'Arial', Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a:active {
	color: #874715;
}

/* Values Below Format the Sample Template Included With Site Store Pro */

.Site_OUTER_Border {
	width: 900px;
	background-color: #000000;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.header_background {
	background-color: #000000;
}

.Main_Body_background{
	background-color: #FFFFFF;
}

.bottom_links_background{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	height: 25px;
}


.bottom_links {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 2px;
}

.Bottom_Copyright_Text {
	font-family: 'Arial', Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}