/* ---| RESET |--*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ---| MAIN |--*/
body {
	background-image:url(../images/galleryBG.jpg); 
	background-repeat:no-repeat; 
	background-position:left top; 
	background-attachment:fixed; 
	background-color:#111; 
	font-family:Arial, Helvetica, sans-serif;
}
a, a:visited {
	color:#666;
	text-decoration:none;
}
a:hover, a:active {
	color:#666;
	text-decoration:underline;
}
.header {
	width:100%;
	text-align:right;
	color:#ECECEC;
	font-size:24px;
	margin-bottom:3px;
}
.closeDiv {
	position:absolute; 
	margin-left:130px;
	margin-top:6px;
	height:18px; 
}
a.close { 
	display:block; 
	height:18px; 
	width:21px; 
	overflow:hidden;
	border:0;
}
a.close:hover { 
	display:block; 
	text-indent:-21px; 
}
.contentDIV {
	margin:auto; 
	width:974px; 
	margin-top:75px;
}
.linkDIV {
	float:left; 
	width:110px; 
	margin-right:10px;
}
.linkDIV ul {
	font-size:10px; 
	color:#666;
}
.linkDIV ul li {
	margin-bottom:10px;
}
.linkDIV ul li span {
	font-weight:bold; 
	text-transform:uppercase; 
	font-size:10px; 
	color:#9CF;
}
h1 {
	margin:0 0 30px 0;
	width:110px; 
	height:63px;
	-moz-background-clip:border; 
	-moz-background-inline-policy:continuous; 
	-moz-background-origin:padding; 
	background: url(../images/titlePhoto.png) no-repeat scroll 0 0; 
	text-indent:-9999px;
}
.mainContent {
	width:854px;
	float:left
}
#galleria {
	width:854px;
}
ul.footerLinks {
	list-style-type:none; 
	margin-top:10px; 
	padding:0;
}
li.footerLinks {
	display:inline; margin-right:10px;
}
a.footerLinks, a.footerLinks:visited {
	color:#ECECEC;
	font-size:20px;
	font-weight:bolder;
	text-decoration:none;
}
a.footerLinks:hover, a.footerLinks:active {
	color:#9CF;
}
.uppercase {
	text-transform:uppercase;
}
