body
{
	background-color:#b9b9b9;
	color:#000;
	font-family:Tomahak,Helvetica,Arial,sans-serif;
	
	background-image:url(layout/back.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:center top;
}

#back
{
	background-color:#fff;
	width:650px;
	min-height:200px;
	margin:10px auto;
}
#logo
{
	margin:10px 10px 0;
}

/* NAVI */

#menu
{
	margin-top:20px;
	padding:10px;
}
#menu a
{
	font-size:12px;
	border-top:3px solid black;
	border-bottom:3px solid black;
	color:#000;
	text-decoration:none;
	padding:5px 0;
	margin:0 3px;
}
#menu a.chosen
{
	color:#f00;
	border-bottom:3px solid #f00;
}
#menu a:hover
{
	border-top:1px solid #f00;
	border-bottom:1px solid #f00;
	/*background-color:#fdd;*/
}
#menu #secondary
{
	float:right;
}
#menu a.service
{
	font-weight:bold;
}
#menu a.other
{
	
}

/* GALLERY BIG */
#big
{
	margin-top:20px;
	padding:0 5px;
	width:790px;
	margin-left:-75px;
	margin-bottom: 10px;
	background-color:#000;
}
#big img
{
}

#big span
{
	margin:10px 5px;
	background-color:#fff;
	display:inline-block;
	/*
	zoom:1; *display:inline;
	*/
}

/* TITLE */
#title
{
	width:780px;
	margin-left:-75px;
	background-color:#000;
	color:#fff;
	font-size:120%;
	padding:10px 10px 10px;
}

/* DESCRIPTIONAL TEXT */
#description
{
	padding:0 10px;
	margin-top:15px;
	font-size:15px;
	line-height:150%;
}

#description a
{
	color:#f00;
	text-decoration:none;
	padding:1px 2px;
}
#description a:hover
{
	background:#f00;
	color:#fff;
}

/* GALLERY SMALL */

#small
{
	margin-top:10px;
	padding:5px;
}
#small img
{
	margin:5px;
}
#small img:hover
{
	border:1px solid #f00;
	margin:4px;
}

#footer
{
	margin:10px 0;
	padding:15px 5px;
	text-align:center;
	font-size:80%;
}

#footer span
{
	border-top:1px solid black;
	padding:5px 0;
}

/* FANCYBOX MOD */

.hidden
{
	display:none;
}

form
{
	display:inline;
}