body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-color: #ffffff;
}

div {
	position: absolute;
}

p {
	font-family: "adobe-garamond-pro", Georgia, serif;
	font-size: 18px;
	line-height: 130%;
	color: #464646;
}

img {
	border: none;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #0076a3;
}

a:hover {
	text-decoration: none;
	background-color: #efefef;
}
	
h1 {
	font-size: 16px;
	font-family: "josefin", Verdana, sans-serif;
	font-weight: normal;
	color: #613d4e;
}

hr {
	color: #cccccc;
}

h2 {
	font-size: 14px;
	font-family: "adobe-garamond-pro", Georgia, serif;
	font-weight: bold;
	line-height: 120%;
	color: #613d4e;
}

#quote {
	font-style: italic;
}

#large {
	font-size: 28px;
	line-height: 120%;
	background-color: #ffffff;
}

#date {
	color: #aaaaaa;
	font-style: normal;
}

#attribution {
	text-align: right;
	color: #464646;
	font-style: normal;
}

#description {
	text-align: right;
	color: #aaaaaa;
	font-style: italic;
	line-height: normal;
}	

#logo {
	left: 30px;
	width: 20%;
	top: 0px;
	height: 100px;
}

#header {
	left: 30%;
	top: 0px;
	height: 100px;
	padding: 0px 10px 0px 10px;
}

#title {
	font-size: 72px;
	line-height: 80%;
	margin-top: 20px;
}


#left {
	left: 30px;
	width: 20%;
	top: 170px;
	height: 100%;
	padding: 0px 10px 0px 10px;
}

#middle {
	left: 30%;
	width: 50%;
	top: 150px;     
	height: 100%;
	padding: 0px 10px 0px 10px;
}

#right {
	left: 830px;
	width: 140px;
	top: 170px;     
	height: 100%;		
	padding:0px 10px 0px 10px;
}
