﻿/* CSS layout */
#masthead {
	font-family: Georgia;
	font-size: xx-large;
	color: #FFFFFF;
	background-color: #8A2CFE;
	border: 2px solid #FF00FF;
	text-align: left;
	text-indent: 167px;
	height: 96px;
	background-image: url('logo.gif');
	background-repeat: no-repeat;
}

.headersubtitle {
	font-family: Georgia;
	font-size: x-large;
	font-style: normal;
	color: #00FFFF;
	margin-left: 167px;
	background-image: none;
}

.subsubtitle {
	font-family: Georgia;
	font-size: large;
	color: #00FFFF;
	font-style: italic;
}



#container {
	position: relative;
	width: 100%;
	   }

#left_col {
	margin: 2px;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: inherit;
	padding-top: 5px;
}
#page_content {
	margin-right: 0px;
	margin-left: 170px;
}
#right_col {
	margin: 2px;
	width: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: inherit;
	padding-top: 5px;
}

body {
	min-width:700px;
	}

#footer {
	border: 1px solid #FF00FF;
	height: 80px;
	text-align: center;
	background-color: #8A2CFE;
	font-family: Georgia;
	font-size: medium;
	color: #00FFFF;
	vertical-align: middle;
}

.googlead468x60 {
	margin-left: 130px;
}
.googlead728x90 {
	height: 90px;
}

.googlead728x15 {
	height: 15px;
}

.berthad {
	color: #666666;
	font-weight: normal;
	font-size: 16px;
}
