﻿body 
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}
#mainLeft
{
	width: 792px;
	margin: 0 auto;
	padding-left: 13px;
	background: url(../images/main_shadow_left.gif) repeat-y left;
}
#mainRight
{
	width: 780px;
	padding-right: 12px;
	background: url(../images/main_shadow_right.gif) repeat-y right;
}
#main
{
	background: White url(../images/main_back.jpg) no-repeat center top;
	padding: 25px 40px;
	padding-bottom: 0 ;
}
.mainMenu
{
	float: right;
	font-size: 1.2em;
	list-style: none;
}
.mainMenu li
{
	margin-bottom: 0.7em;
}
.mainMenu li a
{
	border-left: solid 1px #cc7003;
	padding-left: 10px;
}
.mainMenu li a:hover
{
	border-left-color: Black;
	text-decoration: none;
}
#titleDiv
{
	margin-top: 20px;
	border-bottom: dotted 1px #c1b491;
	color: #73490f;
	clear: both;
	padding-bottom: 5px;
	width: 100%;
}
#titleDiv h1
{
	font-size: 1.5em;
	float: left;
}
ul.contentTopMenu
{
	float: left;
	list-style: none;
	margin-top: 8px;
	font-size: 0.9em;
	margin-left: 10px;
}
ul.contentTopMenu li
{
	float: left;
	border-left: solid 1px Black;
	padding: 0 5px;
}
ul.contentTopMenu li.first
{
	border-left: none;
}
ul.contentTopMenu li a
{
	color: #73490f;
}
#rightMenu
{
	float: right;
	padding-top: 15px;
	padding-left: 20px;
	width: 200px;
	color: #382305;
}
#rightMenu a, #bio a
{
	color: #382305;
}
#bio a
{
	text-decoration: underline;
}
#bio a:hover
{
	color: #f88600;
}
#rightMenu h2
{
	color: #73490f;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
.rightMenuThumbnails li
{
	margin-bottom: 15px;
}
.rightMenuThumbnails a img
{
	border-color: White;
}
.rightMenuThumbnails a:hover img
{
	border-color: #73490f;
}
.rightMenuThumbnails a span
{
	display: block;
	color: #382305;
	text-align: center;
	visibility: hidden;
	text-decoration: none;
}
.rightMenuThumbnails a:hover span
{
	visibility: visible;
}
#content
{
	padding-top: 20px;
	padding-right: 20px;
	text-align: justify;
	border-right: dotted 1px #c1b491;
	margin-right: 220px;
	position: relative;
	top: -15px;
	padding-bottom: 15px;
}
#content h3
{
	font-size: 1em;
	font-weight: bold;
	margin: 0.5em 0;
	font-style: italic;
	color: #382305;
}
.categoryPath
{
	font-size: 0.8em;
	color: #73490f;
}
.categoryPath a
{
	color: #73490f;
}
#topImageDiv
{
}
#imageDiv
{
	height: 360px;
	padding-bottom: 15px;
	text-align: center;
}
#imageNav
{
	text-align: center;
	margin: 0.5em 0;
	color: #382305;
	font-size: 0.8em;
}
.imageNavigation
{
	width: 80px;
	margin: 0 auto;
	position: relative;
}
.imageNavigation .navLink
{
	width: 10px;
	height: 10px;
	padding: 5px;
}
.imageNavigation a.navLink
{
	text-decoration: none;
}
.imageNavigation a.prevLink
{
	background: url(../images/prev.gif) no-repeat center center;
	padding-right: 10px;
}
.imageNavigation a.prevLink:hover
{
	background: url(../images/prev_over.gif) no-repeat center center;
	padding-right: 10px;
}
.imageNavigation a.nextLink
{
	background: url(../images/next.gif) no-repeat center center;
	padding-left: 10px;
}
.imageNavigation a.nextLink:hover
{
	background: url(../images/next_over.gif) no-repeat center center;
}
#footer
{
	width: 805px;
	height: 23px;
	background: url(../images/main_bottom.gif) repeat-x bottom;
	margin: 0 auto;
}
#footer span
{
	display: block;
	width: 23px;
	height: 23px
}
#footer #footerLeft
{
	float: left;
	background: url(../images/main_bottom_left.gif) no-repeat center center;

}
#footer #footerRight
{
	float: right;
	background: url(../images/main_bottom_right.gif) no-repeat center center;
}
#footerContent
{
	font-size: 0.8em;
	color: #888;
	margin-top: 2em;
}
#footerContent #madeBy
{
	float: right;
}
#footerContent #madeBy a
{
	color: #888;
}

.imgPopup
{
	position: absolute;
	z-index: 99999;
	top: 0px;
	left: 0px;
	width: 100%;
}
.imgPopup div
{
	background-color: #333;
	border: solid 1px Black;
	margin: 0px auto;
	display: none;
	text-align: center;
}
.imgPopup div img
{
	margin: 0px auto;
	border: solid 1px Black;
}
.imgPopup div a
{
	float: right;
	z-index: 11;
	display: block;	
	opacity: 0.3;
    moz-opacity: 0.3;
    khtml-opacity: 0.3;
    filter:alpha(opacity=30);
}
.imgPopup div a:hover
{
		opacity: 1;
    moz-opacity: 1;
    khtml-opacity: 1;
    filter:alpha(opacity=100);
}
.imgPopup div a img
{
	border: none;
}
#imgCloseBtn
{
	position: relative;
	z-index: 100;
	left: -7px;
}
.imgPopup div span.popupText
{
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 0.85em;
}