/* start gerneral */
html, body {
	background: url(../../image/bg/events.jpg) #FF0202 repeat-x;
}
input, select, textarea {
	border: 1px #57B5EC solid;
	background-color: #FFFFFF;
	color: #000000;
}
/* end general */

/* start middle */
#middle {
}
	#md_nav {
	}
		#md_nav a {
			color: #FFFFFF;
		}
	#md_nav_news {
		border: 1px solid #AB0101;
	}
		#md_nav_news a {
			color: #FFFFFF;
		}
			#md_nav_news a:hover {
				color: #000000;
			}
	#md_content {
		color: #FFFFFF;
		background-color: #AB0101;
	}
		#md_content_text p a, #md_content_text div a {
			color: #FFFFFF;
		}
	#md_sidebar {
	}
		#md_sidebar_lang, #md_sidebar_lang a {
			color: #FFFFFF;
		}
		#md_sidebar_address, #md_sidebar_address a {
			color: #FFFFFF;
		}
			#md_sidebar_address #telephone {
				background: url(../../image/icon/phone_white.gif) 0px 4px no-repeat;
			}
/* end middle */
	
/* start footer */
#footer {
}
/* end footer */