﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#fff;
	background: url('../siteart/bg.jpg') top repeat-x #ddd9d6;
	text-align: center;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#fff;
}

a:hover {
	color:#000;
}

.clear {
	display: block;
	clear: both;
	height: 25px;
}

.heading {
	font-size:18px;
	border-bottom:1px #fff solid;
	margin-bottom:5px;
	padding-bottom:3px;
	display:block;
}

.content {
	width:509px;
	background:#24499d;
	font-size:13px;
	margin-left: 1px;
	padding: 15px 0px;
}

.contentPay {
	width:509px;
	background:#24499d;
	font-size:13px;
	margin-left: 1px;
}


#hdr {
	height: 190px;
	background: url('../siteart/topbg.jpg') repeat-x;
}

#hdr img {
	margin-right: 650px;
}

#wrapper {
	margin: 0 auto;
	width: 840px;
	text-align: left;
}

#tag {
	margin: 1em 6em;
}

#nav {
	height: 49px;
	width: 532px;
	text-align: center;
	line-height: 49px;
	font-size: 10px;
	background: url('../siteart/nav.gif') no-repeat;
}

#nav a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:0 10px;
	text-transform:uppercase;
}

#nav a:hover {
	color:#000;
}

#slideshow {
	display: block;
	text-align: center;
}

#left {
	float: left;
	position: relative;
	width:320px;
	text-align: center;
}

#right {
	float: right;
	position: relative;
	width:511px;
}

#top {
	display: block;
	height: 15px;
	background: url('../siteart/content-top.gif') bottom no-repeat;
}

#btm {
	display:block;
	height: 15px;
	background: url('../siteart/content-btm.gif') top no-repeat;
}