#work {
	height: 500px;
	width: 500px;
	float: left;
	background-repeat: no-repeat;
	background-color: #181818;
	margin: 0px;
	padding: 0px;
}
#about {
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: groove;
	border-top-color: #754C24;
	border-right-color: #754C24;
	border-bottom-color: #754C24;
	border-left-color: #754C24;
	width: 217px;
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	height: 482px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background-image: url(../images/Contact/background.jpg);
}
.email {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
a.email:link {
	color: #000000;
	text-decoration: underline;
}
a.email:visited {
	text-decoration: none;
	color: #754C24;
}
a.email:hover {
	text-decoration: underline;
	color: #754C24;
}
a.email:active {
	text-decoration: none;
}
