
/* OVERALL DESIGN */
/* -------------- */

body {
	margin: 0;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	font-family: Verdana;
}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.linking:hover {
	text-decoration: underline;
}

hr {
	color: #111111;
	background-color: #111111;
	height: 1px;
	border: none;
}

#site_head {
	border-left: solid 1px black;
	border-right: solid 1px black;
	text-align: center;
	height: 85px;
	border-bottom: solid 1px black;
	background: url(images/head_back.gif) repeat-x;
}
#site_head img {
	margin: 8px 0 10px 0;
}

#site_menu {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	height: 34px;
	background-color: #202020;
}
#site_menu div {
	margin: 0 auto;
	width: 800px;
	height: 100%;
}
#site_menu div ul {
	margin: 0;
	list-style-type: none;
	font-size: 15px;
}
#site_menu div ul li {
	float: left;
	text-align: center;
	padding:  8px 0;
}
#site_menu div ul li a {
	padding: 0 85px;
}
#site_menu div ul li:hover, #site_menu div ul li.current {
	color: white;
	background-color: #191919;
}
#site_menu div ul li a:hover {
	color: #AAA;
}

#site_center1 {
	width: 800px;
	padding-bottom: 100px;
	margin: 0 auto;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: #333333;
	font-size: 12px;
	color: white;
}
#site_center, #galleria {
	width: 800px;
	height: 500px;
	margin: 0 auto;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: #333333;
	font-size: 12px;
	color: white;
}
#site_center div {
	margin: 0 20px;
}
#site_center1 div {
	margin: 20px 20px 0 20px;
}
#lister {
	padding: 10px;
	border-right: solid 1px #666666;
	float: left;
	width: 350px;
	height: 350px;
}
#shower {
	float: right;
	width: 300px;
	height: 400px;
}
#shower img {
	border: solid 4px white;
	margin-left: 20px;
}

#site_footer {
	width: 800px;
	margin: 0 auto;
	border-left: solid 1px black;
	border-right: solid 1px black;
	font-size: 10px;
	color: #555555;
	text-align: center;
	height: 17px;
	border-top: solid 4px #202020;
	border-bottom: solid 1px black;
	background-color: #202020;
}

/* --------------------------------- */

/* Home page */

h1 {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#block1 {
	background-image: url(images/image1.jpg);
	background-repeat: no-repeat;
	padding: 220px 150px 70px 240px;
}
img.framed_l {
	border: solid 3px #777777;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
}
img.framed_r {
	border: solid 3px #777777;
	margin-left: 20px;
	float: right;
}
div.part {
	padding: 10px 10px;
}

/* --------------------------------- */

/* Contact page */

img.contact {
	margin: 30px 30px 0 35px;
}
a.email:hover {
	color: #576C89;
}
