/* @override 
	http://txxpromotions.co.uk/css/layout.css
*/

div.container {
	position: relative;
	z-index: auto;
	height: 1100px;
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	top: 0px;
}

div.thetop {
	height: 100px;
	background: url(../images/txx-web.png) no-repeat;
	z-index: 1;
}

div.thepage {
	text-align: left;
	background: url(../images/hor_fill.png) repeat-y;
}

div.thebottom {
	height: auto;
	padding-top: 15px;
	background: url(../images/foot_fill.png) no-repeat;
	border-top: 2px solid #d2ddde;
	border-bottom: 2px solid #d2ddde;
}

div.header {
	top: 5px;
	left: 500px;
	height: 90px;
	width: 450px;
	position: absolute;
	display: block;
	z-index: 9;
}


div.leftBar {
	position: absolute;
	width: 200px;
	height: auto;
	top: 152px;
	left: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	display: block;
	background-color: #fdfe6e;
}

div.rightContent {
	position: relative;
	min-height: 500px;
	height: auto;
	margin-left: 226px;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: -6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	display: block;
	float: none;
}

div.content {
	position: relative;
	min-height: 500px;
	height: auto;
	padding-right: 40px;
	padding-left: 40px;
	display: block;
	float: none;
}

div.mainnavtop {
	height: auto;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 6px;
	display: block;
	clear: both;
}

div.subnavtop {
	height: auto;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 6px;
	display: block;
	clear: both;
	background-color: #fdfe6e;
}

div.subnavbottom {
	height: auto;
	position: relative;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	clear: both;
	background-color: #fdfe6e;
}

div.mainnavbottom {
	height: auto;
	position: relative;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	clear: both;
}

div.footer {
	position: relative;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	clear: both;
}

div.event {
	position: relative;
	height: auto;
	width: 700px;
	border: 2px solid #0409ff;
	padding: 4px;
	margin-bottom: 10px;
}

div.venue {
	position: relative;
	height: auto;
	width: 700px;
	border: 2px solid #f00;
	padding: 4px;
	margin-bottom: 10px;
}

