body {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-family: Times;
	background: url("../images/bodyback.gif") repeat-x #CED4DB;
}


#box {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url("../images/headerback.png") repeat-x top left;
}

#wrapper {
	margin: 0px auto;
	width: 800px;
}

#header {
	width: 100%;
	float: left;
	height: 237px;
	background: url("../images/iStock_000005175434Medium.jpg") no-repeat top left;
}

#box2 {
	width: 100%;
	float: left;
	background: #ffffff; 
}

#contact {
	float: right;
	color: white;
	width: 400px;
	text-align: right;
	font-size: 1.2em;
	padding-top: 30px;
	padding-bottom: 30px;
}

#logo {
	float: left;
	width: 271px;
	margin: 15px 0px 0px 60px;
}


.email {
	text-decoration: none;
	color: white;
	font-size: .7em;
}

.email:hover {
	text-decoration: underline;
}

#left {
	float: left;
	width: 160px;
	padding-bottom: 10px;
}

.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.nav li {
	width: 100%;
	float: left;
}

.reg a {
	width: 152px;	
	height: 22px;
	background: url("../images/navback.jpg") repeat-x top left;
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	font-size: 1em;
	padding-top: 8px;
	padding-bottom: 4px;
}

.nav a:hover {
	background: #c3c4c5;
	color: #231f20;
}

#content {
	width: 623px;
	margin-left: 5px;
	float: left;
	border-left: 1px solid black;
}

#title {
	width: 622px;
	color: #231f20;
	margin: 10px 0px 0px 5px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	background: url("../images/titleback.png") no-repeat top left #a8a8a8;
}

#main {
	width: 100%;
	float: left;
	padding: 0px 10px 0px 10px;
}

#footer {
	width: 100%;
	float: left;
	padding-top: 10px;
	background: #36455f;
}

.footnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footnav li {
	float: left;
}

.footnav a {
        float: left;
	margin: 5px 0px 5px 0px;
        padding: 0px 5px 0px 5px;
        border-right: 1px solid white;

	color: white;
	font-size: .7em;
	text-decoration: none;
}

.footnav a:hover {
	text-decoration: underline;
}

#anglogo {
	float: right;
	margin-right: 15px;
}


.gallery a img {
	border: 5px solid #c3c4c5;

}

.gallery a:hover img {
	border: 5px solid black;
}
