* {
	margin: 0;
}
html, body {
	height: 100%;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
#footer, .push {
	height: 2em;
}
#footer {
	vertical-align: middle;
}
body {
	padding: 0px;
	background: #202020;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	text-align: left;
	letter-spacing: 2px;
	line-height: 16px;
}
a {
	color: #eeeeee;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr { 
	border: 1px solid White;
}
#logo {
	position: absolute;
	width: 314px;
	height: 90px;
	top: -20px;
	left: -30px;
	/*   top: 160px;
	left: 95px;
*/
	background: url(/templates/blank/images/heartofsteel.png) no-repeat 0 0;
	z-index: 10;
}
#container {
	background: Black;
	position: relative;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 20px;

}
#header {
	height: 350px;
}
#header-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 350px;
}
#header-menu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 350px;
}
#content {
	padding: 10px;
}
#footer {
	text-align: center;
	width: 600px;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	background-color: #900030;
	margin-left: auto;
	margin-right: auto;
}
#main_image {
}
#main_image, #main_image img {
	width: 450px;
	height: 350px;
}
#menu {
	background: #900030;
	width: 450px;
	top: 359px;
	height: 30px;
}
#menu ul {
	height: 25px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	padding-top: 5px;
}
#menu li {
	display: inline;
	padding: 2px;
}
#menu a {
	color: #eeeeee;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #eeeeee;
	font-weight: bold;
	text-decoration: underline;
}
.font-grey {
	color: #888888;
}
.agenda-block {
	padding: 5px;
	vertical-align: bottom;
	height: 40px;
}
.agenda-block-date {
	float: left;
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.agenda-block-date-day {
	background: #666666;
	color: Black;
	text-align: center;
	font-weight: bold;
}
.agenda-block-venue {
	margin-left: 50px;
}
.agenda-block-venue a {
	color: #eeeeee;
	text-decoration: none;
}
.agenda-block-venue a:hover {
	color: #eeeeee;
	text-decoration: underline;
}
#content input, #content textarea {
	border: 1px solid #eeeeee;
	margin: 0px;
	padding: 0px;
}
#content img {
	border: 1px solid #900030;
	margin: 2px;
}
#content img.button, #content td img {
	border: 0px;
}
#mycarousel img {
    border: 0px;
	margin: 0px;
}
/* START: Gallery */
.gallery li {
	border: 3px double #111;
	margin: 0 2px;
	background: #000;
}
.galleria {
	list-style: none;
	width: 490px;
	text-align: left;
	height: 300px;
}
.galleria li {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0
}
.galleria li a {
	display: none
}
.galleria li div {
	position: absolute;
	display: none;
	top: 0;
	left: 180px
}
.galleria li div img {
	cursor: pointer
}
.galleria li.active div img, .galleria li.active div {
	display: block
}
.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto
}
.galleria li .caption {
	display: block;
	padding-top: .5em
}
* html .galleria li div span {
	width: 400px
}
/* MSIE bug */
/* END: Gallery */
/* start jcarousel */
/** * This <div> element is wrapped by jCarousel around the list * and has the classname "jcarousel-container". */
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	left: 45px;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 75px;
	height: 75px;
}
/** * The buttons are added dynamically by jCarousel before * the <ul> list (inside the <div> described above) and * have the classnames "jcarousel-next" and "jcarousel-prev". */
.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
}
/* end jcarousel */
/* start tango jcarousel */
.jcarousel-skin-tango.jcarousel-container {
	-moz-border-radius: 5px;
	background: #111;
	border: 1px solid #333;
}
.jcarousel-skin-tango.jcarousel-container-horizontal {
	width: 490px;
	padding: 10px 40px;
}
.jcarousel-skin-tango.jcarousel-container-vertical {
	width: 75px;
	height: 245px;
	padding: 40px 20px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  490px;
	height: 100px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
	width:  75px;
	height: 245px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 85px;
	height: 85px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right: 8px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
	margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #000;
	color: #fff;
}
/** *  Horizontal Buttons */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 38px;
	right: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/templates/blank/images/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 38px;
	left: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/templates/blank/images/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
/** *  Vertical Buttons */
.jcarousel-skin-tango .jcarousel-next-vertical {
	position: absolute;
	bottom: 5px;
	left: 43px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/templates/blank/images/next-vertical.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
	background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
	position: absolute;
	top: 5px;
	left: 43px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/templates/blank/images/prev-vertical.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
	background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
	background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
	cursor: default;
	background-position: 0 -96px;
}
/* end tango jcarousel */

