/* layout styles */

.container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;	
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	}

.holder {
	position: relative;
	top: 25px;	
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	text-align: left;
	}

.logoholder {
	position: relative;	
	top: 25px;	
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	text-align: right;
	}
	
.logobar {
	position: relative;
	padding-left: 180px;	
	width: 690px;
	height: 18px;
	padding-bottom: 10px;
	text-align: left;
	}

.menu {
	float: left;
	width: 180px;
	height: 495px;
	padding-top: 5px;
	text-align: left;	
	}

.content {	
	position: absolute;
	top: 0px;	
	width: 870px;
	height: auto;
	padding: 0px;
	}

.text {
	position: absolute;
	top: 0px;
	left: 180px;
	width: 300px;
	height: 500px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 1.5;
	background-color: #ffffff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

.textlong {
	position: absolute;
	top: 0px;
	left: 180px;
	width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 1.5;
	background-color: #ffffff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

.image {
	width: 870px;
	height: 500px;
	padding: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;	
	}

.credits {
	float: right;	
	width: 370px;
	height: auto;
	text-align: right;	
	}

