body {
	margin: 0px;
	background-image: url(../background_images/stefanosbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#cbc {
	width: 800px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
	font-family: "Adobe Caslon Pro";
	font-size: 14px;
}
#wrapper {
	height: 100%;
	width: 100%;
	margin: 0px;
}
#header {
	background-image: url(../background_images/web_header_home.jpg);
	background-position: center top;
	height: 100px;
	width: 842px;
	margin-right: auto;
	margin-left: auto;
}
#nav_bar {
	background-color: #EDEDED;
	background-image: url(../background_images/body.jpg);
	background-position: center top;
	height: 24px;
	width: 842px;
	margin-right: auto;
	margin-left: auto;
}
#body {
	background-image: url(../background_images/body.jpg);
	height: 100%;
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer {
	background-image: url(../background_images/dads_footer.jpg);
	background-position: center;
	height: 140px;
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Adobe Caslon Pro";
	font-size: 14px;
}
#ssn {
	height: 55px;
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.bar {
	background-image: url(../background_images/footer.jpg);
	background-position: center;
	height: 11px;
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Adobe Caslon Pro";
	font-size: 16px;
}
.top_boxes {
	font-family: papyrus;
	font-size: 14px;
	height: 100%;
	width: 395px;
	text-align: center;
	margin: 10px;
}
.bottom_boxes {
	margin: 10px;
	height: 100%;
	width: 390px;
	font-family: papyrus;
	font-size: 14px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a {
	font-family: "Adobe Caslon Pro";
	font-size: 16px;
	color: #00C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
}

