@import url(gallery.css);
@import url(news.css);
a{
	color:#9c3022;
}
body{
	font-family:tahoma,arial;
	font-size:10pt;
	color:black;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,ul,li{
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	color:black;
	padding:10px 0 5px 0;
	text-align:left;
}
p{
	padding-bottom:5px;
}
h1{
	font-size:14pt;
}
h2{
	font-size:13pt;
}
h3{
	font-size:12pt;
}
h4{
	font-size:11pt;
}
h5{
	font-size:10pt;
	font-weight:normal
}
h6{
	font-size:9pt;
	font-weight:normal
}
a img{
	border:0px;
}
.float_left{
	float:left;
}
#wrapper{
	width:980px;
	margin:0 auto;
	background:white;
}
#content{
	float:right;
	width:700px;
	margin-right:10px;
}
#menu{
	width:250px;
}
#menu li{
	list-style:none;
}
#menu ul{
	margin:0 0 10px 10px;
}
#menu a.this{
	font-weight:bold;
}
#menu li a:hover{
	text-decoration:underline;
}
#menu li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#9c3022;
}
#menu li li a{
	text-transform:none;
	color:black;
}
.breadcrumbs li,
.breadcrumbs ul{
	list-style:none;
	padding:0;
	margin:0;
}
.breadcrumbs li{
	float:left;
}
.breadcrumbs li.spacer{
	padding:0 5px;
}
.breadcrumbs{
	margin-left:10px;
	clear:both;
	font-size:9pt;
	padding:5px 10px 5px 10px;
	border:0 solid #cccccc;
	border-bottom-width:1px;
	margin:0 0 5px 0;
}
.breadcrumbs a{
	color:black;
}
h1.title{
	font-weight:normal;
	color:#9c3022;
	margin-top:0;
	padding-top:0;
}
a.edit_news,
a.edit_gallery,
a.edit_node{
	display:block;
	position:absolute;
	top:40px;
	right:10px;
}
a.edit_news,
a.edit_gallery{
	right:30px;
}
#header{
	position:relative;
}
#header h1 a{
	text-decoration:none;
}
#header h1{
	margin:20px 0 20px 10px;
	padding:0;
	font-size:24pt;
	font-weight:normal;
}
#langs{
	position:absolute;
	top:0px;
	right:10px;
}
#langs a{
	margin-left:10px;
}
#langs a.this{
	color:black;
	text-decoration:none;
	cursor:default;
}
#footer{
	clear:both;
	padding:5px;
	border:0 solid #cccccc;
	border-top-width:1px;
	text-align:right;
	font-size:8pt;
}
#content ul{
	margin-left:10px;
}