
#splashImg {
	border: 2px solid #ffffff;
	margin-top: 20px;
}

body, p, div, span { 
	font-size: 10pt;
	font-family: PT serif, serif;
}

body	{
	background: #ffffff;
 	color: #140607;
	text-align: center;
	min-width: 950px;
}

a	{ color: #820024; }

div.outer1 {
	width: 950px;
	min-height: 912px;
	margin: 0px auto;
	overflow: hidden;
	border: 1px solid #820024;
	background: #ffffff;
	padding: 10px 40px;
}

div.main {
	position: relative;
        width: 950px;
	top: 0px;
        margin: auto;
	text-align: left;
	/* overflow: hidden; */
	background-color: #ffffff;
	border: none;
}

div.mid  {
	position: relative;
	z-index: 100;
	height: 30px;
}

header {
	color: #f8991d;
	font-size: 14pt;
	font-weight: bold;
}

div.HEADER {
	height: 80px;
	width: 950px;
	width: 100%;
	background: #ffffff url('http://www.lindyshowdown.net/images/eventName.png') no-repeat right;
}

img.logo {	
	position: relative;
	top: 0px;
	left: -18px;
	z-index: 0;
}

div.nav	{
	width: 806px;
	clear: both;
	right: 10px;

	position: absolute;
	top: 70px;
	
	
	z-index: 2;
}

div.FIGURES {
        width: 950px;
        height: 300px;
        top: 45px;
        position: relative;
        overflow: hidden;
	border-bottom: 2px solid #f8991d;
	background-image: url("images/rightBackground.png");
	
}

div.FIGURE  {
        width: 500px;
        height: 300px;
        padding: 0px;
	position: absolute;
        display: block;
        overflow: hidden;
}

div.FIGURE#left {
        left: 0px;
        z-index: 1;
	background-image: url("images/photograph.jpg");
	background-repeat: none;
}

div.FIGURE#right {
        right: 0px;
	width: 440px;
	background-repeat: none;
	position: absolute;
	left: 500px;
	font-size: 10pt;
	vertical-align: middle;
}

div.contentContainer {
	position: relative;
	width: 950px;
	top: 45px;
	background-color: #FFFFFF;
}

div.contentContainer .left {
	width: 220px;
	float: left;
	padding-left: 10px;
        padding-right: 10px;
	display: block;
	max-height: 200px;
}

div.contentContainer .SECTION {
        width: 446px;
        display: block;
        overflow: auto;         background-color: #FFFFFF;
        font-size: 10pt;

	border-left: 2px solid #f8991d;
	border-right: 2px solid #f8991d;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	min-height: 200px;
}

div.contentContainer .right {
	width: 220px;
        float: left;
	display: block;
	padding-left: 10px;
        padding-right: 10px;
	z-index: 5;
	max-height: 200px;
}

div.footerContainer {
	background: url("images/bottomBack.png") no-repeat;
	top: 30px;
	height: 200px;
	position: relative;
	width: 950px;
	font-size: 12pt;
}

div.footerContainer .left, div.footerContainer .right {
	width: 220px;
	height: 170px;
        float: left;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
	border-bottom: 2px solid #f8991d;
}

div.footerContainer .mid {
	width: 212px;
	height: 170px;
        float: left;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
	border-left: 2px solid #f8991d;
	border-bottom: 2px solid #f8991d;
}

div.footerContainer .right { 
  	border-left: 2px solid #f8991d;
}

div.footerContainer h3, div.footerContainer a {
	color: white;
}

div.footerContainer ul {
	left: -10px;
	list-style-position: outside;
	color: white;
	font-size: 10pt;
}



div.footerContainer .contact {
	color: white;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	color: #f8991d;
	line-height: 100%;
	letter-spacing: 1px;
	font-family: PT sans, sans-serif;
}

h1 { font-size: 24pt; color: #820024; }
h2 { font-size: 18pt; }
h3 { font-size: 12pt; }


