/* --------------- base --------------- */

body {
	background: #100f0f;	
	font-size: 60%;
	margin: 0px auto;
	margin-bottom: 50px;
text-align: center;
	}

body, a {
	color: #797878;
	font-family: "Lucida Sans", "Trebuchet MS", Arial;
	text-decoration: none;
	}
	
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#wrapper {
	width: 815px;
	margin: 0px auto;
text-align: left;
	}

img {
	border: 0px;}

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

#head {
	height:100px;
	background: url(../images/index_08.gif) bottom repeat-x;
	position: relative;
	}

#head h1 a {	
	width: 292px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/index_06.gif) bottom left no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}

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

#content {
	margin-top: 15px;
		position: relative;

	}
	
/* --------------- footer --------------- */

#footer {	
	padding-top: 20px;
	clear: both;
	}

/* --------------- top nav --------------- */

#top-nav {
	height: 22px;
	width: 257px;
	background: url(../images/index_03.gif) top left no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-indent: -9999px;
overflow:hidden;
	}
	
/* buttons */

#top-nav #nav-home a {
	display: block;
	position: absolute;
	width: 44px;
	height: 20px;
	left: 32px;
    bottom: 2px;
    background: url(../images/index_03.gif) -32px -0px no-repeat;

	}

#top-nav #nav-photo a {
	display: block;
	position: absolute;
	width: 78px;
	height: 20px;
	left: 76px;
    bottom: 2px;
    background: url(../images/index_03.gif) -76px -0px no-repeat;
	}
	
#top-nav #nav-news a {
	display: block;
	position: absolute;
	width: 46px;
	height: 20px;
	left: 154px;
    bottom: 2px;
    background: url(../images/index_03.gif) -154px -0px no-repeat;
	}
	
#top-nav #nav-contact a {
	display: block;
	position: absolute;
	width: 57px;
	height: 20px;
	left: 200px;
    bottom: 2px;
    background: url(../images/index_03.gif) -200px -0px no-repeat;
	}

/* butons over */

#top-nav #nav-home a:hover {
	background: url(../images/index_03.gif) -32px -27px no-repeat;

	}

#top-nav #nav-photo a:hover {
	background: url(../images/index_03.gif) -76px -27px no-repeat;
	}
	
#top-nav #nav-news a:hover {
	background: url(../images/index_03.gif) -154px -27px no-repeat;
	}
	
#top-nav #nav-contact a:hover {
	background: url(../images/index_03.gif) -200px -27px no-repeat;
	}
	
/* --------------- breadcrumbs --------------- */

#breadcrumbs {
	margin: 0px 0px 20px 17px;
	font-size: 145%;
	letter-spacing: .08em;
	color: #434242;
	}

#breadcrumbs a {
	color: #434242;
	}

#breadcrumbs span a {
	color: #b8b8b8;
	} /* this is for the top level */