body {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
    font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
	background: #fff7f9 none repeat scroll 0%;
	margin: auto;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	background: url("../images/header-background.png") repeat-x top;
	height: 60px;
	width: 870px;
}

#title {
	font-family: "Phoenix Wide";
	color: #33c;
	font-size: 1.2em;
	font-style: italic;
	position: absolute;
	font-size: 140%;
	top: 20px;
	margin-left: 10px;
}

#main {
	font-size: 0.65em;
	margin-top: 2px;
}

.column {
	float: left;
	width: 251px;
	background: url("../images/column-left.png") repeat-y left;
}

.column-entry {
	margin: 10px;
	padding: 10px;
	border: dashed 2px rgb(191,154,168);
}

.column-title {
	font-family: garamond;
	font-size: 180%;
	padding: 2px;
	color: rgb(165,114,133);
	background-color: #eee;
}

.column-entry ul {
	padding: 10px;
}

#nav ul {
	font-size: 1.1em;
	margin-top: 25px;
	margin-left: 5px;
}

#nav li {
	font-family: "Lucida Grande", sans-serif;
}

.column-entry li {
    padding: 4px;
}

#nav li a {
	color: #33c;
	display: block;
	padding: 3px;
	margin-right: 5px;
	line-height: 1.7em;
}

#nav li a:hover {
	background-color: #ffe;
	font-size: 110%;
}

a:visited {
	color: #33c;
}

#content {
	float: left;
	line-height: 1.5em;
	width: 598px;
	margin: 0 5px;
	padding-right: 15px;
	border-right: solid 2px #e6bec8;
}

#content a:link {
	color: #33c;
}

#content a:hover {
	background-color: #ffffef;
	padding: 3px;
}

#content a:visited {
	color: #00f;
}

.contactinfo {
	background-color: rgb(219, 210, 214);
	margin-left: 75px;
	margin-right: 75px;
	margin-bottom: 20px;
	padding: 5px 25px;
	text-align: center;
	border: ridge 4px #e7ccd4;
}

.contactinfo p {
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
}

.contactinfo .phone {
	background-color: #aaa;
}

strong {
	font-weight: bold;
}

#footer {
	clear: both;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: url("../images/footer-background.png") repeat-x;
	color: #fff; /* #33c; */
	padding: 5px;
	text-align: center;
	height: 26px;
}

h1 {
	padding: 9px;
	background-color: #e5d5d8;
	text-align: center;
	font-family: garamond;
	font-style: italic;
	font-size: 1.7em;
	margin: 5px 0 -10px 0;
}

h2 {
	font-family: papyrus;
	border-bottom: 2px solid #e6bec8;
	color: #33c;
	margin-top: 25px;
	font-size: 1.4em;
}

h3 {
	background-color: #e7ccd4;
	padding: 3px 0 3px 5px;
	color: #666;
	font-size: 1.0em;
	font-style: italic;
	font-family: Georgia;
}

h4 {
	margin-bottom: 0;
	font-size: 0.9em;
	text-decoration: underline;
}

#Awards p {
	line-height: 0.25em;
}

a img {
	border: none 0px #ffffff;
}

ul {
	margin-top: 0;
}

.highlight {
	font-style: italic;
	background-color: #fffdce;
	padding: 3px;
}

.quotation {
	font-family: garamond;
	font-style: italic;
	font-weight: 600;
	font-size: 2em;
	color: #a06e82;
	text-align: center;
}

.imgCaption {
    font-size: 0.8em;
    margin-top: 0;
}