	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#home {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000;
	}
	#textContent {
			padding-top: 200px;
			font-family:Arial, Helvetica, sans-serif;
			padding-bottom: 190px;
				color: #ffffff;
			text-align: center;
	}
	#textContent a:link {
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}
p {
	margin-top:0px;
	margin-bottom:0px;
}

.nonflash .body {
	color: #eee;
	text-align: center;  
}
.nonflash {
	text-align: center;
  margin: 50px auto 0px auto;
	width: 992px;
}

.nonflash .body #bodycontents{
	text-align: left;
}

.nonflash .body #bodycontents tr td {
	vertical-align: top;
}

#lhscontent p, #rhscontent p{
	margin-bottom: 10px;
	margin-right: 10px;
}

#lhscontent a, #rhscontent a {
	color: #fff;
}

#lhscontent {
	width:283px;
  height: 334px;
  overflow: auto;
  text-align: left;
  margin: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#rhscontent {
	width:351px;
  height: 334px;
  overflow: auto;
  text-align: left;
  margin: 15px;     
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#contactform label {
	margin-bottom: 5px;
}
#contactform input {
	margin-bottom: 5px;
	color: #fff;
	background-color: #333;
	border: 1px solid #666;
}
#contactform textarea {
	margin-bottom: 5px;
	color: #fff;
	background-color: #333;
	border: 1px solid #666;
}

