@charset "UTF-8";

/* ------------ Global Styles ---------------*/
body,td,th, {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #8a0522;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* ------------ Header Styles ---------------*/
#headercontainer {
	margin-right: auto;
	margin-left: auto;
	width: 820px;
}
#headerleft {
	display: none;
}
#header {
	text-align: center;
	width: 820px;
	padding-bottom: 5px;
	border-bottom: solid 2px #9ca069;
	margin-right: auto;
	margin-left: auto;
}
#headerright {
	display: none;
}
/* ------------ MainContent Styles ---------------*/
#mainbox {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
/* ------------ SideBar Styles ---------------*/
#sidebar {
	display: none;
}
/* ------------ Content Styles ---------------*/
.content  {
	margin-right: auto;
	margin-left: auto;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.content img {
	background-color: #9ca069;
	margin: 5px;
	padding: 10px;
	border: 2px solid #8a0522;
}
/* ------------ Footer Styles ---------------*/
#footer {
	margin-top: 25px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	border-top: solid 2px #9ca069;
	padding-top: 10px;
	clear: both;
	height: 64px;
	width: 820px;
}
/* ------------ Global Image Styles ---------------*/
.clearboth {clear:both;}
.floatright {float:right;}
.floatleft {float:left;}
/* ------------ Shop Online BTN ----------------*/
#header #shop_online {
	display: none;
}
