*{
	margin: 0;
	padding: 0;
}
#hr_top{
	width: 900px; 
	margin: 0 auto;
	height: 5px;
	background-color: #7b7db6;
	margin-top: 30px;
	border: none;
}
#main{
	position: relative;
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
	border-top: 5px;
	border-top-style: solid;
	border-top-color: #7b7db6;
	height: 1000px;
}
#mailer{
	height: 10px;
	width: 50px;
	position: absolute;
	right: 50px;
}
#bracket{
	position: relative;
	top: 0px;
}
#mailer_icon{
	border: 0px;
	height: 50px;
	width: 50px;
}
#seal{
	margin-top: 50px;
	margin-left: 50px;
}
#seal_pic{
	float: right;
	width: 235px;
	height:190px;
}
#left{
	width: 300px;
	float:left;
}
#right{
	width: 550px;
	float: right;
}
#nav_wrapper{
	margin-top: 100px;
	float: right; 
	width: 100%;
}
#nav{
	margin-right:-20px;
	float: right;
}
#hr_wrapper{
	float: right; 
	width: 100%;
}
#bottom_hr{
	margin-top: 15px;
	width: 180px;
	background-color: #7b7db6;
	height: 2px;
	float: right;
	border: none; 
}
#header{
	margin-top: 35px;
	font-family: georgia, serif;
	font-size: 70px;
	line-height: .85;
}
.tabbed{
	margin-left: 10px;
	margin-top: 20px;
}
#other_hr{
	margin-top: 20px;
	border: none;
	height: 1px;
	background-color: #cbf;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 530px;
	
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);

	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;

	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;

	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}
#subheader{
	margin-top: 30px;
	font-size: 30px;
}
#content1{
	margin-top: 30px;
}
#content2{
	margin-top: 30px;
}
#content3{
	margin-top: 30px;
}
a{
	text-decoration: none;
	color: black;
	font-size: 35px;
	font-family: georgia, serif;
}
#work_div{
text-align: right;
margin-right: 20px;
}
#specialtext{
	font-family: serif;
	font-style: italic;
}
#otherspecialtext{
	font-family: 'IM Fell French Canon', serif;
	font-style: italic;
	color: #7b7db6;
	font-size: 20px;
	margin-bottom: 10px;
}
h2{
	font-family: 'IM Fell French Canon', serif;
	font-style: italic;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}
#purplelink{
	font-size: 1em;
	font-style: italic;
	color: #7b7db6;
}
p{
	margin-top: 10px;
}
#other_hr2{
	margin-top: 20px;
	border: none;
	height: 1px;
	background-color: #cbf;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 530px;
	
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);

	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;

	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;

	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}
ul, li{
	list-style-type: none;
}
li{
	margin-top: 10px;
}

.content_link{
	font-size: 100%;
	font-family: 'Times New Roman';
	color: #7b7db6;
	text-decoration: underline;
}