* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	border: 10px solid #000;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/paper.jpg);
}
#wrapper #Navigation {
	height: 34px;
	border: 6px solid #000;
	background-color: #000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #headerImg {
	height: 332px;
	background-image: url(../images/vidalhpimg.jpg);
	background-repeat: no-repeat;
	border: 6px solid #000;
}
#wrapper #left {
	float: left;
	width: 538px;
	background-color: #FFF;
	background-image: url(../images/paper.jpg);
	background-repeat: no-repeat;
	border: 6px solid #000;
	margin: 0px;
	height: 250px;
}
#left p {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

#wrapper #right {
	background-color: #999;
	float: right;
	width: 238px;
	border: 6px solid #000;
	background-image: url(../images/paper.png);
	height: 250px;
}
#right p {
	margin: 20px;
	font-size: 24px;
}
#wrapper #myGallery {
	float: left;
	border: 12px solid #000;
	margin: 0px;
	background-color: #000;
}




#wrapper #footer {
	background-color: #000;
	height: 40px;
	clear: both;
}
