
body {
	padding: 0;
	margin: 0;
    font: 18px 'EB Garamond', serif;
    background: url('images/background.jpg');
	color: #333;
}

a {
    color: #003471;
}
a:link, a:visited {
	text-decoration: none;
}

a:active, a:hover, a:focus {
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: 300;
	font-family: Raleway, sans;
	text-align: right;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

img {
    border: none;
	display: block;
}

hr {
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px;
}

.container {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.header {
	margin: 0;
	padding: 0;
}

.menu {
	position: absolute;
	top: -20px;
	left: -20px;
}

ul.nav{
 list-style: none;
 font: 300 24px Raleway, sans-serif;
 margin: -20px;
}

.nav li {
 width: 249px;
 height: 110px;
 text-align: center;
 display: block;
}

.nav a {
 padding-top: 50px;
 display: block;
 color: #000;
}


#blot1 {
background: url('http://www2.gvsu.edu/writers/images/blot1.png') no-repeat;
}

#blot2 {
background: url('http://www2.gvsu.edu/writers/images/blot2.png') no-repeat;
}

#blot3 {
background: url('http://www2.gvsu.edu/writers/images/blot3.png') no-repeat;
}

#blot4 {
background: url('http://www2.gvsu.edu/writers/images/blot4.png') no-repeat
}

.wrapper {
	position: relative;
	margin: 45px 0 0;
}

.content {
	width: 510px;
    background: url('images/bg.png') repeat;
    padding: 25px 40px 25px 150px;
    margin-left: 120px;
    border: 0;
}

.content em{
	padding: 0 20px;
	font-style: normal;
	font-size: 1.1em;
}

.content em:before{
	content: "{ ";
}

.content em:after{
	content: " }";
}

.content a, .content a:visited {
    background-image: url('images/link.png');
    background-size: auto 1.5em;
    text-decoration: none;
    color: #333;
}

.content a:active, .content a:hover, .content a:focus {
    text-decoration: underline;
}

.flourish {
	position: absolute;
	z-index: -1;
	background: url('images/blot5.png');
	right: 30px;
	bottom: -55px;
	width: 229px;
	height: 297px;
}

.footer {
	margin: 55px 0;
    text-align: center;
    font-size: 14px;
    color: #000;
}