body, html {
  margin:0;
  padding:0;
  background:#ffffff;
  color:#000;
}

body {
  min-width:750px;
}

#container {
	position: relative;
   background:#fff;
   width:750px;
   margin-left:-375px;
	left:50%;
}

#image {
  	display: block;
  	margin-top: 5px;
  	padding-right: 5px;
  	background:#fff;
 	float:left;
  	width:500px;
  	border-right: 3px solid #2c1c5b;
  	overflow:hidden;
  	z-index: 1;
}

#sidebar {
	display: block;
	margin-top: 5px;
	float: right;
	width: 238px;
	color: #2c1c5b;
	overflow: hidden;
	font-family: 'Book Antiqua', 'serif';
	font-weight: 
	color: #2c1c5b;
	z-index: 2;
}

.bold {
	font-weight: bold;
}

#spacing {
	padding-top: 3em;
}

#sidebar h1 {
	color: #2c1c5b;
	font-size: 30px;
	line-height: 25px;
}

#content {
	top: 10px;
	clear: both;
	width:750px;
	margin-left:-375px;
	left:50%;
	display: block;
	position: relative;
	font-family: 'Book Antiqua', 'serif';
	color: #2c1c5b;
	font-size:16px;
	overflow:hidden;
	text-align: left;
	z-index: 3;
}

#content h2, h3 {
	text-align: center;
	font-style: italic;
}

#content ul {
  margin-left: 15em;
  font-family: 'Arial','sans-serif';
}

#footer {
	clear: both;
	overflow:hidden;
	text-align: right;
	position:relative;
	background: #fff;
	font-family: 'Palatino', 'Linotype', 'serif';
	font-size:12px;
	color: #2c1c5b;
   z-index:4;
	width:750px;
	margin-left:-375px;
	left:50%;
	padding-right: .5em;
}

.name {
	font-weight: bold;
}