/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}



body {
	font-size: 12px;
	font-family: georgia, serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

#menu a:link { text-decoration: none;
	color: black;
}

a:link { text-decoration: underline;
	color: #333;
}
a:active { text-decoration: none;
	color: black;
}
a:visited { 
	text-decoration: none;
	color: black; 
}

a:hover { 
	color: black;
	background-color: #fdfd00;
}

a img { border: none; 
}


#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
//    height: 100%;
	background-color: #fff;
	padding-right: 25px;
	margin-right: 25px;
}

#menu ul {
	list-style: none;
	margin: 0 0 2px 0;
//	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;

//	font-family: Verdana,Geneva,sans-serif;
//	font-size: 1em;
	padding-right: 5px;

	font: italic 11px Arial,Helvetica,sans-serif;
//	line-height: 106%;
	letter-spacing: 1.2px;	
//	word-spacing: 0.4em;
//	text-indent: 1em;

}

#menu ul li.section-title {

	color: black;
//	font: small-caps bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
//	font: small-caps bold 13px Verdana,Geneva,sans-serif;
	font: bold italic 14px Arial,Helvetica,sans-serif;

//	border-bottom: 1px dashed #b8b8b8;
//	margin-bottom: 10px;
	padding-left: -15px;
//	padding-bottom: 3px;
	text-align: left;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 25px 30px 25px 25px;
}

#content p { width: 450px; margin-bottom: 1px;
}

p {
    margin: 0 0 9px 0;
	color: #4e494c;
	font-size: 13px;
	line-height: 1.3em;
	text-align: justify;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px;
	color: #2a2a2a;
}
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0;
}

#img-container p	{ 
width: 400px;
margin: 0;
padding: 0 0 12px 0;

}

#once { clear: left; }

.indexhibit {
	color: #c00000;
	text-align: left;
	font-style: italic;
	font-size: 10px;
}

.thumbnail {font-size: 65%; float: left; padding: 3px 0;}
.thumbnail img {margin: 0px 12px 11px 3px;}


.under_menu {
    width: 215px;
//    padding-top: 25px;
//    padding-right: 50px;	
    top: 480px; 
//    left: 0;
//    background-color: #ccc;
//    overflow: auto;
    position: fixed;
    text-align: right; 
    padding-right: 25px;
    margin-right: 25px;

}

.under_menu_container {
    background-color: #eaeaea;
    padding: 20px 30px 20px 25px;
}

.photography {
	list-style: none;
	margin: 0 0 12px 0;
//	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
//	text-align: right;

	font-family: Verdana,Geneva,sans-serif;
	font-size: 1em;
	line-height: 106%;
	letter-spacing: 1.5px;
	word-spacing: 0.4em;
	text-indent: 1em;

}

.yk{
	font: bold 17.7px Arial,Helvetica,sans-serif;
//	font-size: 17.7px;
//	font-weight: bold;
}
