.universal {
}
#wrap {
	background-color: #000;
	height: 800px;
	width: 804px;
	margin-top: 15px;
	margin-left: 15px;
}
#wrap #header {
	float: right;

}
#wrap #nav {
	background-color: #000;
	width: 700px;
	float: right;
	background-repeat: no-repeat;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrap #left {
	background-color: #000;
	height: 700px;
	width: 110px;
	clear: left;
}
#wrap #right {
	background-color: #000;
	float: right;
	margin-top: 20px;
	margin-right: 5px;
	height: 500px;
	width: 680px;
}



#wrap #left #box {
	background-color: #000;
	width: 100px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#wrap #right #pic {
	background-color: #000;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}
#wrap #right #txt {
	background-color: #000;
	float: left;
	width: 350px;
	margin-top: 15px;
	margin-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
}
#wrap #right #txt p {
	font-size: 18px;
	text-align: center;
}
