@charset "utf-8";
/* CSS Document */

a img,:link img,:visited img {border:none;}

a:link {
color:#0e75cc; 
text-decoration:underline;
}
a:visited {
color:#0e75cc; 
}

body {
text-align:center;
background:url(images/bg-content.gif) repeat-x ;
font-family:Georgia, "Times New Roman", Times, serif;
padding-bottom:20px;
margin:0 auto;
}
p {
	font-size:12px;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	width:760px;
	margin:0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu {
color:#FFFFFF;
font-size:12px;
text-align:left;
padding:2px 0 40px 0;
}
#menu a:link, #menu a:visited {
color:#FFFFFF;
}
#menu a:hover {
color:#FFFF99;
}

.content h1 {
text-align:center;
font-size:24px;
font-weight:normal;
margin-top:0;
padding-top:0;
}
.bio {
padding-top:20px;
padding-bottom:20px;
border-bottom:1px solid #e5e5a0;
}
.bio h1 {
text-align:left;
border-bottom:1px solid #e5e5a0;
}
.biophoto {
margin:0 10px 0 0;
}
#copyright {
padding-top:20px;
font-size:11px;
}
.contentimage {
padding-top:24px;
}
#divider {
	padding:5px 0;
	margin:10px 0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}
.testimonial {
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: none;
	color: #666;
	font-style: italic;
}
.testsignature {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

