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

body{
	background:#000;
	margin:62px 0 0 0;
}
#container{
	background:#000;
	width:882px;
	margin:0 auto;
	padding:0 0 0 30px;
}
#header{
	height:32px;
	width:856px;
	margin:0 0 40px 0;
}
#header img{
	float:left;	
}
a{
	text-decoration:underline;
	color:#fff;
}
img{
	border:none;	
}
table{
	border-collapse:collapse;	
}

/* TOP NAVIGATION */

#header #topnav{
	margin:10px 0 0 0;
	float:right;
}
#topnav a{
	float:left;
	height:22px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#topnav a#topnav_home{
	background:url(images/topnav_home.gif);
	width:56px;
	margin:0 20px 0 0;
}
#topnav a#topnav_gallery{
	background:url(images/topnav_gallery.gif);
	width:79px;
	margin:0 20px 0 0;
}
#topnav a#topnav_contact{
	background:url(images/topnav_contact.gif);
	width:81px;
}
#header #topnav a:hover, #header #topnav a.selected{
	background-position:bottom;
}

/* CONTENT */

#content{
	margin:0 0 10px 0;
	clear:both;
	float:left;
	width:856px;
}
#content.gallery{
	width:100%;
}
#content p{
	font:13px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#fff;
	margin:0 0 20px 0;
}

/* GALLERY */

.utils{
	margin-bottom:15px;
	float:left;
	width:100%;
}
.bread{
	float:right;
	padding-right:30px;
}
.back{
	clear:both;
	float:left;	
}
#content div{
	width:117px;
	height:180px;
	float:left;
	margin:0 30px 0 0;	
}
#content div a{
	border:3px solid #000;
	display:block;
	margin:0 0 7px 0;
}
#content div a:hover{
	border:3px solid red;
}
#content div p{
	font:13px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
}

/* FOOTER */

#footer{
	font:10px Arial, Helvetica, sans-serif;
	color:#666;
	clear:both;
	float:left;
	margin:20px 0 40px 0;
	width:500px;
}