/*Graphic Elements*/
.top {	
	width: 800px;
	height: 70px;
}

#banner {
	position: absolute;
	height: 22px;
	width: 22px;
	left: 0px;
	top: 77px;
	z-index: 3;
}

.logo {
	position: absolute;
	z-index: 20;
	left: 572px;
	top: 140px;
}
/*Body Classes*/

.body {
	font-family: georgia;
	font-size: 12px;
	text-align: justify;
	color: #6A6B6B;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 0px 0px 20px 0px;
	float: right;
	width:480px;
}
.content_left {
	font-family: georgia;
	font-size: 12px;
	color: #6A6B6B;

	background: #606060/*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 0px 0px 20px;
	float: left;
	width:300px;
	text-decoration: none;
}
.gallery {
	font-family: georgia;
	font-size: 14px;
	text-align: justify;
	color: #6A6B6B;
	background: #606060/*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 0px 0px 20px 0px;
	float: right;
	width:800px;
}

.header {
	font-family: georgia bold;
	color: #6A6B6B
	text-align: center; 
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #6A6B6B;
	margin: 10px auto;
	width: 800px;
	height: 30px;
}
.header2 {
	color: #666
	font-size 14px;
}
.footer {
	font-family: georgia;
	color: #6A6B6B;



	background: #606060/*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0;
	text-align: center;
	font-size: 10px;



	background: #606060/*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: lowercase;
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
	margin-bottom: 40px;
	text-decoration: none;
	margin-top: 1px;
}

}
.footerlink {
	font-family: georgia;
	color: #6A6B6B;

	background: #606060/*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0;
	text-align: center;
	font-size: 10px;

	background: #606060/*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 0px 0 0px 0px; /*31px is left indentation of header text*/
	margin-bottom: 40px;
	text-decoration: none;
}

a:link {
color: #6A6B6B;
text-decoration:none;
}

a:visited {
color: #6A6B6B;
text-decoration:none;
}

a:active {
background-color: #6A6B6B;
text-decoration:none;
}

a:hover {
color:#690000;
text-decoration:none;
} 
.container{
	position:relative;
	background-color: #FFF;
	height: 100%;
	width: 800px;
	padding: 05px 05px 05px 05px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -13px; 
	border: 1px solid;
	border-top-style: none; 
	border-color: #fff; 

	
}


/*Span Classes*/

.firstletter{
	font-family: georgia;
	font-size: 18px;
	color: #333;
}
.phonenumber{
	font-family: georgia;
	color: #333333;
	background: #606060/*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; 
	font-size: 10px;
	text-transform: lowercase;
}

H1 {color:#690000}
H2 {color:#690000}
H3 {color:#333333}
