body {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	background: #CCCCCC;
	color: #fff;
	margin: 5px 10px;
	padding: 0px;
	text-align: center;
}

#background {
	text-align: center;
	margin: 0px;
	padding: 0px;
}


#outer_page {

	width: 760px;
	text-align: center;
	border: 1px solid #000;
	color: #fff;
	margin: 0px;
	padding: 0px;
}


#header {
	text-align: left;
	border-bottom: 1px solid #000;
	color: #fff;
	background: #000;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 5px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
	margin: 0px;
	

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px 16px;
	margin: 0px;
    font-size: large;
	font-weight: normal;
	color: #ddd;

}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 15px 16px;
	margin: 0px;
    font-size: large;
	font-weight: bold;
	color: #000;
	text-align: center;

}

#link_bar {
	padding: 0px;
	margin: 0px;
	font-size: small;
	background: #656565;
	letter-spacing: 0.1em;
	word-spacing: 0.3em;
	border-top: 1px solid #000;
	border-right: 1px solid #656565;
	border-bottom: 1px solid #000;
	border-left: 1px solid #656565;
	font-weight: bold;

}

#main_content {
	
	word-spacing: 0.1em;
	padding: 0px;
	margin: 0px;
	font-size: small;
	background: #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ffffff;
	color: #000;
	text-align: left;
}

#main_content p {
	padding: 0px 10px;
}


#main_content a:link{
	color: #0000dd;
	text-decoration: none;
}
#main_content a:visited {
	color: #0000dd;
	text-decoration: none;
}

#main_content a:hover{
	color: #0000dd;
	text-decoration: underline;
}



.pic {
	float: left;
	margin: 25px 15px;
	border: 1px solid #000;
}

#photo {
	border-bottom: 1px solid #000;

}

#footer {
    
	padding: 0px 10px;
	color: #fff;
	margin: 0px;
	font-size: small;
	background: #000;
	text-align: left;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	clear: left;
	position: relative;
	
}

#footer.p {
	margin: 0px; 
	padding: 0px;
}


a:link{
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #eee;
	text-decoration: none;
}

a:hover{
	color: #fff;
	text-decoration: underline;
}

.indent {
	position: relative;
	margin-left: 350px;
	
}