body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-color: #ffffff;
	font-family: Georgia, serif;
	font-size: 9pt;
	line-height: 150%;
	color: #464646;
}

div {
	position: absolute;
}

p {
}

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: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #613d4e;
}

hr {
	color: #cccccc;
}

h2 {
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	line-height: 120%;
	color: #613d4e;
}

#quote {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 9pt;
}

#large {
	font-family: Georgia, serif;
	font-size: 18pt;
	line-height: 120%;
	background-color: #ffffff;
}

#date {
	font-family: Georgia, serif;
	color: #aaaaaa;
	font-style: normal;
	font-size: 8pt;
}

#attribution {
	text-align: right;
	font-family: Georgia, serif;
	color: #464646;
	font-style: normal;
	font-size: 9pt;
}

#description {
	text-align: right;
	font-family: Georgia, serif;
	color: #aaaaaa;
	font-style: italic;
	font-size: 8pt;
	line-height: normal;
}	

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

#twitter {
	left: 830px;
	width: 140px;
	top: 100px;
	height: 50px;
	padding:0px 10px 0px 10px;
}

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

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

#right {
	left: 830px;
	width: 140px;
	top: 170px;     
	height: 100%;		
	padding:0px 10px 0px 10px;
}
	
#slideshow{
	border-style: solid;
	border-width: medium; 
}