body,td,th {
	font-family: Georgia, Times, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	text-align:center;
	background:url(../images/assets/bg1.jpg) repeat;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #666;
}
h2 {
	font-size: 14px;
}
img {
	border: none;
}
table, td, tr {
}
th {
	font-size: 13px;
	text-align: left;
}
.photo {
	border: 1px solid #336600;
}
#header {
	position:relative;
	background:#fff url(../images/assets/header.jpg) no-repeat;
	width: 950px;
	height: 130px;
	margin-top:30px;
	margin:0 auto;
}
#user {
	position:absolute;
	font-family:tahoma;
	font-size:12px;
	top:5px;
	right:20px;
	text-align:right;
}
#container {
	position:relative;
	width:950px;
	margin:10px auto;
}
#nav {
	position:relative;
	width: 180px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	line-height: 200%;
	float:left;
	text-align:left;
	background:#fff;
	margin-right:10px;
}
#nav a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
#nav a:hover {
	text-decoration: underline;
}
#content {
	position:relative;
	float:left;
	padding:30px 30px 30px 30px;
	width:680px;
	text-align:left;
	background:#fff;
	margin-bottom:30px;
}
.three_column {
	width:200px;
	float:left;
	margin-right:40px;
}
.two_column {
	width:310px;
	float:left;
	margin-right:40px;
}
#last_column {
	margin-right:0;
}
#notecards td {
	padding:10px 20px 0 0;
	text-align:center;
}
#books td {
	vertical-align:center;
}
.book_image {
	width:300px;
	text-align:center;
}
