@charset "UTF-8";
#nav {
	background-color: #C17E64;
	margin: 0px;
	width: 95%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 46px;
	list-style-type: none;
	float: left;
	background-image: url(images/heading.gif);
	background-repeat: no-repeat;
	background-position: 6px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-bottom: none;
	background: #F9E9A9;
}
#nav li {
	font-family: "Lucida Grande", sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	float: right;
}
body {
	background-image: url(images/top_bg.png);
	background-repeat: repeat-x;
	margin-top: 50px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 85%;
	color: #FFFFFF;
	text-align: center;
}
.articles {
	font-family: "Lucida Grande", sans-serif;
	line-height: 60px;
	list-style-image: url(images/adobe_acrobat_icon.gif);
	list-style-type: none;
	width: 95%;
	text-align: justify;
	display: block;
	left: 100px;
}
.articles li {
	margin-left: 10%;
	padding-left: 20px;
}
.articles a {
	text-decoration: none;	
}
.articles a:hover {
	text-decoration: underline;
}
.articles a:visited {
	color: #0000EE;	
}.main {
	text-align: left;
	font-size: 80%;
	margin-left: 10%;
	margin-right: 10%;
	text-indent: 7px;
	width: 40%;
}
#thumbnails {
	float: right;
	width: 50%;
}
