@CHARSET "ISO-8859-1";
body {
	margin: 5%;
	padding:0;
	background:#000;
	color:#fff;
	font-family: georgia, serif;
	text-align:center;
	height: 100%;
}
H1 {
	font-family: serif;
	font-variant: small-caps;
	text-align: center
}
H3 {
	font-family: serif;
	font-variant: small-caps;
	text-align: center
}
IMG {
	border: 1px solid white;
}
#content {
	text-align: left;
}
#contact {
	text-align: center;
	font-size: 76%;
}
#left {
	width:20%;
	margin-left: 5%;
	float: left;
	padding: 7px 10px;
	text-align: center;
}
* html #left {
	width:20%;
	wid\th:19%;
	text-align: center;
}
#center {
	width: 42%;
	float: left;
	padding: 5px;
	margin: 7px;
	font-size: 76%;
	height: auto;
}
* html #center {
	width:400px;
	wid\th:380px;
	text-align: center;
}
#caseStudyCenter {
	padding: 5px;
	margin-left: 20%;
	margin-right: 20%;
	font-size: 76%;
	height: auto;
}
#caseStudyCenter p {
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	text-align: center;
}
#menu {
	font-size: 76%;
	text-align: center;
}
#right {
	width:20%;
	margin-right: 5%;
	float:right;
	padding: 7px 10px;
	text-align: center;
}
* html #right {
	width:20%; 
	wid\th:19%;
	text-align: center;
}
a {
	color: #fff;
}
#footer {
	width: 100%;
	clear: both;
	font-size: 76%;
}
td {
	font-size: 76%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #content {
	height: auto;
}

#caseStudyCenter p.imageCaption {
	font-style: italic;
	padding-top: 0px;
	margin-top: 6px;
	padding-bottom: 20px;
}
#caseStudyCenter #intro {
	text-align: left;
	margin-bottom: 25px;
}
#caseStudyCenter img {
	margin-bottom: 0px;
}
li {
	padding-bottom: 10px;	
}