

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	background: #FFFFFF url(images/bg.jpg) repeat-y top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #171818;
	line-height: 1.8em;
}

h1 {
	padding: 0px 0px 20px 0px ;
	color: #2F4E60;
	font-size: 2.3em;
}

p {
	padding-bottom: 2.0em;
}

a {
	text-decoration: none;
	color: #9ABDD2;
}

a:hover {
	color: #000000;
}


hr {
	display: none;
}



/* Header */



#menu {
	float: left;
	width: 1024px;
	height: 64px;
	background: url(images/navibg.png) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

#menu ul {
	margin: 0;
	padding-left: 159px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 64px;
	padding: 0 0px 0 0px;
}


#menu .about a {
	display: block;
	float: left;
	height: 35px;
	width: 155px;
	padding-top: 13px;
	background: url(images/about.png) no-repeat bottom;
}

#menu .about a:hover {
	background: url(images/about2.png) no-repeat bottom;
}

#menu .gallery a {
	display: block;
	float: left;
	height: 35px;
	width: 166px;
	padding-top: 12px;
	background: url(images/gallery.png) no-repeat bottom;
}

#menu .gallery a:hover {
	height: 45px;
	background: url(images/gallery2.png) no-repeat top;
}

#menu .contact a {
	display: block;
	float: left;
	height: 35px;
	width: 329px;
	padding-top: 12px;
	background: url(images/contact.png) no-repeat bottom;
}

#menu .contact a:hover {
	width: 345px;
	background: url(images/contact2.png) no-repeat bottom;
}


/* Logo */

#logo {
	width: 820px;
	margin-left: 0px;
	background: #FFFFFF url(images/header.jpg) no-repeat top left;
	height: 227px;
}


#logo img
{
border: none;
}


/* Page */

#page {
	width: 800px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	text-align: left;
}

/* Content */

#content {
	margin: 0 auto;
	width: 700px;
	padding-left: 50px;
	padding-bottom: 30px;
}


#content img{
	border: 5px solid #7EAAC3;
	margin: 15px 0px 0 15px;
}


#thumb{
	margin: 0 auto;
	padding: 0 auto;
	float: right;
	width: 400px;
}

#thumb img{
	position: relative;
	border: 5px solid #E4E7E0;
	margin: 15px 0px 0 15px;
	float: left;
}

#thumb a:hover img{
	border: 5px solid #FFA570;
}

#thumb a .preview{
	display:none;
	left: 60px;
	position: absolute;
	top: 410px;
	z-index: 1000;
}

#thumb a:hover .preview{
	background-color: #FFFFFF;
	border: 5px solid #FFA570;
	display:block;
	width: 250px;
}

#thumb a:hover .preview.summary{
	border: 5px solid #FFA570;
	background-color: #FFFFFF;
	display:block;
	font-size: 10px;
	font-weight: bold;
	height: auto;
	left: 75px;
	top: 750px;
	padding: 10px 10px 10px 10px;
	position: absolute;
	width: 230px;
	line-height: 1.4em;
}


#message{
	float: left;
	width: 300px;
	height: 600px;
}


p.page{ 
	margin-top: 30px;
	padding: 10px 10px 10px 10px;
	float: left;
	font-size: 15px;
	width: 400px;
}

p.page a{ 
	margin-top: 30px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #2F4E60;
	background: #2F4E60;
	color: #FFFFFF;


}

p.page a:hover { 
	margin-top: 30px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #2F4E60;
	background: #FFA570;
	color: #FFFFFF;


}









/* Footer */

#footer {
	width: 800px;
	margin-left: 0px;
	padding: 0;
	height: 50px;
	background: #FFFFFF url();
	text-align: center;
	padding-top: 10px;
}


