.body {
	background: #091405 url(background.jpg) no-repeat 50% 0;
	margin: 0px;
}

#header {
	position: fixed;
	top: 30%;
	height: 190px;
	width: 2000px;
	background: transparent url(header.png) repeat-x;
}

.heading {
	color: #D9E021;
	font-size: 24px;
	font-family: Trebuchet MS;
}

.subheading {
	color: #F9FFE3;
	font-size: 16px;
	font-family: Myriad Pro;
}

#contact {
	color: #F9FFE3;
	position:relative;
	top:-10px;
}

#contact a {
	color: #F9FFE3;
	text-decoration: none;
}

#contact a:hover {
	color: #D9E021;
}

#logo {
	padding: 80px 0px;
}

#logo table {
	width: 100%;
	text-align: right;
}

#menu {
	color: #F9FFE3;
	position: relative;
	top: 4px;
}

#menu a {
	color: #F9FFE3;
	text-decoration: none;
}

#menu a:hover {
	color: #D9E021;
}

#menu a:active {
	color: #D9E021;
}

.fixedstuff {
	position: relative;
	left: 10%;
	top: -36px;
	width: 300px;
	text-align: right;
	font-size: 14px;
	font-family: Myriad;
	float:left;
}

#content {
	float:left;
	position: relative;
	left: 200px;
	top: -3px;
	width: 750px;
}

#content table {
	padding-left: 20px;
}

.contenttitle {
	color: #FCF265;
	font-family: sans-serif;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
	left: -40px;
}

.contenttitle span {
	color: #F9FFE3;
	font-size: 10px;
}

.contentimage {
	background: transparent url(image-background.png) no-repeat;
	background-position: -20px -20px;
	width: 190px;
	height: 152px;
	position: relative;
	top: -10px;
}

.contentimage img {
	padding: 3px;
}

.contenttext {
	color: #F9FFE3;
	font-family: sans-serif;
	font-size: 11px;
	line-height: 12pt;
	padding: 20px 20px 0 20px;
	background: transparent url(text-background.png) no-repeat;
	background-position: -20px -20px;
	position: relative;
	left: -40px;
	width: 500px;
	height: 150px;
}

.contenttextlong {
	color: #F9FFE3;
	font-family: sans-serif;
	font-size: 11px;
	line-height: 12pt;
	padding: 0px 20px 0 20px;
	background: transparent url(textlong-background.png) repeat-y;
	background-position: -20px -20px;
	position: relative;
	left: 23px;
	height: 0px;
	width: 620px;
	overflow: hidden;

}

.trlongtext {
	height:0px;
}

#eventcatcher {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.readmore {
	padding-right: 40px;
}
