#wrapper {
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #000;
}
#wrapper #header {
	height: 150px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#wrapper #menu {
	float: left;
	width: 150px;
	margin-top: 10px;
	color: #FFF;
	text-align: center;
	height: 630px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#wrapper #menu p {
	width: 150px;
	background-color: #000;
}

#wrapper #menu p a {
	text-decoration: none;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	height: 100px;
	width: 100px;
}

#wrapper #content {
	float: right;
	width: 625px;
	margin-top: 10px;
	height: 625px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom-style: solid;
	text-align: center;
	padding-right: 5px;

}
#wrapper #content .textwebsite img {
	padding-right: 5px;
	padding-left: 5px;
}

#wrapper #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: bold;
	font-style: italic;
}
.textwebsite {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: center;
}
#wrapper #content table .textwebsite a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
#wrapper #content table tr td p .textwebsite {
	text-align: center;
}
#wrapper #content .textwebsite a {
}
#wrapper #content .textwebsite a img {
	text-decoration: none;
	color: #D2CBC3;
}
