#container{
	width: 777px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -388px;
	background-color: white;
	background-image: url(images/bg-body.gif);
}

body {
	background-image: url(images/bg-stripes.gif);
	}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #c39f05;
	margin-top: 0px;
} 

.smalltext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 14px;
	color: #c39f05;
	margin-top: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #c39f05;
	margin-top: 0px;
	font-style: italic;
}

#list {
	margin:0px;
	padding-left:10px;
}
#list li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	color: #c39f05;
	margin-top: 0px;
	list-style-type: square;
	border-bottom-style: none;
	padding-top:0px;
}

ul.sidenav {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: dashed;
	border-bottom-color: #F77E28;
	border-bottom-width: 1px;
}

.imgdecoration {
	border-color: #f0e4b7;
	border-width: 2px;
}

hr {
	color: #f3e9c4;
}


a:link {
	text-decoration: none;
	border: none;
	font-weight: bolder;
		color: #999999;
}
a:visited {
	text-decoration: none;
		border: none;
		font-weight: bolder;
		color: #999999;
}
a:hover {
	border: none;
	color: #c39f05;		
}
a:active {
	text-decoration: none;
		border: none;
}

.greytext {color: #999999}
