html, body {
	margin: 10px auto;
	padding: 0px;
	text-align: center;
	background-color:#FFEEBB;
}
#container {
		text-align: left;
		margin:20px auto;
		width:760px;
	}
#liner {
	border: 1px solid #8D8B00;
	width:760px;
	background-color:#FFF;
}

#menu {
	background-color:#C0AE00;
	width:760px;
	height:30px;
	overflow:hidden;
}

#menu ul {
	list-style-type:none;
	display: inline;
	background-color:#C0AE00;
}

#menu li {
	float:left;
}

#menu li a {
	padding-top:7px;
	float:left;
	display:block;
	height:30px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-left:16px;
	padding-right:16px;
}

#menu li a.selected {
	background-color:#8D8B01
}

#menu li a:hover {
	background-color:#D06F1A;
}
#header {
	background-color: #D7843C;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8D8B01;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8D8B01;
}
#main {
	padding:15px;
}
#main h2 {
	font-size:14px;
	font-weight:bold;
	color:#D06F1A;
}

#main h3 {
	font-size:14px;
	font-weight:bold;
}

#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#D06F1A;
	background-color: #C6BC5D;
	height:30px;
	text-align:center;
	clear: none;
}
#footer p{
	padding-top:8px;
}
#copyright {
	width:760px;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#copyright a{color:#000000;}
#main a {
	font-weight: bold;
	color: #D06F1A;
}
#main a:hover {
	color: #C0AE00;
}

#NADAthumbs img {
	border:1px solid #8d8b00;
}

#NADAthumbs tr {
	vertical-align:top;
}

#NADAthumbs td {
	text-align:center;
}
