body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	background-color:#1d1d21;
}
body a:link{
	color:#000000;
	text-decoration:underline;
}
body a:visited{
	color:#000000;
	text-decoration:underline;
}
body a:hover{
	color:#E90C7E;
	text-decoration:underline;
}
#main_table{
	background:#f2e4ec;	
}
#header_image{
	margin-top:10px;
}
#main_content{
	background:#f2e4ec;
	padding:10px;
}
#menu_container{
	width:910px;
	background:url('../../images/template/menu_bg.jpg');
	height:30px;
}
#content_container{
	background:url('../../images/template/content_container_bg.jpg') no-repeat;
	width:600px;
	padding:30px 20px 0px 20px;
	font-size:12px;
	text-align:justify;
}
.content_image{
	padding:5px;
	border:solid 1px #CCCCCC;
	background:#FFFFFF;
}
#side_bar{
	background:url('../../images/template/sb.gif') no-repeat;
	width:198px;
	height:389px;
	padding:10px;
	margin-top:25px;
}
#fancymenu {
	position: relative;
	height: 29px;
	width: 570px;
	background: url('../../images/menu/bg.gif') no-repeat top;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
}
#fancymenu li.background {
	background: url('../../images/menu/bg_menu_right.png') no-repeat top right !important;
	background: url('../../images/menu/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}
#fancymenu .background .left {
	background: url('../../images/menu/bg_menu.png') no-repeat top left !important;
	background: url('../../images/menu/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#fancymenu ul {
	padding: 0;
	margin: 0;
}
/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#fancymenu ul li {
	float: left;
	list-style: none;
}
#fancymenu ul li a {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}
#menu_home a {
	width: 140px;
	background: url('../../images/menu/menu_home.png') no-repeat center !important;	
	background: url('../../images/menu/menu_home.gif') no-repeat center;
}
#menu_about a {
	width: 140px;
	background: url('../../images/menu/menu_about.png') no-repeat center !important;	
	background: url('../../images/menu/menu_about.gif') no-repeat center;
}
#menu_events a {
	width: 140px;
	background: url('../../images/menu/menu_events.png') no-repeat center !important;	
	background: url('../../images/menu/menu_events.gif') no-repeat center;
}
#menu_contact a {
	width: 140px;
	background: url('../../images/menu/menu_contact.png') no-repeat center !important;	
	background: url('../../images/menu/menu_contact.gif') no-repeat center;
}
#brand{
	margin-top:10px;
	text-align:center;
	font-size:10px;
	color:#666666;
}
#brand a:link{
	text-decoration:underline;
	color:#666666;
}
#brand a:visited{
	text-decoration:underline;
	color:#666666;
}
#brand a:hover{
	text-decoration:underline;
	color:#CCCCCC;
}
.standard_header{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:5px;
}