﻿body {
	background-position: center top;
	margin: 0px;
	background-color: #1A1A1A;
	color: #363636;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
}

a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	font-size: 12pt;
	padding-top: 0px;
	margin-top: 0px;
}
h1 {
	color: #543A6A;
	font-size: 20pt;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 13pt;
}

ul {
}

ol {
	
}

.gallery{
	text-align: center;
}
.gallery img{
	margin: 5px;
	border: 2px solid #CCCCCC;
	padding: 1px;
}

#siteWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 108px;
}
#navWrapper {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#navWrapper a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#navWrapper a:hover {
	color: #9977B5;
}

#cTop {
	height: 260px;
}
.content {
	background-color: #FFFFFF;
	width: 852px;
	margin-right: auto;
	margin-left: auto;
}

#headDivL {
	float: left;
	width: 275px;
	text-align: center;
	padding-top: 10px;
}
#headDivR {
	float: right;
	width: 577px;
	padding-top: 15px;
}

#bodyDivL {
	float: left;
	width: 275px;
}
#bodyDivR {
	float: right;
	width: 577px;
}

.stopDiv {
	clear: both;
}

.rPadding {
	padding-right: 30px;
}

.cTile {
	background-image: url('images/tile.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

#bottom {
	background-image: url('images/bottom.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
}

#bottom2 {
	background-image: url('images/bottom2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
}


#footerWrapper {
	text-align: center;
	margin-bottom: 30px;
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
#footerWrapper a {
	color: #484848;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footerWrapper a:hover {
	text-decoration: underline;
}
