

/* -- defaults -- */
html {
	background-image: url(multicms/images/html_bg.gif);
	background-position: center top;
}
body {
	background-image: url(multicms/images/body_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
em {
	font: italic 11px arial;
}







/* -- frame -- */
#frame {
	width: 790px;
	background: #FFF;
	background-image: url(multicms/images/body_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
#frame td {
	font: 11px arial;
	text-align: justify;
	vertical-align: top;
}
#frame .spacer-v {
	width: 20px;
}
#frame .header {
	height: 115px;
	background-image: url(multicms/images/header_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#frame .pnl-logo {
	width: 49px;
	background: #b80000;
	background-image: url(multicms/images/logo_pnl.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#frame .spacer-v-sm {
	width: 4px;
}
#frame .pnl-btns {
	width: 185px;
	background: #787878;
}
#frame .mainmenu {
	width: 507px;
	height: 40px;
}
#frame .content {
	
}
#frame .content-footer {
	height: 20px;
	background-image: url(multicms/images/content_footer_bg.jpg);
	background-repeat: center top;
	background-repeat: no-repeat;
}
#frame .footer {
	height: 93px;
	background: #a9a9a9;
	background-image: url(multicms/images/footer_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px 10px;
}


/* -- header -- */
/* -- logo --*/
#logo {
	width: 243px;
	height: 95px;
	float: left;
	display: inline;
}
#logo img {
	width: 243px;
	height: 95px;
	border: none;
}
/* -- topmenu -- */
#topmenu {
	width: 400px;
	color: #9A9A9A;
	text-align: right;
	text-transform: lowercase;
	float: right;
	display: inline;
	margin: 83px 0px 0px 0px;
		/*border: solid 1px #000;*/
}
#topmenu a {
	color: #9A9A9A;
	text-decoration: none;
}
#topmenu a:hover {
text-decoration: underline;	
}
/* -- main menu -- */
#mainmenu {
	height: 32px;
	background-image: url(multicms/images/mainmenu_bg.gif);
	background-position: center center;
	background-repeat: repeat-x;
	margin: 0px;
}




/* -- content -- */
#content {
	width: 100%;
}
#content td {
	font: 11px arial;
}
#content .content-heading {
	
}
#content .content-text {
	height: 500px;
	padding: 10px;
}
#content .content-text h1 {
	font: bold 14px arial;
	color: #B70000;
	padding: 0px;
	margin: 5px 0px;
}
#content .content-text .content-image {
	width: 200px;
	height: 150px;
	float: right;
	display: inline;
	margin: 0px 0px 0px 20px;
}
#content .content-text .content-image img {
	width: 200px;
	height: 150px;
}
#content a {
	font-weight: bold;
	color: #b70000;
	text-decoration: none;
}
#content a:hover {
	color: #8A0202;
	text-decoration: underline;
}
#content a.redarrow {
	background-image: url(multicms/images/arrow_right_red.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}
#content a.redarrow:hover {

}
#content a img {
	border: none;
}



/* -- footer -- */
/* -- footer menu -- */
#footer-menu {
	color: #E4E4E4;
	margin: 10px 0px 0px 0px;
}
#footer-menu a {
	color: #E4E4E4;
	text-decoration: none;
}
#footer-menu a:hover {
	text-decoration: underline;
}
/* -- footer tag -- */
#footer-tag {
	color: #E4E4E4;
}
#footer-tag a {
	color: #FFF;
	text-decoration: none;
}
#footer-tag a:hover {
	color: #787878;
}
/* -- contact info -- */
#contact-info {
	color: #E4E4E4;
	margin: 5px 0px 0px 0px;
}








/* -- shortlist - events -- */
#shortlist-events {
		/*border: solid 1px #000;*/
}
#shortlist-events h1 {

}
#shortlist-events .date {
	display: inline;
}
#shortlist-events .text {
	font: 11px arial;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}
#shortlist-events .text .title {
	color: #000;
}
#shortlist-events .text .title b {

}
#shortlist-events .text a {
	font: bold 11px arial;
	color: #6e170b;
	text-decoration: none;
	text-transform: uppercase;
	/*
	background-image: url(multicms/images/arrow_r_dg.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	color: #375782;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	*/
}
#shortlist-events {

}

