@charset "utf-8";
/* CSS Document */
body{
background-color:#000000;
text-align:center;
margin:0;
}


#wrapper{
margin:0 auto;
height:768px;
width:1010px;
text-align:center;
}

#header{
background-image:url(layoutIMGs/headerBG.jpg);
height:227px;
width:1010px;
}

#flash{
width:207px;
float:left;
margin-left:95px;
margin-top:-45px;
text-align:left;
}

#contentBG{
background-image:url(layoutIMGs/contentBG.jpg);
background-repeat:no-repeat;
height:541px;
width:1010px;
text-align:center;
}

#content{
top:228px;
width:990px;
height:420px;
text-align:left;
float:right;
}

#content ul li{
list-style:none;
font-size:1em;
color:#ffffcc;
}

#content p{
padding:0px 5px;
color:#ffffcc;
}

label {
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-left:100px;
	width: 200px;
	color:#ffffcc;
}

.contact{
margin-left:310px;
}

.videoPad{
padding:5px 5px;
}

#pictures{
height:520px;
overflow:auto;
}

.pic{
padding:5px 10px;
}

.jimg
{
padding:0px;
margin:0px;
}

.about{
padding-left:20px;
font-size:1.2em;
}

.leftPic{
padding:5px 10px;
float:left;
}

.rightPic{
padding:5px 5px;
float:right;
}

.contenth1{
margin-left:20px;
color:#ffffcc;
}

.quote{
color:#ffffcc;
float:right;
width:300px;
line-height:.8em;
border-left:none;
border-bottom:none;
border-right:none;
border-top:none;
margin:0px 5px 20px 10px;
}

.innertQuote{
border:1px solid #310401;
}

h4{
}

.leftVid{
padding:0 50px 5px 5px;
float:left;
}

.rightVid{
padding:5px 5px 5px 5px;
}

.video{
text-align:center;
}



--this was from lexys---

#content table{
	text-align:center;
	margin:10px auto;
	width: 100%;
	border-collapse:collapse;
}

table th{
	text-align:center;
	background-color:#000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #ccc;
	border-collapse:collapse;
	color:#ccc;
}

table td{
	border-collapse:collapse;
	text-align:center;
	color:#FFFFcc;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	 border-bottom:1px solid #000000;
	 line-height:1.2em;
}

table tr{
	border-collapse:collapse;
	text-align:center;
	color:#FFFFFF;
	 border-collapse:collapse;
}

.tabletr{
	background-color:#333333;
	color:#ffffcc;
}

