/* GLOBAL */
* {
	padding:				0;
	margin:					0;
}

body {
	background-color:		#974B00;
	font-family:			verdana;
	font-size:				13px;
	color:					#800000;
}

/* MAIN WRAPPER */
#wrap {
	width:					960px;
	margin:					0 auto;
}

#body {
	background:				#FFFFCC url(./images/nav-bg.png) repeat-y 0 0;
	min-height:				300px;
	position:				relative;
}

/* HEAD CONTENT - HEADER */
#head {
	background-color:		#000000;
	height:					120px;
	position:				relative;
}

#head h1 {
	color:					#FFFFCC;
	font-size:				26px;
	font-weight:			normal;
}

/* LEFT CONTENT - NAVIGATION */
#left {
	float:					left;
	width:					160px;
	text-align:				center;
	color:					#FFFFCC;
	font-weight:			bold;
	font-size:				16px;
}

a.menu, a:hover.menu, a:visited.menu {
	display:				block;
	overflow:				hidden;
	width:					160px;
	height:					22px;		/* remember to take the padding into account */
	text-indent:			20px;
	padding-top:			3px;
	background:				#ffce69 url(./images/menu_bg.png) 0 0;
	color:					#ffffff;
	text-decoration:		none;
	font-weight:			bold;
	text-align:				left;
}

a:hover.menu  {
	background:				#ffce69 url(./images/menu_bg.png) 0 -25px;
	color:					#ff0000;
}

a.active-menu, a:hover.active-menu , a:visited.active-menu {
	display:				block;
	overflow:				hidden;
	width:					160px;		
	height:					22px;		/* remember to take the padding into account */
	text-indent:			40px;
	padding-top:			3px;
	background:				#FFFFCC;
	color:					#cc0000;
	text-decoration:		none;
	font-weight:			bold;
	text-align:				left;
}

/* RIGHT CONTENT - MAIN BODY */
#right {
	float:					right;
	width:					800px;
}

#right div {
	padding:				10px;
}

#right a , #right a:hover , #right a:visited{
	color:					#CC0000;
	font-weight:			bold;
}

#right table {
	width:					100%;
	border:					0;
	border-collapse:		collapse;
}

#right td {

	vertical-align:			top;
}

#right ul {
	list-style:				square;
	margin-left:			20px;
}

#right li {
	
}

/* FOOT CONTENT - LEGAL ETC */
#foot {
	width:					960px;
	clear:					both;
	background:				#ffce69 url(./images/foot-bg.png) repeat-x 0 0;
	height:					25px;
	overflow:				hidden;
	text-align:				right;
	font-size:				12px;
}

#foot p {
	padding-top:			5px;
	padding-right:			5px;
}

a.ekmenu, a:hover.ekmenu, a:visited.ekmenu {
	display:				block;
	overflow:				hidden;
	width:					160px;
	height:					19px;		/* remember to take the padding into account */
	text-indent:			20px;
	padding-top:			6px;
	background:				#FFCE69 url(./images/menu_bg.png) 0 0;
	color:					#ffffff;
	text-decoration:		none;
	font-weight:			bold;
	font-size:				10px;
	text-align:				left!important;
}

a:hover.ekmenu  {
	background:				#FFCE69 url(./images/menu_bg.png) 0 -25px;
	color:					#ff0000;
}

/* SLIDESHOW STUFF */

#slide-show {
	position:				relative;
}
#slide-images{
	position:				relative;
	display:				block;
	margin:					0px;
	padding:				0px;
	width:					600px;
	height:					400px;
	overflow:				hidden;
	border:					2px solid #CC0000;
}

#slide-images li{
	position:				absolute;
	top:					0;
	left:					0;
	display:				block;
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
}

#slide-images li img{
	display:				block;
}

.caption {
	font-size:				10px;
	text-align:				center;
}

