/* Cascading Style Sheet for United Church of Bernardston */
/* Author: Tim Artus - Fast Break Web Design and Development */
/* Date Created: 4/8/2007 */
/* Date Last Updated: 4/12/2007 */

.header		{ top: 0px;
		  left: 0px;
		  width: 980px;
		  height: 200px;
		  position: absolute;
		  background-color: #330066;  }

.ucc		{ top: 10px;
		  left: 50px;
		  width:  125px;
		  height:  155px;
		  position: absolute; }

.title		{ top: 10px;
		  left: 190px;
		  width: 600px;
		  position: absolute;
		  text-align: center;
		  color: white; }

.umc		{ top: 10px;
		  right: 50px;
		  width: 83px;
		  height: 155px;
		  position: absolute; }

.links		{ top: 200px;
		  left: 0px;
		  width: 170px;
		  min-height: 1465px;
		  position: absolute;
		  padding-left: 5px;
		  padding-right: 5px;
		  padding-top: 5px;
		  padding-bottom: 5px;
		  background-color: white;
		  border-left: 10px solid #330066;
		  border-right: 10px solid #330066;
		  border-bottom: 10px solid #330066;
		  font-size: 10pt; }


.linkslower	{ line-height: 40px;
		  font-size: 12pt; }

.content	{ top: 200px;
		  left: 200px;
		  width: 740px;
		  
		  position: absolute;
		  background-color: white;
		  padding-right: 10px;
		  padding-left: 30px;
		  padding-top: 30px;
		  padding-bottom: 20px; }

.footer		{ bottom: 5px;
		  left: 0px;
		  width: 740px;
		  height: 10px;
		  position: absolute;
		  text-align: center;}

.leftpicture	{ float: left;
		  padding-right: 20px; }

.rightpicture	{ float: right;
		  padding-left: 10px;
		  clear: left; }

.bottompicture	{ margin-left: 85px; }

.highlight	{ font-weight: bold; }

.center		{ text-align: center; }

.small		{ font-size: x-small;
		  line-height: 20px; }

.italics	{ font-style: italic; }

address		{ font-size: 12px;
		  text-align: center; }

body		{ background-color: white; }

h1		{ font-family: "trebuchet ms";
		  text-align: center; 
		  color: white;
		  font-size: 28pt; }

h2		{ font-size: 18pt; }

h3		{ text-align: center; }

div		{ font-family: "trebuchet ms"; }


		  


