body {
	background: #bfdcd5 url(images/1.jpg); 
	background-size: cover;
	-moz-background-size: cover;
 
	-webkit-background-size: cover;

	color: #000; 
 	font-family: Arial, 'Century Gothic', sans-serif; 
	font-size: 16px; 
	margin: 0;
	text-shadow: 1px 1px 0 #dcd7bd; 
}

@font-face {
	font-family: 'Calligraph421 BT';
	src: url(calligraph421-bt-roman.ttf);
}

.clear {
	clear: both;
}

small {
	font-size: 18px;
}

a, 
a:hover,
a:active, 
a:focus, 
object, 
embed {
	outline: 0;
}

#container {
	background-color: #fff; 
	border-bottom: 1px solid #dcd7bd;  
	border-top: 1px solid #dcd7bd; 
	box-shadow: 0 -5px 5px -5px #333, 0 5px 5px -5px #333; 
	-moz-box-shadow: 0 -5px 5px -5px #333, 0 5px 5px -5px #333; 
	-webkit-box-shadow: 0 -5px 5px -5px #333, 0 5px 5px -5px #333; 
	-o-box-shadow: 0 -5px 5px -5px #333, 0 5px 5px -5px #333;
	margin-top: 90px; 
	padding: 3px 0;
}

#container2 {
	background: #eaf2f0; 
	border-bottom: 3.5px solid #dcd7bd;
	border-top: 3.5px solid #dcd7bd; 
}

#content {
	margin: 0 auto;
	max-width: 815px; 
 	padding-bottom: 35px; 
	text-align: center;
}

#title {
	color: #000;
	font-size: 26px;
	letter-spacing: 1px; 
	line-height: 25px; 
 	margin: 20px auto 10px; 
	text-align: center;
 	text-transform: uppercase; 
	width: 100%; 
}

img#sewnoted {
	height: 284px; 
	margin: 0 auto 10px;
	width: 591px; 
}

#box-left, 
#box-right {
	font-size: 30px; 
	height: 200px; 
	line-height: 1.35;
	padding: 25px 0; 
	text-shadow: none;
	width: 400px;
}

#box-left {
	background-color: #83a49d; 
	color: #fff;
	float: left;
}

#box-left a {
	color: #000;
	font-family: 'Calligraph421 BT', 'Century Gothic', sans-serif;
	font-size: 36px;
}

#box-left a:hover {
	color: #fff;
} 

#box-right {
	background-color: #a5c3bb; 
	color: #000;
	float: right; 
}

#box-right a {
	color: #fff;
	font-family: 'Calligraph421 BT', 'Century Gothic', sans-serif;
	font-size: 36px;
} 

#box-right a:hover {
	color: #000;
}


#credits {
	clear: both; 
	color: #717073; 
 	font-size: 14px; 
	margin: 15px auto 0; 
	max-width: 1200px;
	text-align: center; 
	text-shadow: 1px 1px 0 #dcd7bd;
}

#credits a:link, 
#credits a:visited, 
#credits a:active {
	color: #717073; 
	text-decoration: none;
}

#credits a:hover {
	color: #717073; 
	text-decoration: dotted underline;
}