/* linked stylesheets */


/* html tags */

html {
	background: #cccac2 url(../images/bg-body.png) top left repeat-x;
	color: #333333;
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	font-size: 75%; /* 12px */}

body {
	margin: 0;
	padding: 0;}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.6em;}

a {text-decoration: none;}
	
	a:link, a:visited, a:active {color: #666561;}
	a:hover {color: #b36b6b;}

ul {
	margin-top: 1em;
	margin-left: 0;
	padding-left: 2em;
	line-height: 1.6em;}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;}

h3 {
	font-size: 1.8em;}

img {border: none;}


/* element ids */

#wrapper {
	width: 1000px;
	margin: auto;
	padding-top: 240px;
	background: url(../images/bg-bodyheader.jpg) top left no-repeat;
	overflow: auto;}

#content {
	display: block;
	width: 762px;
	margin: auto;
	overflow: auto;}

#categories {
	width: 762px;
	padding-bottom: 20px;
	overflow: auto;}
	
	#categories .box {
		float: left;
		width: 50%;}
	
		#categories h3 {
			margin-top: 0;
			margin-bottom: 15px;}
		
		#categories ul {
			margin: 0;
			padding: 0 0 0 30px;
			font-size: 1.1em;
			font-weight: bold;
			line-height: 1.8em;
			list-style: url(../images/bullet.png);}
			
			#categories a {color: #333333;}
			
			#categories a:hover {color: #b36b6b;}

#records {
	margin: 0;
	padding: 0;
	list-style: none;}
	
	#records li {
		clear: both;
		margin-bottom: 7px;
		line-height: normal;}
		
		#records li a {
			display: block;
			clear: both;
			width: 750px;
			height: 43px;
			padding: 5px 6px 5px 6px;
			background: url(../images/bg-row.jpg) 0 0 no-repeat;}
		
		#records li a:hover {
			background: url(../images/bg-row.jpg) 0 -53px no-repeat;}

.rowheader {
	display: block;
	clear: both;
	width: 750px;
	height: 35px;
	padding: 14px 6px 5px 6px;
	background: url(../images/bg-rowheader.png) 0 0 no-repeat;
	color: #ffffff;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;}

.record-id {
	display: block;
	float: left;
	width: 50px;
	padding-top: 16px;
	padding-right: 22px;
	color: #ffffff;
	font-family: "Impact", "Arial", "Verdana", sans-serif;
	font-size: 1.2em;
	text-align: right;}

.record-title {
	display: block;
	float: left;
	padding-top: 8px;
	font-weight: bold;}

.copyright {
	clear: both;
	height: 30px;
	color: #666561;
	font-size: 0.8em;
	text-align: center;}

.highlight {color: #b36b6b;}