body {

background-image:url(images/background.png);

}

img {
	border:0px;
}

#wrapper {
width:800px;
background-image:url(images/mid.png);
background-repeat:repeat-y;
background-color:#ffffff;
margin:10px auto;
}

#topcap {
width:800px;
height:28px;
background-image:url(images/top.png);
background-repeat:no-repeat;
}

#endcap {
width:800px;
height:35px;
background-image:url(images/bottom.png);
background-repeat:no-repeat;

}

#header {
width:780px;
margin:0 auto;
}

#footer{
	color:white;
	height:35px;
	text-align:center;
	font-weight: bold;
}

#footer a{
	color:white;
}


.movieimage {

width:100px;
}
.moviedesc{

	width: 600px;
	border-left: medium solid #EEEEEE;
	padding-left:5px;
	padding-top:5px;
}

.moviecontainer
{
	width: 750px;
	border: dashed solid #EEEEEE;

}

#maincontent {

width:750px;
margin:0px auto;
}

.descriptiontxt {
width:400px;
float:left;
}

/* Tab sections*/
#tabs {
      float:left;
      width:95%;

      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableftG.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabrightG.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }

    #tabs a span {float:none;}

    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
		}
		
		
/* For the actual video player on each video */		
.sidevideo{
	background-color: #E6E6E6;
	width: 150px;
	border: 2px solid #CFCFCF;
	margin-left: -59px;
	margin-bottom:3px;
}

#vids{
	width:650px;

}
#sidecap{
	width:125px;
	float:right;
	text-align:center;
	padding-left:5px;
	margin-top:48px;
}


/*For the contact table */


.contactheader {
	width:200px;
	background-color: Black;
	color:white;
}

.contactcontainer {
	width:200px;
}

.contactinfo {
	width:200px;
	color:black;
	font-size:12px;
}

#sayitaintso {
	width:700px;
	margin:5px auto;
	text-align:center;
}

#map {
	float:right;
}
