body {
	margin: 0;
	background-color: #dddcd9;
	background-image: url(/images/bg-tile.jpg);
	background-position: top center;
        background-attachment: fixed;
	background-repeat: repeat-y;
}
td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.navsub {
	border: 1px solid #c4c3c1;
	/*adaca9*/
	background-color: #ebe9e3;
	display: none;
	position: absolute;
	z-index: 1000;
}
.navitem {
	width: 100%;
}
.nav {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ebe9e3;
	padding: 2px 9px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
a.nav:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e4e1d9;
	padding: 2px 9px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
.title {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #454441;
}
.date {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bbbbbb;
	text-decoration: none;
	text-transform: uppercase;
}
.small {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.field {
	font-size: 11px;
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
	width: 100px;
	height: 17px;
}
.recent {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
a.recent:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}
.button {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
a.button:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.photolabel {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px 4px 0 0;
}
