@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#border {
	background-color: #444;
	height: 10px;
	width: 1000px;
}

#wrapright {
	width: 250px;
	float: right;
	height: 540px;
	background-image: url(images/redback.jpg);
	background-repeat: no-repeat;
	visibility: visible;
	z-index: 10;
	color: #EEE;
}
#nav {
	width: 250px;
	margin-top: 35px;
}
#wrapper #wrapright #nav a {
	text-align: center;
	display: block;
	height: 50px;
	padding-top: 0px;
	background-image: url(images/navGrey.jpg);
	text-decoration: none;
	color: #EEE;
	line-height: 50px;
	padding-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #500607;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#aboutDean {
	height: 215px;
	width: 1000px;
	color: #000;
	clear: both;
	background-image: url(images/deanBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1E1E1E;
}
#words {
	width: 850px;
	margin-left: 40px;
}
#wrapper #wrapright #nav a:hover {
	color: #000;
	background-image: url(images/navRed.jpg);
}


#header {
	height: 145px;
	width: 1000px;
	background-image: url(images/newheader.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#wrapleft {
	float: left;
	height: 540px;
	width: 750px;
	background-image: url(images/contactback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #EEE;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	background-color: #222;
}
#wrapper #wrapright #address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
#tel {
	font-size: 21px;
}
#numbers {
	width: 180px;
	color: #EEE;
	text-align: center;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #470506;
	float: left;
	font-size: 17px;
	margin-top: 360px;
}
#valerie {
	width: 180px;
	float: left;
	text-align: center;
	margin-top: 360px;
	font-size: 17px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #470507;
}
#geoff {
	float: left;
	width: 180px;
	margin-top: 360px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #440607;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
}
#carlos {
	float: left;
	width: 180px;
	margin-top: 360px;
	font-size: 17px;
	text-align: center;
}
#footer {
	background-color: #DDD;
}
