html {
	height:100%;
}

body {
	background:#fff;
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Georgia,Verdana,Arial,"Sans-Serif";
	height:100%;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

a:active {
	border:0px;
}

#container {
	margin:0px;
	padding:0px;
	height:100%;
	position:relative;
}

#header {
	height:80px;
	width:100%;
	background-image:url(../images/red_stripes.png);
	background-position:top left;
	background-repeat:repeat-x;
}
#headerImage {
	height:80px;
	width:400px;
	background-image:url(../images/markolver.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:100px;
}
h1 {
	height:20px;
	width:400px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	display:block;
	margin:0px;
	padding:0px;
}

p {
	margin-top:0px;
}

#topstripe {
	position:absolute;
	top:61px;
	left:0px;
	height:100px;
	width:80px;
	background-image:url(../images/red_stripes_v.png);
	background-position:top left;
	background-repeat:repeat-y;
}

#navigation {
	white-space:nowrap;
	margin-left:100px;
	/*margin-left:127px;*/
	padding-bottom:15px;
}

#navigation ul {
	padding:0;
	margin-left:0px;
	margin-top:0px;
	display:block;
	height:30px;
/*	overflow:hidden;*/
	font-size:10px;
}

#navigation li {
	display:inline;
	overflow:hidden;
	background:#fff;
	font-weight:bold;
	color:#8F0000;
	margin:0 1px 0 0;
}

#navigation li img {
	vertical-align:top;
}

#navigation #navFirst {
	padding-left:0;
}

#navigation li a {
	height:100%;
	font-weight:bold;
	color:#8F0000;
	text-decoration:none;
}

#navigation li a:hover {
	font-weight:bold;
	color:#8F0000;
	/*text-decoration:underline;*/
	padding-bottom:0px;
	border-bottom:1px solid #8f0000;
}

#navigation .current {
	border:0px;
	border-top:1px;
	border-bottom:1px;
	border-color:#8f0000;
	border-style:solid;
	padding-bottom:0.15em;
}

#content {
	border-top:5px solid #fff;
	padding-right:15px;
	background-image:url(../images/red_stripes_v.png);
	background-position:top left;
	background-repeat:repeat-y;
}

#passport {
	position:absolute;
	top:-5px;
	left:-100px;
	width:80px;
	height:380px;
	background-image:url(../../cms/frontpage/passport.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#midcol {
	display:block;
	position:relative;
	top:0px;
	left:0px;
	margin-left:100px;
	padding-right:240px;
	height:1%;
	margin-bottom:10px;
	min-width:460px;
}

.imgLeft {
	margin:0 1em 0 0;
	float:left;
}
.imgRight {
	margin:0 0 0.5em 1em;
	float:right;
}

.leftColImg {
	position:absolute;
	float:left;
	left:5px;
	bottom:30px;
}

* html .leftColImg {
	position:absolute;
	float:left;
	left:5px;
	bottom:100px;
}

.borderedImage {
	border: 1px solid #000;
}

#rightcol {
	width:200px;
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	padding:0px;
	margin:0px;
}

#rightcol .rightBox {
	display:block;
	padding:0px;
	margin-bottom:20px;
	background:#F1F7F8;
	border-bottom: 4px solid #8F0000;
}

#rightcol .rightBox h2 {
	width:200px;
	height:30px;
	text-align:center;
	font-size:110%;
	font-weight:normal;
	color:#8F0000;
	margin-top:0px;
}


#rightcol .rightBox h2  span {
	visibility:hidden;
}

#newsbox {
	background-image:url(../images/news.png);
}
#gigsbox {
	background-image:url(../images/gigs.png);
}
#contactbox {
	background-image:url(../images/contact.png);
}

#rightcol .rightBox p {
	padding:5px 10px 10px 10px;
	margin:0;
}

#rightcol .rightBox a {
	color:#000;
	border-bottom: 1px dotted #000;
	text-decoration:none;
}

#rightcol .rightBox a:hover {
	color:#8F0000;
	border-bottom: 1px dotted #8f0000;
	text-decoration:none;
}

#rightcol .rightBox ul {
	padding:0 3px 1em 2em;
	margin:0;
	list-style-type:disc;
}
#rightcol .rightBox li {
	padding-bottom:5px;
	padding-top:5px;
}


.newsitem, .gig {
	margin-bottom:1em;
}
.newsdate, .gigdate {
	font-size:80%;
	font-weight:normal;
	white-space:nowrap;
}
.newsheader, .gigheader, .infoheader, .gbheader {
	border-top:1px solid #8F0000;
	width:100%;
	padding:0.3em;
	margin-left:-2px;
	background:#F1F7F8;
	vertical-align:middle;
}
.gbheader {
}
.newstitle, .gigtitle, .infotitle, .gbtitle{
	font-size:110%;
	font-weight:bold;
	margin-right:3em;
}

.gbtitle {
	font-size:90%;
	font-weight:normal;
	margin-right:0px;
}

.infoheader {
	margin-bottom:1em;
}



#txtPageNavigation {
	border-top: 1px solid #8F0000;
	font-size:80%;
}



.errortext {
	font-size:110%;
	color:#f00;
	padding:5px;
	border:1px solid #a00;
}
.adminbody {
	padding:10px;
}










/* #3AA5B3 */
