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



.linksbar {
	height: 40px;
	width: 650px;
	text-decoration: none;   
	list-style-type: none;
	text-align: center;
	background-color: d3d3d3;
	padding: 20px;
	margin: 50px 50px;
	border-right: 6px solid #red;
	border-left: 6px solid #red;
	border-top: 10px solid #black;
	border-bottom: 6px solid #black;
}

.linksbar a:link {
	text-decoration: none;
	color: #blue;
}
.linksbar a:visited {
	text-decoration: none;
	color: #maroon;
}
.linksbar a:hover {
	text-decoration: underline;
	color: #black;
	font-family: Verdana, sans-serif;
}

.linksbar a:active {
	text-decoration: underline;
	color: #red;
}



.bottombar {
	height: 40px;
	width: 650px;
	text-decoration: none;   
	list-style-type: none;
	text-align: center;
	background-color: d3d3d3;
	padding: 20px;
	margin: 50px 50px;
	border-right: 6px solid #red;
	border-left: 6px solid #red;
	border-top: 6px solid #black;
	border-bottom: 10px solid #black;
}
	

.bottombar a:link {
	text-decoration: none;
	color: #blue;
}

.bottombar a:visited {
	text-decoration: none;
	color: #maroon;
}

.bottombar a:hover {
	text-decoration: underline;
	color: #black;
	font-family: Verdana, sans-serif;
}

.bottombar a:active {
	text-decoration: underline;
	color: #red;
}



#container {
	width: 920px;
	margin: auto;
	background: #d3d3d3;
	border-right: 2px solid #FF0000;
	border-left: 2px solid #FF0000;

}


body {
	background-color: #000;
	/*background-image: url(images/background.jpg);
	background-repeat: no-repeat;*/
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
}





#maincontent {
	font-size: %80;
	height: 500px;
	width: 670px;
	margin-left: 40px;
	margin-right: 40px;
}


#maincontent2 {
	font-size: %80;
	height: auto;
	width: 670px;
	margin-left: 40px;
	margin-right: 40px;
}


#maincontentaboutus {
	font-size: %80;
	height: 1500px;
	width: 800px;
	margin-left: 40px;
	margin-right: 40px;
}


#maincontentgallery {
	font-size: %80;
	height: 1700 px;
	width: 670px;
	margin-left: 40px;
	margin-right: 40px;
}



.gallery {
	margin: 10px;
	padding: 10px;
}


.photogallery {

	font-size: %80;
	height: 900px;
	margin-left: 40px;
	margin-right: 10px;
	width: 820px;
}


#aboutusfilmmakers {
	font-size: %80;
	height: auto;
	width: 850px;
	margin-left: 40px;
	margin-right: 40px;
}



#mainheading {
	padding: 0px;
	margin: 0px;
}



#breadcrumb {
	font-size: 0.75em;
}


.mainpic  {
	margin: 80px;
	padding: 150px;
}



.nonvolologo {
	margin: 10px 20px 10px 20px;
}

#filmsocietylogo {
	margin: 10px 20px 10px 20px;
}


#caption {
	float: center;
	
}

	
	
	
h1 {

	line-height:3em;
	font-weight: bold;
	color: navy;
	font-size: %400;
	font-family: Helvetica, sans-serif;
	
}
	
	
	
	
h2 {

	line-height:1em;
	font-weight: bold;
	color: black;
	font-size: %200;
	font-family: Helvetica, sans-serif;
	
}


h3 {

	line-height: 1em;
	font-weight: bold;
	color: navy;
	font-size: %100;
	text-align: center;


}
	
	
		
h4 {

	line-height: 1em;
	font-weight: bold;
	color: maroon;
	text-align: center;
	font-family: Helvetica, sans-serif;
	text-shadow: #000;
}
	

h5 {

	font-weight: bold;
	color: blue;
	font-family: Verdana, sans-serif;

}




.filmmakerspage  {

	line-height: 2em;
	font-weight: bold;
	width: 650px;
	height: 120px;
	border: medium 3px navy;
	margin: 20px;
	padding: 20px;
	background-color: #FFFFFF;

}












