html, body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	background: url("/images/bg-body.jpg") repeat-x #000;
	color: #121212;
}

p, input, select, textarea {
	font-size: 12px;
	color: #121212;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 5px 0px;
	padding-bottom: .4em;
	line-height: 1.4em;
	color: #000;
}

h1 {
	font-size: 16px;
	color: #01bfd9;
}
#Main h1 {
	font-size: 20px;
	color: #000;
}
h2 {
	font-size: 14px;
	color: #01bfd9;
}
p span {
	color: #01bfd9;
}

a {
	color: #01bfd9;
}
a:hover {
	color: #1e4a6d;
}

a img {
	border: 0px;
}

.Clear {
	clear: left;
}

#Page {
	width: 1100px;
	margin: auto;
	background: url("/images/bg-page.jpg") no-repeat #000;
}
#PageWrapper {
	margin: auto;
	width: 1000px;
	background: #FFF;
	border-top: 0px solid #F00;
}

#Header,
#Content,
#Footer {
	margin: auto;
	width: 900px;
}

#Header {
	background: url("/images/bg-header.gif") repeat;
}
#Header #Logo {
	padding-top: 30px;
	padding-bottom: 20px;
	width: 350px;
	float: left;
}
#Header #Store {
	width: 550px;
	padding-top: 20px;
	float: left;
}
#Header #Store h3 {
	color: #01bfd9;
	text-align: right;
	padding: 4px 20px;
}
#Header #Store p {
	text-align: right;
	padding: 3px 20px;
}
#Header #Store p span {
	font-size: 11px;
}
#Header #Menu {
	clear: left;
	float: left;
	width: 645px;
	height: 32px;
	background: url("/images/bg-menu.jpg") repeat-x;
}
#Header #Menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Header #Menu ul li {
	float: left;
}

#Header #Search {
	float: left;
	width: 255px;
	height: 32px;
	background: url("/images/bg-menu.jpg") repeat-x;
}
#Header #Search table {
	padding-top: 1px;
	padding-left: 15px;
}
#Header #Search table td {
	vertical-align: top;
}
#Header #Search #Go {
	margin-top: 1px;
	margin-left: 5px;
}

#Content {
	clear: left;
	background: url("/images/bg-content.gif") repeat-y;
	border-top: 0px solid #FF0;
	padding: 25px 25px;
	padding-top: 0px;
}

#Main {
	float: left;
	width: 637px;
	background: url("/images/bg-main.jpg") repeat-x;
	background-position: top left;
}
#Main .Wrapper {
	padding: 10px;
	padding-left: 0px;
}
#Side {
	float: left;
	width: 263px;
	background: url("/images/bg-main.jpg") repeat-x;
	background-position: top left;
	padding-bottom: 10px;
}

#Banner {
	float: left;
	height: 323px;
}
#Banner .Left {
	float: left;
	width: 549px;
}
#Banner .Right {
	float: left;
	height: 323px;
	width: 351px;
	background: url("/images/bg-banner-right.jpg") no-repeat;
	background-position: top left;
}
#Banner .Right #Submenu {
	padding-left: 7px;
	padding-top: 58px;
}
#Banner .Right #Submenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#Bottom {
	clear: left;
}
#Bottom .Left {
	float: left;
	width: 270px;
	background: url("/images/bg-index-side.jpg") no-repeat;
	background-position: top left;
}
#Bottom .Left .Wrapper {
	padding: 10px;
}
#Bottom .Right {
	float: left;
	width: 630px;
}
#Bottom .Right .Wrapper {
	padding: 10px;
}
#Bottom .Right #Events {
	clear: left;
	height: 135px;
	width: 100%;
	background: url("/images/bg-events.gif") no-repeat;
	background-position: top left;
}
#Bottom .Right #Events #StoreEvents {
	float: left;
	width: 305px;
}
#Bottom .Right #Events #StoreEvents img {
	padding-top: 9px;
	padding-left: 33px;
}
#Bottom .Right #Events #MailingList {
	float: left;
	width: 305px;
	padding-top: 20px;
}
#Bottom .Right #Events #MailingList h1,
#Bottom .Right #Events #MailingList p,
#Bottom .Right #Events #MailingList table {
	text-align: center;
}
#Bottom .Right #Events #MailingList h1 {
	padding-bottom: 0px;
	color: #000;
}

.Post {
}
.Post h2,
.Post h1 {
	font-size: 20px;
	line-height: 1em;
}
.Post h1 span,
.Post h2 span {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.Post p,
.Post td,
.Post li {
	font-size: 13px;
}

.Comments h2 {
	font-size: 18px;
}
.Comments li {
	font-size: 13px;
}

#BlogArchive {
	padding-top: 10px;
}
#BlogArchive h1 {
	font-size: 18px;
	color: #000;
}
#BlogArchive ul {
	padding: 0px;
	padding-left: 25px;
	margin: 0px;
}
#BlogArchive ul li {
	font-size: 14px;
	padding: 4px 0px;
}


#Footer {
	clear: left;
	background: url("/images/bg-footer.gif") repeat-x;
	background-position: top left;
	padding: 15px 0px;
}
#Footer p,
#Footer p a {
	text-align: center;
	font-size: 10px;
	color: #8b9aad;
}


.Error, .Message {
	width: 100%;
	margin-top: 6px;
	margin-bottom: 4px;
}
.Error {
	background: #FFEEEE;
	border-top: 2px solid #88000F;
	border-bottom: 2px solid #88000F;
}
.Message {
	background: #ffffDD;
	border-top: 2px solid #23a600;
	border-bottom: 2px solid #23a600;
}
.Error p, .Message p {
	margin: 0px;
	padding: 5px;
	line-height: 1.2em;
}
#FormContact td {
	padding: 6px 0px;
	border-top: 0px solid #AAA;
}
#FormContact td input,
#FormContact td textarea {
	border: 1px solid #BBB;
	padding: 2px 4px;
}
#FormContact .Label {
	width: 120px;
}
#FormContact .Button input {
	font-size: 17px;
	font-weight: bold;
	border: 2px solid #AAA;
}
#FormMailing td {
	padding: 3px;
}
#FormMailing .Label {
	font-size: 13px;
	font-weight: bold;
}

.Post {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D7DCE3;
}

.Comments {
}
.Comments ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #D7DCE3;
}
.Comments ul li {
	padding: 5px 4px;
	border-top: 1px solid #D7DCE3;
}
.Comments ul li.Odd {
	background: #F2F4F6
}

#FormPostComment {
	width: 80%;
}
#FormPostComment .Label {
	width: 110px;
}

h1 .Date, 
h2 .Date {
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	color: #888;
}
h1 .Date {
	font-size: .7em;
}
