@import url(http://fonts.googleapis.com/css?family=EB+Garamond);

body {
	background-color: #ddd;
	background-image: url(../images/back_red.png); background-repeat: no-repeat; background-attachment: fixed;
}

.bighead {
	font-family: Garamond, 'EB Garamond', serif;
	font-size: 80px;
	color: black;
	float: left; 
	left: 20; 
	top: 0; 
	max-height: 120px;
}

.bighead a {text-decoration: none; color:black;}
.bighead a:visited {color: black;}
.bighead a:active {color: black;}

.bigheadSub {
	float: left; 
	margin-left: 20px; 
	margin-top: 10px; 
	font-family: Garamond, 'EB Garamond', serif; 
	font-size: 30px;
}

.topnav {
	font-family: Garamond, 'EB Garamond', serif;
	font-size: 30px;
	color: #333355;
	clear: both;
	margin-top: 10px;
}

.topnav a {
	color: black;
	text-decoration: none;
	padding: 3px;
}

.topnav a:visited {color: #333355;}
.topnav a:active {color: #333355;}
.topnav a:hover {color: black; background-color: #AABBDD; border-style: solid; border-color: black; border-width: 1px;}

.thispage {color: black; background-color: #AABBDD; border-style: solid; border-color: black; border-width: 1px;}


.blurb {
	clear: left; 
	position: relative; 
	top: 40px; 
	margin-left: 50px; 
	font-family: Garamond, sans-serif; 
	font-size: 40px; 
	color: black; 
	width:70%
}

.main {
	clear: both;
	left: 30px; 
	margin-top: 140px;
	padding: 30px;
	position: absolute;
	top: 20px;
	font-family: Garamond, 'EB Garamond', serif; 
	font-size: 16px; 
	color: black; 
	width: 45%;
	background: #eee;
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #666;
	background-image: url(../images/back_red.png); background-repeat: no-repeat; background-attachment: fixed;
}

.main h2 {font-size: 20px; color:#601; text-align: center;}
.main a {color:#601}

.maintop {
	position: absolute;
	width: 100%;
	height: 10px;
	margin-left: -30px; 
	top: 0px; 
	padding-top: 5px;
	padding-bottom: 5px;

	background-color: #a34;
	background-image: url(../images/back_red_heading.png); background-repeat: no-repeat; background-position: right;

	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.sidebox {
	position: relative;
	left: 54%; 
	top: 28px;

	width: 200px;
	padding: 5px;
	padding-top: 20px;

	font-family: Garamond, 'EB Garamond', serif; 
	font-size: 12px; 
	font-weight: bold;
	color: black; 
	overflow: hidden;

	background: #eee;
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #666;
}

.sideboxtop {
	position: absolute;
	width: 100%;
	height: 10px;
	margin-left: -5px;
	margin-bottom: 10px;
	top: 0px; 
	padding-top: 5px;
	padding-bottom: 5px;

	background-color: #d67;
	background-image: url(../images/back_red_heading_pointright.png); background-repeat: no-repeat; background-position: left;

	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.headingbar {
	position: relative;
	width: 100%;
	margin-left: -10px;
	margin-top: -10px;
	padding: 5px;

	background-color: #246;

	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.principle {
	font-family: Garamond, 'EB Garamond', serif;
	font-size: 30px;
	font-weight: bold;
}

.boring {	
	font-family: Garamond, Palatino Linotype, Times New Roman, serif; 
	font-size: 20px;
}

.boxcontainer {
	width: 70%;
	margin-top: 20px;
	margin-left: 20px;
	background: blue;
}

.infobox {
	position: relative;
	width: 46%;
	height: 90px;
	padding: 10px;
	background: #eee;
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #666;
	font-family: Garamond, Palatino Linotype, Times New Roman, serif;
	font-size: 20px;
	overflow: hidden;
}


.topright {
	font-family: Garamond, 'EB Garamond', sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: black; 
	overflow: hidden;
	margin-left: 20px;
}

