#all {
    width: 1100px;
    margin: 0px auto;
    padding: 0px;
}
#main {
    line-height: 1.6em;
    background-color: #fff;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#logo {
   padding: 10px 10px 10px 10px;
}
#footer {
    clear: both;
    color: #fff;
    padding: 15px 0px 5px 0px;
    font-size: 0.8em;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-weight: normal;
}
#footer a {
    margin-top: 5px;
    font-weight: bold;
    text-decoration: none;
    color: #75b387;
}
#footer a:hover {
    text-decoration: underline;
}
#bottom {
    font-size: 0.8em;
    color: #666;
    margin: 5px 0 10px 0px;
}
#bottom a,
#bottom a:link,
#bottom a:active,
#bottom a:visited {
    text-decoration: none;
    color: #666;
    font-weight: normal;
}
#bottom a:hover {
    text-decoration: underline;
}
#menu {
	background-image: url(images/menubottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu_bottom {
    vertical-align: middle;
    height: 19px;
	display: block;
	background: #fff url(images/menubottom_bg.jpg) repeat-x bottom;
    padding: 7px 0 5px 0;
	border-top: 2px solid #2b73ba;
	border-bottom: 1px solid #0e559a;
}
#menu_bottom span {
    padding: 0 0 0 30px;
}

#bottom_feedback {
    background-color: #ededed;
    padding: 5px 30px 5px 25px;
}
#bottom {
    /*margin: 5px 0;*/
    height: 20px;
    line-height: 1.8em;
    font-size: 0.9em;
    color: #1963aa;
    margin: 2px 0 10px;
}
#bottom a,
#bottom a:link,
#bottom a:active,
#bottom a:visited {
    text-decoration: none;
    color: #1963aa;
    font-weight: normal;
}
#bottom a:hover {
    text-decoration: underline;
}
.red {
    color: #aa2423;
}
.info {
    margin: 5px 0;
    border: 2px solid #aaa;
    background-color: #ffc;
    padding: 10px;
}
.info p {
    margin: 0;
    padding: 0;
}

.empty {
    margin: 10px 0 20px;
    color: #999;
}
#slogan {
    text-align:center;
    color: #e7b799;
    margin-top: 20px;
}
#header {
    background-color: none;
}
#content {
    padding: 20px;
    min-height: 550px;
}
#fading_images_PagesFading {
    float: right;
    margin: 0 0 10px 20px;
    border: 4px solid #fff;
}

#path {
    background-image: url(images/path_bg.jpg);
    background-repeat: no-repeat;
    color: #fff;
    height: 30px;
    text-align: right;
    font-size: 0.8em;
    padding-right: 20px;
    padding-top: 3px;
}
#path a {
    color: #fff;
    font-weight: bold;
}
#path a:hover {
    text-decoration: underline;
}
div#newslist {
    background-color: #000;
    color: #fff;
	text-align:right;
	background-image:url(images/news_bg.jpg);
	padding: 35px 2px 8px 2px;
	line-height: normal;
	margin: 2px 0px 2px 2px;
	min-height: 70px;
}
div#newslist a {
    display: block;
    color: #fff;
	font-weight: normal;
	font-size: 0.8em;
	width: 110px;
	padding:0px 5px 0px 5px;
	float:right;
	}
div#newslist a:hover {
text-decoration:underline;
	}
.date {
font-weight: bold;
}
.location {
font-weight: bold;
}
div.item .date {
font-size: 0.8em;
}
div.item .location {
font-weight: normal;
}
#content a img {
border:1px solid #f3e0d5;
}