/* CSS Document */


body {
background-image:url(images/background.jpg);
background-repeat:repeat;
}

.copy {
font-family: Times, "Times New Roman",  serif;
font-size:14px;
color:#000000;
}

.a {
font:"Times New Roman", Times, serif;
font-size:12px;
color:#666666;
}

.caption {
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#333333;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #333333;
}
.subheadline {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#333333;
}

#right_bar {
	position:absolute;
	background-image:url(images/right_column.jpg);
	background-repeat:no-repeat;
	width:207px;
	height:801px;
	left: 710px;
	top:1px;
	overflow: hidden;
}

#lowerleft {
	position:absolute;
	width:170px;
	height:1200px;
	z-index:3;
	left: 7px;
	top: 258px;
}
