body { 
	background-color: #565656;
}

.website { 
	position: absolute;
	margin: auto;
	width: 90%;
	height: 70%;
	top: 15%;
	left: 10%;
	margin-left: -50px;
	margin-top: -50px;
}

.website .header { 
	width: 100%; 
	background-image:url('images/header.png');
	background-repeat:no-repeat;
	height: 24px;
}

.website .nav {
	background-image:url('images/navback.png');
	background-repeat:no-repeat;
	width: 124px;
	float:left;
	height: 235px;
}

.website .nav .itemfirst { 
	height: 22px; 
	width: 85px;
	margin-top: 40px;
	text-align: right;
	margin-left: 31px;
	padding-top: 4px;
}
.website .nav .itemfirst:hover { 
	text-decoration: underline;
}

.website .nav .item { 
	height: 22px; 
	width: 85px;
	text-align: right;
	margin-left: 31px;
	padding-top: 4px;
}

.website .nav a { 
	color: #000000;
	text-decoration: none;
}

.website .nav .item:hover { 
	text-decoration: underline;
}

.website .content { 
	background-color: #b5b5b5;
	background-image:url('images/contentbackgroundV2.png');
	background-repeat:no-repeat;
	float: left;
	width: 717px;
	overflow: auto;
	height: 538px;
}


.website .content .text { 
	width: 500px;
	float: left;
	margin: 30px;
}
