a:link {
	color: #0E3864;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0E3864;
}
a:hover {
	text-decoration: underline;
	color: #52A2C7;
}
a:active {
	text-decoration: none;
	color: #52A2C7;
}
#logo {
	float: right;
	clear: right;
	background-image: url(../images/logo.gif);
	display: block;
	height: 108px;
	width: 188px;
}
#photo {
	clear: left;
	float: left;
	padding-top: 90px;
	position: relative;
	z-index: 50;
}
#holder #arc {
}

#textbox {
	float: left;
	padding-top: 55px;
	position: relative;
	z-index: 50;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	width: 455px;
	height: 308px;
}
.smaller_text {
	font-size: small;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: large;
}

#holder {
	height: 540px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
}
#holder #arc {
	position: relative;
	bottom: 75px;
	clear: both;
	background-image: url(../images/footer_arc.jpg);
	height: 165px;
	width: 900px;
	z-index: 25;
}
#holder #footer {
	font-size: x-small;
	position: relative;
	bottom: 70px;
}

#navbar {
	float: left;
	padding: 25px;
	font-size: larger;
	color: #0E3864;
	clear: left;
}
body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0E3864;
	background-color: #E5E5E5;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
