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



body {
	font-size: 12px;
	font-family: "Georgia";
	background: #fff;
}

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

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

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

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

a img { border: none; 
}


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

#menu ul {
	list-style: none;
	margin: 0 0 3px 0;
	text-align: right;
	padding-right: 5px;
	font: italic 11px "Georgia";
	letter-spacing: 1.2px;	
}

#menu ul li.section-title {

	color: #999999;
	font: 14px "Georgia";
	padding-left: -15px;
	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 2px 0;
	color: #4e494c;
	font-size: 1px;
	//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;
    top: 480px; 
    position: fixed;
    text-align: right; 
    padding-right: 25px;
    margin-right: 25px;

}

.under_menu_container {
    background-color: #eaeaea;
    padding: 10px 30px 10px 25px;
	font: "Georgia";
}

.under_menu_container	a:link {text-decoration: none}
.under_menu_container	a:visited {text-decoration: none}
.under_menu_container	a:active {text-decoration: none}
.under_menu_container	a:hover {text-decoration: none;}

.photography {
	list-style: none;
	margin: 0 0 12px 0;


	font-family: "Georgia";
	font-size: 1em;
	line-height: 106%;
	letter-spacing: 1.5px;
	word-spacing: 0.4em;
	text-indent: 1em;

}

.yk{
	font: 16px "Georgia";

}

.contact{
	margin: 0 0 3px 0;
}

