@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0px;
	color:#000;
	width: 100%;
	overflow-x:auto;
	overflow-y:auto;

}

em {
	color:#FF0000;
	}

div, h1, h2, p, form, label, textarea, img, span {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	border:0;
	font-size: 14px;
}
a {
	color:#000000; 
	text-decoration:none; 
}

a:hover{
	color:#FF6600;
	text-decoration:none;
}

#header {
	height: 40px;
	width:1250px;
	background-image:url(../images/bg_grey.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:36px;
}
#headerBar {
	height: 40px;
	margin-top: 50px;
	width:100%;
	background-color:#3A3A3C;
}

#nav {
	height: 30px;
	width: 1250px;
	background-image:url(../images/bg_grey.png);
	background-repeat:repeat-x;
	color: #FFF;
	overflow: hidden;

}
#nav img {
	margin-left: 9px;
}

#footer {
	height: 100px;
	width: 1250px;	
}

#footer #contact {
	float: right;
	height: 100px;
	width: 350px;
	margin-left:213px;
	margin-right: 10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.contactName {
	font-size: 18px;
	font-weight: bold;
}
#news {
	float: left;
	height: 100px; 
	width: 500px;
	margin-top: 10px; 
    margin-left: 175px;
}

#center {
	height: 390px;
	width: 100%;
	overflow:auto;
}

#imagelist350 {
	margin-top:0px;
	height: 360px;
	background-color: #FFF;
}
#imagelist350 img {
	margin-left:10px;
	margin-top:5px;
	margin-right:10px;
	
}
#centerTextContainer {
	margin: 0 auto;
	float: none;
	height: auto;
	width: 900px;
	padding-top: 10px;
	
}
#centertext800 {
	width: 800px;
	height:390px;
	margin: 0 auto;
	text-align:left;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#nav #navLeft {
	float: left;
}
#nav #navRight {
	float: right;
	height: 35px;
	margin-left: 100px;
	margin-right: 10px;
}#reelHeader {
	margin-left: 20px;
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#reel_list {
	height: 360px;
	background-color: #FFF;
}
#reel_list li {
	list-style:none;
	display:inline;
}
#reelTable { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#reelTable tr td {
	height:320px;
	width:320px;
	vertical-align:top;
	text-align:center;
	background-color: #E1E1E1;
}
#reelTable img {
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
}
#navBar {
	height: 30px;
	width: 100%;
	background-color: #3A3A3C;
}
