/* CSS Document */

.navbar {
	font-weight: bold;
	color: #ffffff;
}

.page_container {
	width:770px;
	overflow:visible;
	text-align:left;
}

.page_title {
	width:470px;
	float:left;
	color: #7c0426;
	letter-spacing: 1px;
	font-family: Arial, Verdana, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size: 17px;
	margin-top:10px;
	margin-bottom:10px;
}

.heading {
	width:755px;
	background-image:url(img/titleback_reversed.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
	font-weight:bold;
	text-indent:3px;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:10px;
	clear:both;
}

.content_window {
	margin-left:28px;
	margin-bottom:10px;
	width:740px;
}

.about_sub_pic {
	float:left;
	width:200px;
	height:275px;
	padding-bottom:10px;
}

.about_sub_info {
	float:left;
	padding-left:10px;
	width:384px;
}

.about_sub_link {
	float:left;
	width:145px;
}

#divider{width:1px; height:255px; padding-top:20px; background-color:#666666; float:left;}

.navbar A:link{text-decoration:none; font-weight:bold; color:#ffffff;}
.navbar A:visited{text-decoration:none; font-weight:bold; color:#ffffff;}
.navbar A:active{text-decoration:none; font-weight:bold;color:#ffffff;}
.navbar A:hover{text-decoration:underline; font-weight:bold; color:#ffffff;}
