#body {
	background: #fff;
	color: #333;
	font-family: georgia, serif;
	font-size: small !important;
	font-size /**/: x-small;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
	text-align: center;
}
#container {
	background: url(bg.gif) repeat-y;
	border-bottom: solid 5px #fff;
	border-top: solid 5px #fff;
	font-size: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 720px;
}
#header {
	background: url(header.jpg) no-repeat;
	border-bottom: solid 2px #202020;
	border-top: solid 2px #202020;
	height: 300px;
	margin: 0 12px 10px 12px;
	width: 696px;
}
#title {
	background-color: #202020;
	border-bottom: solid 2px #FFCC99;
	border-top: solid 2px #CC9966;
	color: #646E57;
	margin: 0;
	padding: 0;
	position: relative;
	top: 300px !important;
	top: 298px;
}
#title h1 {
	color: #fff;
	font-size: 130%;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	text-align: center;
}
#content {
	background: #fff;
	border: solid 1px #202020;
	float: right;
	margin: 25px 20px 10px 0 !important;
	margin: 25px 10px 10px 0;
	padding: 0 10px 20px 10px;
	position: relative;
	width: 435px;
}
.section h2 {
	border-bottom: 1px solid #202020;
	color: #930;
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 110%;
	font-variant: small-caps;
	margin-top: 20px;
}
#content p {
	margin-top: 4px;
	margin-bottom: 10px;
	padding: 0;
}
.img-shadow {
	float: right;
	background: url(../shadowAlpha.png) no-repeat bottom right !important;
	background: url(../shadow.gif) no-repeat bottom right;
	margin: 10px 10px 0 10px !important;
	margin: 10px 10px 0 5px;
}
.img-shadow img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	position: relative;
}
#imageList {
	margin: 0 auto;
	text-align: center;
}
#pictures .img-shadow {
	float: left;
}
#sidebar, #addendum {
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	margin: 35px 0 0 25px !important;
	margin: 25px 0 0 25px;
	position: relative;
	width: 195px;
}
#sidebar .section {
	background-color: #efefef;
	border: solid 1px #fc9;
	margin: 15px 0;
	padding: 5px;
}
#sidebar h3 {
	/* 
	For some crazy reason, IE does not like to render the heading
	background and borders consistently. To accomodate that, since IE
	doesn't follow the !important rules correctly I exploit it to my advantage.
	*/
	background-color: #202020 !important;
	background-color: #efefef;
	color: #fff !important;
	color: #202020;
	font-size: 100%;
	margin: 0;
	padding: 2px 5px 2px 10px;
}
#sidebar p {
	margin: 0;
	padding: 5px;
}
#sidebar a:link, #sidebar a:visited {
	color: #646E57;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #646E57;
	text-decoration: none;
}
#sidebar ul {
	line-height: 1.5em;
	margin: 4px 0 15px 0;
	padding: 5px;
}
#sidebar li {
	margin: 0 0 0 13px;
}
#buttons {
	text-align: center;
}
#job {
	background-color: #FFCC99;
	border: solid 2px #cc9966;
	margin: 20px 0 20px 0;
}
#job h4 {
	background-color: #646E57 !important;
	background-color: #FFCC99;
	color: #fff !important;
	color: #000;
	font: bold 10pt verdana, sans-serif;
	margin: 0;
	padding: 5px;
	text-align: center;
}
#job p {
	margin: 5px;
}
#footer {
	background-color: #202020;
	border-bottom: solid 2px #000;
	border-top: solid 2px #FFCC99;
	clear: both;
	margin: 0 12px;
	position: relative;
	width: 696px;
}
#copyright {
	color: #fff;
	height: 20px;
	position: relative;
	text-align: center;
}