/* CSS Document */
html {
  overflow-y: scroll;
}
body {
	position: relative;
	text-align: left;
	width: 980px;
	height: 100%; 
	margin: auto;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}
.whole{
	width: 980px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.banner {
	height: 380px;
	width: 100%;
	background-image: url(images/bg_purple_l-purple.gif);
}
.navigation {
	width: auto;
	height: 30px;
	background-color: #DF9A3E;
	padding-top: 14px;
	padding-left: 50px;
	color: #FFFFFF;
	font-size: 13px;
}
.navigationA {
	text-decoration: none;
	color: #000000;

}
.navigationA:hover {
	text-decoration: none;
	color: #ffffff;

}
.navigationActive {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.mainContent {
	position: relative;
	clear: both;
	width: auto;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 50px;
}
.contentLeft {
	float: left;
	position: relative;
	width: 450px;
	font-size: 14px;
	line-height: 18px;
}
.contentRight {
	float: left;
	position: relative;
	left: 20px;
	width: 430px;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}
.contentFull {
	float: left;
	position: relative;
	width: 880px;
	font-size: 14px;
	line-height: 18px;
}
.bottom{
	clear: both;
}
.brown18 {
	font-size: 18px;
	color: #683B5D;
}
#whole #mainContent #contentLeft img {
	margin-right: 15px;
}
.brown12 {
	font-size: 12px;
	color: #451D0D;
}
.orange13 {
	font-size: 15px;
	color: #DF9A3E;
	line-height: 20px;
}
.pageName {
	position: relative;
	float: left;
	background-color: #FFFFFF;
	top: 40px;
	left: 50px;
}
.logo {
	position: relative;
	float: left;
	background-color: #FFFFFF;
	top: 15px;
	left: 476px;
}
.homeImage {
	position: relative;
	clear: both;
	height: 295px;
	width: 935px;
	top: 16px;
	left: 25px;
}

.whatWeDoImage {
	position: relative;
	clear: both;
	height: 295px;
	width: 940px;
	top: 16px;
	left: 0px;
}

.communityImage {
	position: relative;
	clear: both;
	height: 295px;
	width: 960px;
	top: 16px;
	left: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#whole #mainContent #div img {
	margin-right: 15px;
}
.flashmovie {
	float: right;
	width: 379px;
	margin-left: 40px;
	margin-bottom: 15px;
}
.films_logo {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: none;
}

.gallery img a {
	margin:5px;
	border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.gallery tr td a img {
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	border-color:#999;
	border-style:solid;
	border-width:1px;
}

.noMargin {
	margin-right:none;
}

