@charset "UTF-8";
/* CSS Document */

body {
	background: #FFF;
	cursor: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-width: 0px;
}

a{
	color: #6A4C2F;
	text-decoration: underline;
}

#navi {
	display: block;
	height: auto;
	width: auto;
	text-align: center;
	padding-top: 50px;
}

#navi li {
	display: inline;
	list-style: none;
}

#navi li a {
	color: #42485E;
	text-transform: lowercase;
	font-family: "Times New Roman", Times, serif;
	list-style: url(none);
	padding-right: 10px;
	padding-left: 10px;
	font-size: 18px;
}

#navi li a:hover {
	color: #666666;
}

#wrapper {
	padding: 0px;
	width: 800px;
	position: relative;
	z-index: 1;
	margin: 40px auto 10px;
}

#headder {
	width: auto;
	text-align: center;
	margin-top: 50px;
	padding-left: 40px;
}

#main-img {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 40px;
	height: auto;
}

/* jQuery lightBox plugin - Gallery style */
	#gallery {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	}
	#gallery ul { list-style: none; }
	#gallery   ul   li { display: inline; }
	#gallery ul img {
	border: 5px solid #FFFFFF;
	}
	#gallery ul a:hover img {
	border: 5px solid #3366CC;
	}
	#gallery ul a:hover {
	 }
	 
#exhibition {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#exhibition   img  {
	border: 5px solid #FFFFFF;
	margin: 2px;
}
#exhibition   a:hover   img  {
	border: 5px solid #3366CC;
}
	 
#news {
	padding: 30px 75px;
	height: auto;
	width: auto;
	color: #27334B;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
}

#button {
	height: 100px;
	width: 50px;
	position: fixed;
	float: right;
	z-index: 2;
	right: 10px;
	top: 10%;
}

#twitter {
	display: inline;
	float: right;
}

#facebook {
	display: inline;
	float: right;
	padding-right: 5px;
	padding-bottom: 15px;
}

#footer {
	color: #2F3A5A;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	margin-top: 30px;
	clear: both;
	line-height: 1.5em;
}

h1 {
	font-size: 4em;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-top: -5px;
	margin-bottom: -10px;
}
h2 {
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	color: #2F4255;
	padding-top: 10px;
}

.style1 {
	color: #625F58;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.style2 {
	font-size: 1.2em;
}

.style3 {
	font-size: 1.4em;
}

#profile {
	width: 400px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	list-style: disc url(none) outside;
	font-weight: lighter;
	padding-top: 30px;
	padding-bottom: 60px;
	margin: 0px auto;
	color: #5E564A;
	line-height: 1.5em;
}
#profile .photo {
	text-align: right;
	font-size: 12px;
	margin-bottom: 40px;
}

#profile ul {
	list-style: none;
	text-align: left;
	display: block;
	padding-left: 0px;
	padding-bottom: 30px;
}
