@charset "utf-8";

html {
	font-size:100%;
}
body {
	background: url(../i/bg-page.jpg) repeat-x #674825 top;
	padding:0;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
}

#logo h1 a {
	background:url(../i/logo-bibis.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	width:344px;
	height:214px;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 200%;
	letter-spacing:-2px;
	color:#D3BD98;
	padding-top:0;
}

h3 {
	font-size: 0.75em;
}

h1, h2, h3 {
	margin-top:0;
}

a img {
	border:none;
}

a {
	color: #E6D9C4;
}
a:hover {
	color:#fff;
}

p {
	margin-top:0;
	font-size:0.75em;
}

ul {
	font-size:75%;
}

/* LAYOUT */

#container {
	background: url(../i/bg-container.jpg) repeat-y center;
	width:960px;
	margin:0 auto;
	padding: 0;
}
#subContainer {
	width:926px;
	margin:20px auto 0;
	overflow:auto;
}
#header {
	width:960px;
	height:180px;
	margin:0 auto;
	background:url(../i/bg-header.jpg) no-repeat center top;
}

#navigation {
	height:30px;
	width:926px;
	margin:0 auto;
	background: url(../i/bg-navigation.gif) repeat-x;
}
#navigation ul {
	background:#362614;
	margin:0 0 0 49px;
	padding:2px 0 0;
}
#navigation ul li {
	display: inline;
	list-style-type: none;
	font-size: 100%;
}
#navigation ul li a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding-right: 20px;
}
#navigation ul li a:hover {
	color:#D3BD98;
}

#left {
	width:300px;
	float:left;
	margin-left:50px;
	background: url(../i/bg-menu-links.jpg) no-repeat top;
}

#left ul {
	list-style-type:none;
	margin: 20px;
	padding:50px 0 0;
	line-height:130%;
	border-bottom: 1px solid #8F785E;
}
#left ul li {
	list-style-type: none;
	font-size: 100%;
	border-top: 1px solid #8F785E;
	padding: 0.25em;
}
#left ul li a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding-right: 20px;

}
#left ul li a:hover {
	color:#D3BD98;
}

#content {
	margin-left: 400px;
	margin-right: 50px;
	color:#fff;
	padding-bottom:10px;
}


#footerCont {
	background:#000;
}
#footer {
	width:896px;
	margin:0 auto;
	color:#fff;
	padding: 20px 0;
}

.photo {
	border: 1px solid #fff;
	padding:10px 8px;
	background:#362614;
	margin: 0 0 20px;
}

.noBull {
	list-style-type:none;
	line-height: 150%;
}

ul.noBull li {
	margin-bottom: 16px;
	border-bottom:1px solid #93723D;
}

.centre {
	text-align:center;
}