body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-image: url(images/main_bg1.jpg);
	background-repeat: no-repeat;
	background-position: 160px 0px;
	line-height: 0.8em;
}
#main-container {
	background-image: url(images/main_bg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	height: 100%;
	position: absolute;
}
/*
	PANELS
*/
#main-panel {
	margin-left: 170px;
	margin-right: 40%;
	margin-top: 76px;
	margin-bottom: 0px;
}
#main-panel h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #993333;
	font-size: 12px;
	height: auto;
}
#main-panel h2 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #5C1000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 12px;
}
#main-panel h3 {
	font-size: 10px;
	font-weight: normal;
}
#main-panel p {
	margin-left: 16px;
	margin-top: 8px;
	font-size: 10px;
}
#left-panel {
	width: 160px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#right-panel {
	position: absolute;
	width: 200px;
	top: 0px;
	right: 11%;
	margin-top: 18px;
}
#right-panel h1 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #993333;
	padding-bottom: 6px;
}
#right-panel h2 {
	font-size: 10px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#right-panel p {
	margin-top: 0px;
	font-size: 10px;
}
#main-panel #thumb-container {
	smargin-top: 12px;
	margin-bottom: 24px;
	margin-top: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	width: 100%;
}
#archive-footer {
	font-size: 12px;
	text-align: center;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	clear: both;
	margin-top: 24px;
	width: 100%;
}
#archive-nav a {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}
#archive-nav {
	width: 100%;
}
/* 
	FOOTER
*/
#main-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	right: 0px;
	bottom: 0px;
	position: absolute;
	clear: both;
	width: 100%;
}
#main-footer p {
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 2em;
}
#main-footer a {
	text-decoration: none;
	color: #999999;
}

/*
	FORMS
*/
#main-panel form {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 12px;
	padding-bottom: 6px;
	margin-left: 16px;
}
#main-panel form p {
	clear: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main-panel form p label {
	float: left;
	width: 30%;
}
/*
	LINKS
*/
a {
	color: #993333;
	text-decoration: underline;
}
a:hover {
	color: #999999;
}
a:visited {
	color: #666666;
}
a:active {
	color: #666666;
}
/*
	CLASSES
*/
.index-center {
	text-align: center;
}
.nayt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5mm;
	text-decoration: none;
	color: #868686;
	line-height: 12px;
	font-weight: normal;
}
.nayt-image {
	float: left;
}
.contact-button {
	margin-left: 30%;
}
.archive-thumb {
	height: auto;
	width: auto;
	padding: 4px;
	float: left;
	margin: 4px;
}
.news-side-image {
	width: 78px;
	float: right;
	margin-left: 12px;
	margin-top: 12px;
	clear: both;
}

