@charset "utf-8";
/* CSS Document */

.sidebar { 
	height:750px;
	width:200px;
	float:left;
}
.titlebar {
	width:675px;
	float:right;
	height:150px;
}
.container {
	width:875px;
	height:750px;
}
.archivebtn {
	width:100px;
	height:23px;
	float:right;

}
.footer {
	margin-left:200px;
	width:675px;
	height:auto;
	font-size:11px;
	color: #808080;
	font-family: "Book Antiqua";
	text-align:center;
}
.contentmain{
	float:right;
	text-align:left;
	width:280px;
	margin-top:10px;
	height:auto;
	margin-left:15px;
	margin-right:30px;
	font-size:12px;
	color: #808080;
	font-family: "Book Antiqua";
}
.contentmain2{
	float:right;
	text-align:left;
	width:280px;
	margin-top:10px;
	height:auto;
	margin-left:5px;
	margin-right:20px;
	font-size:13px;
	color: #808080;
	font-family: "Book Antiqua";
}
.contentcolumn{
	float:right;
	text-align:left;
	width:190px;
	margin-top:10px;
	height:auto;
	margin-right:30px;
	font-size:13px;
	color: #808080;
	font-family: "Book Antiqua";
}

.contentcenter{
	width:605px; 
	float:right; 
	margin-right:30px; 
	font-family:'Book Antiqua'; 
	font-size:13px; 
	text-align:center;
	color: #808080;
	margin-bottom:10px;

}

.contentbox{
	width:646px; 
	float:right; 
	font-family:'Book Antiqua'; 
	font-size:13px; 
	text-align:center;
	color: #808080;
	background-image: url(../images/nav/box_mid.png);
}
.boxtop{
	width:646px;
	height:44px; 
	float:right; 
	background-image: url(../images/nav/box_top.png);
}
.boxbottom{
	width:646px; 
	float:right;
	height:53px; 
	background-image: url(../images/nav/box_bottom.png);
}

@font-face {
    font-family: "Book Antiqua";
    src: url(BKANT.tif);
	font-family: "Optima Bold";
	src: url(Optima_Bold.ttf);
	font-family:Optima;
	src:url(Optima_Regular.ttf);
}
.book {
	font-family: "Book Antiqua";
	font-size: 230%;
}
.seperator{
	width:604px;
	height:15px;
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
	margin-right:30px;
	float:right;
	background-image: url(../images/nav/seperator.png);
	background-repeat: repeat-x;
}
.seperator2{
	width:604px;
	height:15px;
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
	margin-right:30px;
	float:right;
	background-image: url(../images/nav/seperator2.png);
	background-repeat: repeat-x;
}
.seperator3{
	width:602px;
	height:15px;
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:10px;
	background-image: url(../images/nav/seperator2.png);
	background-repeat: repeat-x;
}
.seperator4{
	width:602px;
	height:15px;
	text-align:center;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:10px;
	background-image: url(../images/nav/seperator.png);
	background-repeat: repeat-x;
}
.h2{
	font-family: "Book Antiqua";
	font-size:14px;
}
.contactimage{
	width:647px;
	height:691px;
	background-image: url(../images/nav/Contact-Us_image.jpg);
	float:right;
	font-size:13px;
	color: #808080;
	font-family: "Book Antiqua";
}
.medialinkimage{
	width:647px;
	height:610px;
	background-image: url(../images/nav/Media-link-image.jpg);
	float:right;
	font-size:13px;
	color: #808080;
	font-family: "Book Antiqua";
}
.thankyouimage{
	width:634px;
	height:631px;
	background-image: url(../images/nav/thankyou_image.jpg);
	float:right;
	font-size:13px;
	color: #808080;
	font-family: "Book Antiqua";
}
.mediafeedimage{
	width:647px;
	height:570px;
	background-image: url(../images/nav/Media-feed-image.jpg);
	float:right;
	font-size:13px;
	color: #808080;
	font-family: "Book Antiqua";
}
.mediavideosimage{
	width:647px;
	height:640px;
	background-image: url(../images/nav/Media-videos-image.png);
	float:right;
	font-size:13px;
	color: #808080;
	font-family: "Book Antiqua";
}
a:link {
	color: #808080;
}
a:hover {
	color: #D7ADA5;
}
a:visited {
	color: #808080;
}

