/* Wareside pages style sheet */
body 	{
	font-family: "Arial";
	color: black;
	font-size: 10pt;
	background: #cccccc;
	text-align:center;
}

a:link {color: black;}
a:visited {color: black;}
a:hover {color:blue;}
a:active {color: red;}


div {
     display:block;
     color:black;
     text-align:left;
}



div.header {
	top:0px;
	width:1000px;
        height:250px;
	background:url(stewardshipheader.jpg);
}
	


div.maincontainer {
	top:0px;
	width:1000px;
	height:400px;
	background-color: #dddddd;
}


div.fmaincontainer {
	top:0px;
	width:1000px;
	height:770px;
	background-color: #dddddd;
}

div.longmaincontainer {
	top:0px;
	width:1000px;
	height:600px;
	background-color: #dddddd;
}

div.vlongmaincontainer {
	top:0px;
	width:1000px;
	height:2500px;
	background-color: #dddddd;
}

div.qlongmaincontainer {
	top:0px;
	width:1000px;
	height:1750px;
	background-color: #dddddd;
}

div.gallerycontainer {
	top:0px;
	width:1000px;
	height:1150px;
	background-color: #dddddd;
}

div.content {
	width:980px;
	height:370px;
	background-color: #dddddd;
	padding:10px;
}


div.longcontent {
	width:980px;
	height:570px;
	background-color: #dddddd;
	padding:10px;
}

div.gallerycontent {
	width:980px;
	height:1100px;
	background-color: #dddddd;
	padding:10px;
}

div.footer {
	top:0px;
	width:1000px;
        height:35px;
	background-color: #222222;
        color:white;
	text-align:center;
}

