html {overflow: scroll;} 

body { 
	background: #000;
	padding: 0px;
	line-height: 100%;
	min-width: 780px;
	text-align: center; 
	color: #fff;
	}

.wrapper {
	position: relative;
	margin: 0px auto;
	width: 780px;
	display: block;
	overflow: hidden;
	}
	
.header {
	position: relative;
	top:0px;
	left: 0px;
	height: 110px;
	width: 780px;
	vertical-align: middle;
	}	
	
.logo {
	position: absolute;
	top: 21px;
	left: 8px;
	}	

.logoText {
	position: absolute;
	left: 325px;
	top: 11px;
	width: 430px;
	color: #eee;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	}

.menu {
	position:relative;
	top: 70px;
	width: 100%;
    padding: 0px 6px;
    background: #000 none;
    z-index:120;
	}

.menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
	}

.menu li {
      margin: 0;
      padding: 0;
      float: left;
      margin-right: 0px;
      background: #000 none;
      text-align: center;
      border: 2px solid #000;
	font-weight: bold;
    }

.menu a {
      display: block;
      width: 100%;
      text-decoration: none;
  	font-family: Arial;
  	border: 0px;
    }

.menu a:link {
      color: #000;
	font-family: Arial;
	background: transparent none;
	  	border: 0px;
    }

.menu a:visited {
      color: #000;
	font-family: Arial;
	background: transparent none;
	  	border: 0px;
    }

.menu a:hover {
	background: transparent none;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	border: 0px;
    }

.menu img {
	border-style: none;
}

.clearFloat {
	clear: both;
	}
	
.content {
	position: relative;
	left: 10px;
	width: 760px;
	display: block;
	}	

.textFront {
	position: relative;
	left: 0px;
	float: left;
	top: 0px;
	width: 370px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	line-height: 130%;
	z-index: 2;
	text-align: left;
	}	

.textFront h1 {
	font-size: 20px;
	line-height: 100%;
	margin-top: 0px;
	}	

.mainText {
	position: relative;
	left: 0px;
	top: 0px;
	width: 760px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	line-height: 100%;
	z-index: 2;
	border-left: 1px solid;
	text-align: left;
	}	

.mainText h1 {
	font-size: 20px;
	line-height: 110%;
	margin-top: 0px;
	text-align: center;
	text-decoration: underline;
	}

.mainText h2 {
	font-size: 16px;
	line-height: 100%;
	padding-left: 5px;
	margin-top: 0px;
	}

.mainText p {
	line-height: 120%;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 15px;
	padding-left: 7px;
	}

.mainText p a:link { 
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #fff;
	text-decoration: underline;
	text-align: center;
	}

.mainText p a:visited {	
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #fff;
	text-decoration: underline;
	}

.mainText p a:hover { 
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #00f;
	text-decoration: underline;
	}

.mainText p a:active { 
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #fff;
	text-decoration: underline;
	}

.capsule {
	position: relative;
	top: 20px;
	width: 760px;
	clear: both;
	margin-bottom:2em;
	}

.subNavigation {
	position: relative;
	top: 0px;
	font-family: Arial;
	width: 750px;
	}

.subNavigation h1 {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 2px;
	}
	
.subNavigation a:link { 
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #fff;
	text-decoration: underline;
	text-align: center;
	}

.subNavigation a:visited {	
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #fff;
	text-decoration: underline;
	}

.subNavigation a:hover { 
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #00f;
	text-decoration: underline;
	}

.subNavigation a:active { 
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #fff;
	text-decoration: underline;
	}

.subNavigation2 {
	position: relative;
	text-align: center;
	font-family: Arial;
	padding-top: 10px;
	clear: both;
	}

.subNavigation2 h1 {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1px;
	}
	
.subNavigation2 a:link { 
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	text-align: center;
	}

.subNavigation2 a:visited {	
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #fff;
	text-decoration: underline;
	}

.subNavigation2 a:hover { 
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #00f;
	text-decoration: underline;
	}

.subNavigation2 a:active { 
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #fff;
	text-decoration: underline;
	}
	
.text {
	position: relative;
	left: 0px;
	float: right;
	top: 0px;
	width: 350px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	line-height: 130%;
	z-index: 2;
	text-align: left;
	clear:right;
	margin-bottom: 15px;
	}	

.text h1 {
	font-size: 16px;
	line-height: 107%;
	margin-top: 0px;
	}
	
.photoMain {
	position: relative;
	float: right;
	width: 360px;
	top: 0px;
	padding-top: 0px;
	}
	
.photo img {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px
	}
	
.photo {
	position: relative;
	float: left;
	width: 360px;
	top: 0px;
	padding-top: 0px;
	clear: left;
	margin-bottom: 15px;
	}

.footer {
	position: relative;
	width: 780px;
	font-family: Arial;
	color: #999;
	text-align: center;
	font-size: 11px;
	float: left;
	padding-top: 25px;
	}	

.footer a:link { 
	color: #999;
	text-decoration: none;
	}


.footer a:visited {	
	color: #999;
	text-decoration: none;
	 }


.footer a:hover { 
	color: #999;
	text-decoration: underline;
	}


.footer a:active { 
	color: #999;
	text-decoration: none;
	}
