body {
	margin: 40px Auto;
	background-attachment: fixed;
	background-image: url(tile.jpg);
	background-repeat: repeat-xy;
	text-align: center;
}
h1, h2, h3, h4 {
	margin: 0px auto;
}
#main { 
	margin: 0px auto;
	display: block;
	width: 750px;
	height: 30px;
	background-image: url(bottom_.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
html>main {
	width: 750px;
}
#wrap {
	margin: 0px auto auto;
	width: 750px;
	height: 150px;
	background-image: url(middle_.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
visibility: visible;
background-attachment: scroll;}
html>wrap {
	width: 750px;
}
#main h1.header {
	margin: 0px auto;
	display: block;
	width: 750px;
	height: 116px;
	background-image: url(top_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -10000px;
	text-decoration: none;
}


#content {
	margin: 0px auto;
	width: 750px;
}

#buttonbar h4 {
	
	margin: 0px auto;
	display: block;
	width: 750px;
	height: 62px;
	background-image: url(bottom_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
  	text-align: right;
}
	
.buttons a:link, a:visited {
  	margin: 3px 3px 3px 8px;
  	height: 15px;
  	background: #C7AB7C;
  	text-align: center;
  	text-decoration: none;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	color: black;
}

.buttons a:hover
{
	cursor:hand;
	background: #E0D3B1;
}

.buttons a:active {
	background: #E0D3B1;

}


.left {
	margin: 0px auto;
	float: left;
	width: 550px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.right {
	margin: 0px auto;
	float: right;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.sidebar {
	margin: 0px auto;
	float: right;
	width: 175px;
}

.sidebar h2 {
	margin: 0px; auto;
       font-family: "Century Gothic", Verdana, Arial;
	font-size: 18px;
	color: #AB2B00;
}

.sidebar h2 a:link, .sidebar h2 a:active, .sidebar h2 a:visited {
	color: #AB2B00;
	text-decoration: none;
}

.sidebar h2 a:hover { 
	color: #99B0BC;
	text-decoration: none;
}

.sidebar h3 {
	margin: 0px;
	padding: 0px 8px;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 14px;
	color: #514343;
}

.sidebar p {
	padding: 0px 8px;
}

.sidebar p a:link, .textbody p a:active, .textbody p a:visited {
	color: #AB2B00; 
	text-decoration: none; 
	border-bottom: 1px dotted #AB2B00; 
}

.sidebar p a:hover {
	color: #184C67; 
	text-decoration: none; 
	border-bottom: 1px dotted #184C67; 
}

.sidebar p a img {
        padding: 5px;
        margin: 0px 0px 3px 3px;
        background-color: #918E87;
        border: 1px solid #6E6A5F;
}

.sidebar img {
        float:right;
}

.sidebar blockquote {
	margin: 0;
	padding: 3px;
	width: 125px;
	display: block;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #514343;
}

.sidebar code {
	font-size: 11px;
	color: #584B4B;
}

.sidebar ul {
	margin: 5px 0px 5px 5px;
	padding: 0;
	list-style-type:none;
}

.sidebar ul li {
	padding: 4px 0px 4px 20px;
	background-image:url(../images/textbody_list_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.sidebar ol li a:link, .textbody ol li a:active, .textbody ol li a:visited {
	color: #AB2B00; 
	text-decoration: none; 
	border-bottom: 1px dotted #AB2B00; 
}

.sidebar ol li a:hover {
	color: #184C67; 
	text-decoration: none; 
	border-bottom: 1px dotted #184C67; 
}

.textbody {
	margin: 0px auto;
	padding: 0px auto;
	float: left;
	width: 530px;
}

.textbody h2 {
	margin: 0px;
	padding: 0px 4px;
       font-family: "Century Gothic", Verdana, Arial;
	font-size: 18px;
	color: #AB2B00;
}

.textbody h2 a:link, .textbody h2 a:active, .textbody h2 a:visited {
	color: #AB2B00;
	text-decoration: none;
}

.textbody h2 a:hover {
	color: #99B0BC;
	text-decoration: none;
}

.textbody h3 {
	margin: 0;
	padding: 0px 8px;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 14px;
	color: #514343;
}

.textbody p {
	padding: 0px 8px;
}

.textbody p a:link, .textbody p a:active, .textbody p a:visited {
	color: #AB2B00; 
	text-decoration: none; 
	border-bottom: 1px dotted #AB2B00; 
}

.textbody p a:hover {
	color: #184C67; 
	text-decoration: none; 
	border-bottom: 1px dotted #184C67; 
}

.textbody p a img {
        padding: 5px;
        margin: 0px 0px 3px 3px;
        background-color: #918E87;
        border: 1px solid #6E6A5F;
}

.textbody img {
        float:right;
}

.textbody blockquote {
	margin: 0;
	padding: 3px;
	width: 125px;
	display: block;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #514343;
}

.textbody ul {
	margin: 5px 0px 5px 5px;
	padding: 0;
	list-style-type:none;
}

.textbody ul li {
	padding: 4px 0px 4px 20px;
	background-image:url(../images/textbody_list_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.textbody ol li a:link, .textbody ol li a:active, .textbody ol li a:visited {
	color: #AB2B00; 
	text-decoration: none; 
	border-bottom: 1px dotted #AB2B00; 
}

.textbody ol li a:hover {
	color: #184C67; 
	text-decoration: none; 
	border-bottom: 1px dotted #184C67; 
}

/* Footer */

#footer {
	clear: both;
	width: 540px;
	height: 60px;
	text-align: center;
}

.footer-text {
	margin: 0px Auto;
	padding: 0;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:normal;
	color: #ffff76;
	font-variant: normal;
	letter-spacing: 1px;
}

.footer-text a:link, .footer-text a:active, .footer-text a:visited {
	color: #AB2B00; 
	text-decoration: none; 
	border-bottom: 1px dotted #AB2B00; 
}

.footer-text a:hover {
	color: #184C67; 
	text-decoration: none; 
	border-bottom: 1px dotted #184C67; 
}

.content-divider { 
	display:block;
	width: 350px;
	height: 30px;
	background-image:url(divider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

