* {
    margin: 0;
    padding: 0;
}

.clear {
	clear: both;
	}

img {
	border: 0;
}

*:focus {
	outline:0;
}

html, body {
	text-align: center; 
    min-width: 1000px;
	background: #000 url(../images/mainBg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}

#wrapper {
    width: 1000px; 
    margin: 0 auto; 
    text-align: left;
	padding-top: 30px;
    padding-bottom: 30px;
}

#header {
	width: 960px;
    height: 210px;
    /*background: #000 url(../images/headerBg.jpg) repeat-x left top;*/
	padding-left: 20px;
    padding-right: 20px;
}

#startTopBar {
	width: 1000px;
	height: 30px;
	/*background: url(../images/startTopBar.gif) no-repeat left top;*/
	background: none;
}

#start {
	width: 960px;
	background: url(../images/startBg.gif) repeat-y left top;
	padding-left: 20px;
    padding-right: 20px;
}

#leftStart { 
    width: 400px;
    float: left;
	padding-top: 30px;
	padding-left: 40px;
	padding-bottom: 20px;
}

#rightStart { 
    width: 440px;
    float: right;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
}

#navBar {
	width: 1000px;
	height: 40px;
	/*background: #000 url(../images/navBg.jpg) no-repeat left top;*/
	background: url(../images/navBg.gif) no-repeat left top;
}

/* mainNav
=======================*/

#mainNav {
	margin-left: 20px;
}

ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 940px;  
    list-style: none;
    text-transform: uppercase;
}

ul li {
    float: left;
}


ul a.nav {
    padding: 0 16px;
    line-height: 40px;
    background: url(../images/divider.gif) no-repeat right center;
    text-decoration: none;
    color: #fff;
    float: left;
    display: block;
}


ul a.nav:hover {
    color: #bb9749;
}

ul .last a.nav {
    background: none;
}

li {
  font-size: 13px;
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}
* html li {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* mainNav
=======================*/

#topBar {
	height: 25px;
	/*background: #000 url(../images/topBar.jpg) no-repeat left top;*/
	background: url(../images/topBar.gif) no-repeat left top;
}

#mainContent{
    width: 1000px;  
	/*background: #000 url(../images/contentBg.jpg) repeat-y left top;*/
	background: url(../images/contentBg.gif) repeat-y left top;
}

#leftContent { 
    width: 680px;
    float: left;
	padding-left: 40px;
}

#rightContent { 
    width: 210px;
    float: right;
	padding-right: 35px;
}

#bottomBar {
	height: 25px;
	/*background: #000 url(../images/bottomBar.jpg) no-repeat left top;*/
	background: url(../images/bottomBar.gif) no-repeat left top;
}

#footer { 
	height: 25px;
	background-color:#000;
    padding: 10px 0;
} 

#footerLeft {
	float: left;
	padding-left: 40px;
}

#footerRight {
	float: right;
	padding-right: 40px;
	text-align: right;
}

#footer p {
	font-size: 11px;
	font-weight: bold;
	color: #e2e2e2;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
* html h1 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
* html h2 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
* html h3 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

p {
    font-size: 13px;
    line-height: 16px;
	text-align: justify;
    padding-bottom: 10px;
}

.gold {
	color: #bb9749;
}

.white {
	color: #fff;
}

.hWhite {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
	color: #fff;
	font-style: italic;
}

a:link, a:visited {
	color: #9d7815;
	text-decoration: none;
}
	
a:hover, a:active {
	text-decoration: underline;
}

.trenner {
	height: 15px;
	width: 680px;
	background: url(../images/trenner.gif) no-repeat left top;
	margin-top: 10px;
	margin-bottom: 10px;
}

.line {
	border-top: #707070 1px dotted;
	padding-bottom: 10px;
}

.rightAlign {
	float: right;
}

.vidLeft {
	float:left;
	width:480px;
	margin-bottom:10px;
}

.vidRight {
	float:right;
	width:180px;
}

.vidRight p {
	text-align:left;
}

.shotoLeft {
	float:left;
	width:410px;
	padding:15px 0;
}

.shotoRight {
	float:right;
	width:246px;
	background-color:#000;
	padding:10px 10px 0 10px;
	color:#bb9749;
}

.shotoRight p {
	text-align:left;
}