body {
	background: #FFFFFF url(../images/template/bg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em; /* 16px */
	font-family: Verdana, Arial, sans-serif;
	color: #7d7c7c;
}

div {
	position: relative;
	margin:0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold; 
}

h1, h2 {
	font-size: 1.75em; /* 28px */
	font-weight: 200;
	margin-bottom: 14px;
}

h3 {
	font-size: 1.25em; /* 20px */
}

a:link, a:visited, a:active {
	color: #F97B00;
	text-decoration: none;
}

a:hover, a:focus {
	color: #ED7000;
	text-decoration: underline;
}

a img {
	border: none;
}

.highlight {
	color: #F97B00;
}

#banner {
	width: 960px;
	padding: 0 10px;
	margin: 12px auto 0;
	background: #FFFFFF url(../images/template/banner_base.jpg) center bottom no-repeat;
	overflow: hidden;
}

#banner a {
	display: block;
	float: left;
}

#banner p {
	float: right;
	line-height: 136px;
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 1.0625em; /* 17px */
	color: #6B6B6B;
}

#nav {
	width: 960px;
	padding: 0 0 10px 0;
	height: 38px;
	margin: 0px auto;
	background: #FFFFFF url(../images/template/nav_base.jpg) center bottom no-repeat;
	font-size: 0.6875em; /* 11px */
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

#nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	padding: 0 2px 0 0;
	height: 38px;
	line-height: 36px;
	background: transparent url(../images/template/nav_sep.jpg) right center no-repeat;
}

#nav a:link, #nav a:visited, #nav a:active {
	display: block;
	padding: 0 33px 0 33px;
	color: #949494;
}

#nav a:hover, #nav a:focus {
	color: #ED7000;
}

#nav li.sel a:link, #nav li.sel a:visited {
	color: #ED7000;
}

#nav li.first a:link, #nav li.first a:visited {
	padding-left: 0;
}

#nav li.last {
	padding-right: 0;
	background-image: none;
}

#nav li.last a:link, #nav li.last a:visited {
	padding-right: 0;
}

#splash {
	width: 960px;
	margin: 0px auto;
	padding: 5px 10px;
	background-color: #FFFFFF;
}

#content-wrapper {
	width: 960px;
	background: #FFFFFF url(../images/template/content_bg.jpg) center top no-repeat;
	padding: 20px 10px 20px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	font-size: 0.75em /* 12px */
}

#content {
	float: left;
	width: 600px;
	padding-left: 15px;
}

#content2 {
	float: left;
	width: 900px;
	padding-left: 15px;
}

#content3 {
	float: left;
	width: 495px;
	padding-left: 15px;
}
#content4 {
	float: left;
	width: 970px;
	padding-left: 15px;
}

.sidebar {
	float: right;
	width: 330px
}

.sidebar2 {
	float: right;
	width: 420px
}


.sidebar img {
	display: block;
	margin-bottom: 10px;
	border: 12px solid #E3E3E3;
}

.gallery {
	float:left;
	width: 200px;
	margin: 10px 42px 10px 0;
}
	
	
	
#footer {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	padding: 35px 10px 20px;
	background: transparent url(../images/template/content_base.jpg) center top no-repeat; 
	font-size: 0.875em; /* 14px */
	overflow: hidden;
}

.avd {
	margin: 0 auto 10px;
	font-size: 0.75em;
	text-align: center;
}

.avd a:link, .avd a:visited, .avd a:active {
	color: #ccc;
	text-decoration: none;
}

.avd a:hover, .avd a:focus {
	text-decoration: underline;
	color: #999;
}

.rights {
	float: left;
	padding-left: 15px;
}

.tag {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
	margin-bottom: -1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix { /* IE6 */
	zoom: 1;
}

.txtUpsideDown 
{
	filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=2);  /* IE6,IE7 */
	ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; /* IE8 */
	-moz-transform: rotate(-180deg);  /* FF3.5+ */
	-o-transform: rotate(-180deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-180deg);  /* Safari 3.1+, Chrome */
	position: absolute;
	margin-bottom:50px;
}
