* {
		margin: 0;
		padding: 0;
}

body {
		margin: 0;
		padding: 0;
		background: #000 url('images/main_bg.gif') top left;
}

#container {
		margin: 0 auto;
		width: 900px;
		text-align: center;
}

#nav,
#timeline_photos {
		width: 900px;
}

.clear {
		clear: both;
}

#content {
		width: 900px;
		text-align: left;
		background: #ececec url('images/content_bg.gif') repeat-y;
		height: 100%;
}

form {
		display: inline;
		margin: 0;
		padding: 0;
}


/* left column 

-------------------------------------------------------------- */

#left {
		display: block;
		width: 500px;
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		line-height: 20px;
		padding: 32px 0 40px 35px;
		float: left;
}

#left p {
		margin: 10px 0 10px 0;
}

#left h1 {
		font-family: arial, helvetica, sans-serif;
		color: #221f72;
		font-size: 18px;
		font-weight: bold;
		margin: 20px 0 20px 0;
}

#left h2 {
		font-family: arial, helvetica, sans-serif;
		color: #666;
		font-size: 15px;
		font-weight: bold;
		margin: 20px 0 20px 0;
}


a {
		font-weight: bold;
		font-size: 13px;
		color: #d31145;
		text-decoration: underline;
}

a:hover {
		font-weight: bold;
		font-size: 13px;
		color: #221f72;
		text-decoration: underline;
}


/* right column 

-------------------------------------------------------------- */
#right {
		float: right;
 		width: 295px;
 		margin: 0;
 		padding: 32px 35px 40px 0;
 		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		line-height: 20px;
	
}

#right p {
		margin-top: 10px;
}

.buybook {
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		display: block;
		width: 222px;
		margin: 10px auto 20px;
		font-weight: bold;
		padding: 3px;
		background-color: #d31145;
		text-align: center;
}

.buybook a {
		color: #fff;
		text-decoration: none;
}

.buybook a:hover {
		color: #eee;
		text-decoration: none;
}

.bookinfo {
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
		color: #000;
		margin: 20px auto;
}

.about_author {
		background: url('images/aboutauthor_bg.gif') no-repeat;
		height: 175px;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		padding: 30px 110px 5px 16px;
		line-height: 16px;
}

.about_author p {
		margin-bottom: 10px;
}

.about_author a {
		font-size: 12px;
		color: #d31145;
		text-decoration: underline;
}

.about_author a:hover {
		font-size: 12px;
		color: #221f72;
		text-decoration: underline;
}

.professors {
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
		color: #000;
		margin-bottom: 10px;
}

.professors a {
		font-size: 11px;
		color: #d31145;
}

.professors a:hover {
		font-size: 11px;
		color: #221f72;
}


/* footer

-------------------------------------------------------------- */

#footer {
		margin: 20px auto;
		text-align: center;
		padding: 15px 0 50px 0;
		border-top: #dcdce2  3px solid;
		font-family: arial, helvetica, sans-serif;
		width: 830px;
}

#footer #footer_nav {
		font-size: 13px;
		color: #221f72;
}

#footer #footer_nav a {
		color: #221f72;
		text-decoration: underline;
		font-size: 13px;
		font-weight: normal;
}

#footer #footer_nav a:hover {
		color: #666;
		text-decoration: underline;
		font-size: 13px;
		font-weight: normal;
}

#copyright {
		font-size: 11px;
		color: #221f72;
		padding-top: 10px;
}

#copyright a {
		color: #221f72;
		text-decoration: underline;
		font-size: 11px;
		font-weight: normal;
}

#copyright a:hover {
		color: #666;
		text-decoration: underline;
		font-size: 11px;
		font-weight: normal;
}


/* resources page elements

-------------------------------------------------------------- */

.subnav {
		display: block;
		width: 500px;
		margin: 20px 0 0 0;
}

.documents {
		margin: 20px 0 20px 0;
}

.documents img {
		float: left;
		margin: 0 20px 0 0;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
}

.documents h3 {
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		margin: 0 0 10px 0;
		color: #d31145;
}

.documents p {
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		color: #000;
}

.facts {
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		color: #000;
}

.facts td {
		vertical-align: top;
		padding: 8px;
}

.grey {
		background-color: #dfdfdf;
}

.white {
		background-color: #f8f8f8;
}

/* timeline page

------------------------------------------------------------------- */

#timeline {
		width: 830px;
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		line-height: 20px;
		padding: 32px 0 40px 35px;
}

#timeline p {
		margin: 10px 0 10px 0;
}