/*---- structure styles ----*/

* { padding: 0; margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; }

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.gif);
	background-repeat: no-repeat;
	background-position: 60% 40%;
}

#wrapper {
	width: 920px;
	margin: 40px auto;
}



/*---- header styles ----*/


#header {
	float: left;
	width: 920px;
	height: 100px;
}

#logo {
	float: left;
	width: 270px;
	height: 100px;
}

#navigation {
	float: left;
	width: 640px;
	height: 40px;
	margin-top: 60px;
	padding: 0 10px 0 0;
	background-image: url(../images/bg_navigation.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
}

#navigation a img {
	margin-left: 30px;
}


/*---- content styles ----*/


#content {
	float: left;
	width: 920px;
	margin: 50px 0;
}

#pictures {
	float: left;
	width: 580px;
	_width: 560px;
	margin-left: 20px;

}

#text {
	float: left;
	width: 250px;
	text-align: right;
	margin-left: 60px;
}
#text h1 {
	color: #4F4F4F;
	font-size: 0.75em;
	margin-bottom: 1.3em;
	line-height: 140%;
}
#text h2 {
	color: #4F4F4F;
	font-size: 0.75em;
	margin-bottom: 1.3em;
	line-height: 140%;
	font-weight: normal;
}

#text p {
	color: #4F4F4F;
	font-size: 0.75em;
	margin-bottom: 1.3em;
	line-height: 150%;
}

#text p.quote {
	color: #bf1e2e;
}


#text a {
	color: #bf1e2e;
	text-decoration: none;
}

#text a:hover {
	color: #171717;
	text-decoration: underline;
}

.thumbs img {
	margin: 10px 0 10px 10px;
}

.thumbs a:hover {
	color: red;
}

.thumbs a:link img, .thumbs a:visited img {
	border:1px solid #bf1e2e;
}

.thumbs a:focus img, .thumbs a:hover img, .thumbs a:active img {
	border:1px solid #171717;
}


/*---- footer styles ----*/



#footer {
	float: left;
	width: 880px;
	padding: 15px 20px;
	background-color: #bf1e2e;
	text-align: right;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	margin-bottom: 15px;
}

#footer p {
	color: #FFFFFF;
	font-size: 0.7em;
}

#footer a {
	color: #ffcc66;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#preloader {
visibility: hidden;
}
