@charset "utf-8";
/* CSS Document */
body{
	background-image: url(images/main-bg.png);
	background-repeat: repeat-x;
	background-color: #b1c41c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0px;
}
a{
	outline: none;
	text-decoration: none;
}
.galleryThumb{
	border: 2px solid #CCCCCC;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.daredevilAdd{
	position: relative;
	top: 50px;
	left: 500px;
	width: 314px;
	font-size: 11px;
	color: #FFFFFF;
}
.daredevilAdd a{
	text-decoration: underline;
	color: #e10303;
}
.pageMainTitle{
	color: #f10000;
	font-size: 23px;
	padding-top: 15px;
	text-align: center;
}
.pageMain{
	margin: 0 auto;
	width: 785px;
}
.contentPadding{
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}
.topBarMain{
	margin: 0 auto;
	background-image: url(images/top-bar.png);
	background-repeat: no-repeat;
	width: 864px;
	height: 447px;
	margin-top: 15px;
	margin-bottom: 30px;
	z-index: 0;
}
.topBarLogo{
	position: relative;
	top: 140px;
	left: -20px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 358px;
	height: 259px;
}
.topBarMenuHolder{
	position: relative;
	top: 34px;
	left: 50px;
	width: 530px;
	height: 120px;
}
.topBarBTNHome{
	position: relative;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-right: 45px;
	top: 92px;
	left: 70px;
}
.topBarBTNAboutRun{
	position: relative;
	background-image: url(images/btn-aboutrun.png);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-right: 92px;
	top: 76px;
	left: 90px;
}
.topBarBTNAboutLill{
	position: relative;
	background-image: url(images/btn-aboutlilleshall.png);
	background-repeat: no-repeat;
	padding-bottom: 25px;
	padding-right: 101px;
	top: 54px;
	left: 110px;
}
.topBarBTNContact{
	position: relative;
	background-image: url(images/btn-contact.png);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-right: 71px;
	top: 42px;
	left: 130px;
}
.contentTop{
	background-image: url(images/content-top.png);
	background-repeat: no-repeat;
	width: 789px;
	height: 31px;
}
.contentMiddle{
	background-image: url(images/content-middle.png);
	background-repeat: repeat-y;
	width: 789px;
	float: left;
}
.contentBottom{
	background-image: url(images/content-bottom.png);
	background-repeat: no-repeat;
	width: 789px;
	height: 57px;
	margin-bottom: 20px;
	float: left;
}
.footerText{
	top: 9px;
	left: 20px;
	position: relative;
	color: #FFFFFF;
	font-size: 11px;
}
