@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	background:url(images/blueblur.jpg) repeat center;
	margin:30px;	
}

p {
	line-height:22px;
}

h1 {
	font-size:18px;
	color:#211973;
}
h2 {
	font-size:16px;
	color:#211973;
}
h3 {
	font-size:14px;
	color:#211973;
}

#page {
	margin:0 auto;
	width:950px;
	background-color:#fff7db;
	border:5px solid #FFCD00;
}

#main {
	float:left;
	background-color: #fff;
	border:1px solid #CCCCCC;
	width:670px;
	margin:15px;
	margin-top:25px;
	padding:15px;
}
#header {
	height:190px;
	background:url(images/header-ds.gif) repeat-x 1px 180px #fff;
}

#footer {
	clear:both;
	font-size:10px;
	text-align:center;
	padding:25px;
	color:#777;
}
#footer:first-line {
	font-size:14px;		
}
#footer a {
	color:#777;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;	
}
.pic {
	border:1px solid #CCCCCC;
}
.smaller {
	font-size: 12px;
}

.biopic {
	margin-right:15px;
	margin-bottom:5px;
	margin-top: 5px;
	border:1px solid #CCCCCC;
}

.quote {
  font-style: italic;
}