/* CSS Document */

/* core */
html, body, #main_container {min-height: 100%;	width: 100%; height: 100%;}

body {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 9pt;
	color: #000;
	margin:0;
	padding:0;
}
#main_container {
	padding:0;
	position:absolute;
	top: 10px;
	bottom: 10px;
	margin:0 auto;
}

a, a:visited { color:#003366; text-decoration: underline; }
a:hover, a:active { color:#336799; text-decoration: none; }

.subtitle {
	font-weight: bold;
	color: #666;
	}
.photo {
	border: 1px #ccc solid;
	float: right;
	margin: 0px 10px 6px 10px;
}

/* header area */
#header_cont {
	width:850px;
	height:142px;
	margin: 0 auto;
	background-color:#FFFFFF;
	vertical-align: bottom;
	}
#header {
	background: transparent url(images/header.gif) no-repeat center top;
	margin:0 auto;
	padding:0;
	width: 850px;
	height:142px;
}
	
/* menu area */
#menu_cont {
	width: 100%;
	margin: 0 auto;
	background-color:#FFFFFF;
	}
#menu {
	width:auto;
	height: 37px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	background: #fff url(images/menu_bkgnd.gif) repeat-x;
}
.menu {
	padding: 0px 28px 0px 28px;
}

/* content area */
#content_cont {
	width:850px;
	margin: 0 auto;
	background-color: #FFFFFF;
	}
#content {
	width:850px;
	margin: 2px 0px 0px 0px;
	background: #FFFFFF;
}

#orig_art {
	width: 324px;
	height: 284px;
	margin: 56px 0px 0px 118px;
	float: left;
}
#portrait {
	width: 224px;
	height: 284px;
	margin: 56px 63px 0px 121px;
	float: right;
}
	
.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}

/* footer*/
#footer_cont {
	width:850px;
	margin: 0 auto;
	background-color: #FFFFFF;
	vertical-align: bottom;
	font: 1.1em Garamond, "Times New Roman", Times, Georgia, serif;
	color: #000;
}
#footer_copyright {
	width: 276px;
	margin: 0 auto;
	padding: 12px;
	margin: 0 auto;
	float: left;
}
#footer_fb {
	width: 226px;
	margin: 0 auto;
	padding: 12px;
	margin: 0 auto;
	float: left;
	text-align: center;
}
#footer_contact {
	width: 276px;
	margin: 0 auto;
	padding: 12px;
	margin: 0 auto;
	text-align: right;
	float: right;
}

	#footer a, #footer a:visited {color:#999; text-decoration:none; }
	#footer a:hover, #footer a:active {color:#666; text-decoration:underline; }

.clear {
	clear: both;
}



/* heading tags */
h1 {
	font-family: Garamond, "Times New Roman", Times, Georgia, serif;
	font-size: 1.8em;
	font-weight: bold;
}
	/* subtitles */
h3 {
	font-family: Garamond, "Times New Roman", Times, Georgia, serif;
	font-size: 1.4em;
	text-transform: uppercase;
}


/* list tag styles */

ul {
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
ol {
	font-size: 11px;
}
ol li {
	margin-bottom: 5px;
	clear: both
}
/* gallery styles */
a.gaz_nav {
  color: #999999;
}

a:hover.gaz_nav {
 color: #333333;
}

.gaz_path {
	font-size : 11px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.gaz_cat_descr {
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;	
	color: gray;
}

.gaz_cat_title {
	font-size : 12px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: gray;
	font-weight : bold;
}

.gaz_comment {
	font-size : 11px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

.gaz_nav_thumb {
	border-color:#333333;
}

.gaz_nav_thumb_sel {
	border-color:gray;
}

.gaz_image_info {
	font-size : 11px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}