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

@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
html, body, article, div, nav, section, article, footer, header, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
    margin: 0px;
    padding: 0px;
}
/* display */
aside, article, section, header, footer, nav {
    display: block;
}
html {
	background-color: #000;
	background-image: url(../_images/_body/gallery-BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*Fixed layout*/
body {
	width: 1100px;
	margin: 0 auto;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font-weight: normal;
}
.h1Header {
	float: left;
	width: 380px;
	margin: 0 0 0 60px;
	padding: 0;
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	border-bottom: 2px solid #999;
	letter-spacing: 0.2em;
}
h2 {
	font-weight: normal;
}
.h2Header {
	float: left;
	width: 760px;
	margin: .2em 0 0 90px;
	padding: 0;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
.h2Gallery {
	margin: 0 0 1em 0;
	font-size: 1.3em;
	color: #333;
}
h3 {
	font-weight: normal;
}
header {
	width: 1100px;
	height: 75px;
	margin: 0 auto;
	margin: 0 0 0 0;
	color: #D9D9D9;
}
nav {
	clear: both;
	width: 342px;
	height: 36px;
	margin: 0 0 0 600px;
	padding: .2em 0 0 33px;
	color: #000;
	border-top: none;
	border-right: 2px solid #C7C7C7;
	border-bottom: 2px solid #C7C7C7;
	border-left: 2px solid #C7C7C7;
	-webkit-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
}
#thumbBar {
}
section {
	float: left;
	width: 1100px;
	margin: 0 0 20px 0;
	line-height: 1.5;
}
p {
	margin-bottom: .9em;
}
article {
	float: left;
}
.articleBronze {
	float: left;
	width: 1050px;
	margin: 2em 0 0 50px;
	font-size: .9em;
	color: #5B5655;
}
.articleBronze {
	float: left;
	width: 1050px;
	margin: 2em 0 0 50px;
	font-size: .9em;
	color: #5B5655;
}
.articleJesa {
	float: left;
	width: 780px;
	margin: 2em 0 0 10em;
	font-size: .9em;
	color: #5B5655;
	text-align: justify;
}
article img {
	border: none;
	margin: 0 10px 6px 0;
	-webkit-box-shadow: 3px 3px 6px #888;
    -moz-box-shadow: 3px 3px 6px #888;
    box-shadow: 3px 3px 6px #888;
}
article a:link {
	color: #8D8783;
	text-decoration: none;
}
article a:visited {
	color: #8D8783;
	text-decoration: none;
}
article a:hover {
	color: #fff;
	text-decoration: none;
}
article a:active {
	color: #fff;
	text-decoration: none;
}
aside {
	float:left;
	line-height: 1.5;
}
footer {
    clear: both;
    width: 1100;
	height: 100px;
    margin: 0 auto 20px auto;
	border-top: 2px solid #ccc;
}
.footerEmail {
	float: left;
	margin: 1.1em 0 0 625px;
	padding: 0 .5em 0 0;
	width: 230px;
	font-size: 1.1em;
	text-align: right;
	line-height: 1.5em;
	color: #666;
	border-right: 2px solid #666;
}
footer a:link {
	color: #09C;
	text-decoration: none;
}
footer a:visited {
	color: #09C;
	text-decoration: none;
}
footer a:hover {
	color: #000;
	text-decoration: none;
}
footer a:active {
	color: #000;
	text-decoration: none;
}
.footerStamp {
	float: right;
	margin: 5px 100px 0 0;
}
.footerStamp img {
	border: none;
}
