/* basic */
body, html { 
	color: #383838; 
	background-color: #383838; 
	font-size: 13px; 
	font-family: Helvetica, Arial, sans-serif, Verdana; 
	margin: 0; 
	padding: 0; 
}

hr {
	border: 0; 
	margin: 0; 
	padding: 0; 
	height: 1px; 
	color: #fff; 
	background-color: #fff; 
	border-bottom: dotted 1px #ccc; 
}

input { 
	color: #383838; 
}

img { 
	border: 0; 
}

#img {
	margin: 0 5px 3px 0; 
}

a:link, 
a:visited, 
a:active { 
	color: #a48b67; 
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none; 
}

a:hover { 
	color: #896d45; 
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none; 
}

/* fonts */
h1, 
h1 a:link, 
h1 a:visited, 
h1 a:active { 
	color: #383838; 
	font-size: 17px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	font-style: italic; 
	text-decoration: none; 
	margin-bottom: 5px; 
}

h1 a:hover { 
	color: #383838; 
	text-decoration: underline; 
}

h2, 
h2 a:link, 
h2 a:visited, 
h2 a:active { 
	color: #c3a67d; 
	font-size: 16px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	font-style: italic; 
	text-decoration: none; 
	margin-top: -5px; 
	margin-bottom: -5px; 
}

h2 a:hover { 
	color: #896d45; 
	text-decoration: none; 
}

h3, 
h3 a:link, 
h3 a:visited, 
h3 a:active { 
	color: #c3a67d; 
	font-size: 15px; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	font-style: italic; 
	text-decoration: none; 
	margin-top: -5px; 
	margin-bottom: -5px; 
}

h3 a:hover { 
	color: #896d45; 
	text-decoration: none; 
}


.info, 
a.info:link, 
a.info:visited, 
a.info:active { 
	color: #98928a; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
}

a.info:hover { 
	color: #98928a; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: underline; 
}

.footer { 
	color: #bbb; 
	font-size: 12px; 
	text-decoration: none; 
}

a.footer:link, 
a.footer:visited, 
a.footer:active { 
	color: #d0bea4; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
}

a.footer:hover { 
	color: #c3a67d; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: underline; 
}

.subnavigation, 
a.subnavigation:link, 
a.subnavigation:visited, 
a.subnavigation:active { 
	color: #fff; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
}

a.subnavigation:hover { 
	color: #fff; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: underline; 
}

.subfooter, 
a.subfooter:link, 
a.subfooter:visited, 
a.subfooter:active { 
	color: #b0b0b0; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none; 
}

a.subfooter:hover { 
	color: #b0b0b0; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: underline; 
}

.published, 
a.published:link, 
a.published:visited, 
a.published:active { 
	color: #896d45; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none; 
}

a.published:hover { 
	color: #896d45; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: underline; 
}

/* structure */
#body { 
	width: 840px; 
	height: auto; 
	margin-left: auto; 
	margin-right: auto; 
	position: relative; 
}

#header { 
	background-color: #000; 
	background-image: url(/images/bg_head.jpg); 
	background-repeat: no-repeat; 
	width: 800px; 
	height: 190px; 
	padding: 20px; 
}

#navigation { 
	width: 840px; 
	top: 0px; 
	left: 0px; 
	position: absolute; 
	list-style-type: none; 
}

	#navigation li { 
		float: left; 
	}

	#navigation a.navigation { 
		color: #fff; 
		font-size: 13px; 
		font-weight: bold; 
		font-variant: small-caps; 
		height: 27px; 
		line-height: 30px; 
		margin: 0 0 0 10px; 
		padding: 0 10px; 
		display: block; 
	}

	#navigation li:hover #subnavigation { 
		display: block; 
	}

	#navigation li:hover a.navigation { 
		border-bottom: solid 3px #c3a67d; 
	}

	#subnavigation { 
		color: #896d45; 
		width: 830px; 
		height: 180px; 
		line-height: 24px; 
		top: 30px; 
		left: 0px; 
		padding-left: 10px 0; 
		position: absolute; 
		display: none; 
	}

	#subnavigation a { 
		margin: 0 5px; 
	}

#main { 
	background-color: #fff; 
	background-image: url(/images/bg_content.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom; 
	width: 800px; 
	padding: 20px; 
	padding-bottom: 40px; 
	overflow: hidden; 
}

	#content { 
		width: 575px; 
		text-align: justify; 
		float: left; 
	}

	#sidebar { 
		background-image: url(/images/sidebar_1.jpg); 
		background-repeat: no-repeat; 
		width: 240px; 
		height: 440px; 
		float: right; 
		margin: -20px -20px 0 0; 
		position: relative; 
	}

#footer { 
	background-color: #000; 
	width: 800px; 
	height: 100px; 
	padding: 10px 20px; 
	clear: both; 
}

	#footer #entry { 
		margin-bottom: 10px;
		clear: both; 
	}

		#footer #entry p { 
			margin: 0 0 2px 0;
			display: block; 
		}

		#footer #entry #left { 
			width: 400px; 
			float: left; 
		}

		#footer #entry #right { 
			width: 400px; 
			float: right; 
		}

	#subfooter { 
		color: #b0b0b0; 
		font-size: 11px; 
		background-color: #212121; 
		width: 800px; 
		height: 25px; 
		line-height: 25px; 
		padding-right: 20px; 
		padding-left: 20px; 
		clear: both; 
	}

/* box */
#box-alert { 
	color: #fff; 
	font-size: 11px; 
	font-weight: normal; 
	background-color: #c3a67d; 
	width: 550px; 
	padding: 5px 10px; 
}

#box-format { 
	background-color: #ddd0bd; 
	font-size: 14px; 
	width: 20px; 
	height: 20px; 
	line-height: 20px; 
	text-align: center; 
	border: solid 1px #c3a67d; 
	margin: 2px; 
	cursor: pointer; 
	float: left; 
}

	#box-format:hover { 
		background-color: #cbb492; 
	}

#box-picturePopup { 
	background-color: #383838; 
	width: 100%; 
	height: 999px; 
	text-align: center; 
}

	#box-picturePopup div { 
		color: #fff; 
		background-color: #726759; 
		font-size: 12px; 
		font-weight: normal; 
		top: 510px; 
		left: 0; 
		width: 100%; 
		height: 50px; 
		line-height: 50px; 
		padding-left: 20px; 
		text-align: left; 
		position: absolute; 
	}

#tr { 
	padding-bottom: 5px;
}

/* hidden */
#hdn, 
.hdn { 
	display: none; 
}