body {
	margin: 0px 0px 0px 0px;
	background-image: url(/societies/inklings/images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: smaller;
}
a {color: #669966;}
a:hover {color: silver;}
#container {
		line-height: 100%;
		margin:0 auto;
		text-align: left;
		width: 900px;
		
		background-color: #FFFFFF;
		padding: 0px;
	}
#photocontent {
	position: absolute;
	top: 268px;
	margin: 0px 0px 0px 0px;
	width: 900px;
	z-index: 50;
	overflow: hidden;
	height: 533px;
}
#leftcontent {
	position: relative;
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/societies/inklings/images/TransparentBG.png);
	height: 533px;
	z-index: 100;
	overflow: auto;
}
#rightcontent {
	position: relative;
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	background: url(/societies/inklings/images/TransparentBG.png);
	height: 533px;
	z-index: 100;
	overflow: auto;
}
.thecontent {
	margin: 20px 10px 10px 20px;
	color: white;
}
#fullcontent {
	clear: both;
	width: 860px;
	margin: 20px 10px 10px 20px;
	background: white;
}
#mainnav {
	width: 900px;
	height: 268px;
	background: white;
	text-align: right;
	
}	
#mainnav img {
	padding: 0;
	margin: 0;
}
#navdrop {
	position: relative;
	top: 238px;
}
#mainnav a {
	list-style-type: none;
	margin: 0px 20px 0px 5px;
	color: gray;
	text-decoration: none;
	font-weight: normal;
	font-size: 120%;
}
#mainnav a:hover {color: silver;}

.navdown {
	text-decoration: line-through;
}

#subnav {
	width: 900px;
	background: silver;
	text-align: center;
	
}	
#subnav a {
	line-height: 20px;
	list-style-type: none;
	text-align: center;
	padding: 8px 10px 5px 10px;
	color: black;
	text-decoration: none;
	font-size: 110%;
	
	font-weight: bolder;
}
#subnav a:hover {color: #990000;}

.bumpup {font-size: 125%;
		font-weight: bold;
		}

p {
		font-size: 85%;
		line-height: 110%;
	}
h1 {
		font-size: 160%;
		line-height: 170%;
		}
h2 {display: block;
		font-weight: normal;
		font-size: 135%;
		line-height: 140%;
		
	}
h3 {display: block;
		font-size: 120%;
		line-height: 130%;
		font-weight: normal;
	}
h4 {
		font-size: 100%;
		line-height: 110%;
		font-weight: normal;
	}
.blogger {
	text-align: right;
	font-size: 100%;
	font-weight: bolder;
}	
ul li {
		font-size: 85%;
		line-height: 110%;
		list-style: none;
		margin-left: -40px;
		padding-bottom: 15px;
	}
td {
	font-size: 85%;
}
address {
	font-style: normal; 
	text-align: center; 
	clear: both; 
}

.hide {display: none;}

.unhide {display: block;}
