body {
	background-color: #54cac0;
	margin: 10px 0px 0px 10px;
	font-size: 14px;
	line-height:1.5;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color:#000;
}

#container { 
	width: 780px;
	margin: 0px auto;
}


#header {
	color:#990000;
	width: 750px;
	border-bottom: 2px solid #990000; 
	position: relative;
/*	position: absolute;*/
	left: 10px; /*for IE*/
	top: 10px; /*for IE*/
	height: 320px;
	margin: 0px auto;
}

#thinker {
	width: 220px;
	float:left;
	text-align: center;
}

#title {
	color:#990000;
	font-weight:bold;
	font-size:30px;
}

h2 {
	color:#990000;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
}

h3 {
	color:#990000;
	font-weight:normal;
	font-size:13px;
}

#wrapper { 
	width: 750px;
	margin: 0px auto;
	text-align: left;
	top: 20px;
/*	position: absolute;*/
	position: relative;
	float: left;
	padding-bottom: 20px;
	margin-left: 20px;
}

#search {
	font-size: 16px;
	font-weight: bold;
	width: 420px;
	color: #990000;
}

#search ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
}

#search li {
	font-size: 14px;
	height: 32px;
	text-align: right;
}

input.search {
	height: 20px;
	font-size: 14px;
}

.results {
	position: relative;
	float: center;
	margin: 0px auto;
}

.results ul {
	list-style: none;
/*	margin: 0px;
	padding: 0px;*/
}

.results li {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	padding: 6px;
	float:left;
}

.list {
	background-color: #fff;
}

.alt {
	background-color: #ddd;
}

.listauthor {
	width:200px; 
	padding-right: 10px;
	float:left; 
	clear:left;
}

.listquote {
	width:480px; 
	float:left;
}

#detailleft {
	width:220px; 
	float:left; 
/*	padding-left: 40px;*/
}

#detailauthor {
	padding: 10px;
	margin: 10px;
	background-color: #fff;
	font-size: 12px;
}

#detailkeywords {
	padding: 10px;
	margin: 10px;
	background-color: #fff;
	font-size: 12px;
}

#detailquote {
	width:500px; 
	padding: 10px;
	margin: 10px;
	margin-left: 0px;
	float:left;
	background-color: #fff;
	font-size: 12px;
	min-height: 300px;
}

.detailhead {
	color: #990000;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 6px;
}

#nonefound {
	width:650px; 
	top: 10px;
	position: relative;
	margin-left: 40px;
	padding: 50px 20px 70px 20px;
	height: 400px;
	background-color: #fff;
	text-align: center;
}

/*a:link, a:visited {
	color:#990000;
	text-decoration:underline;
}

a:hover, a:active {
	color:#990000;
	text-decoration:none;
}*/

a.results:link, a.results:visited {
	color:#000;
	text-decoration: none;
}

a.results:hover, a.results:active {
	color:#990000; 
	text-decoration: none;
}