﻿/* CSS-Layout */


#masthead {
	font-family:"Palatino Linotype";
	font-size:x-large; 
	background-color:#FFFFCC
}

#container {
	position: relative;
	width: 100%;
	font-family:"Palatino Linotype";
	background-color:#FFFFCC
}

#left_col {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family:"Palatino Linotype";
	background-color:#FFFFCC;
	font-size:medium;
	
	}

#page_content {
	margin-left: 185px;
	font-family:"Palatino Linotype";
	background-color:#FFFFE0;
	font-size:medium;
}

#footer {
	font-family:"Palatino Linotype";
	font-size:x-small;
	background-color:#FFFFCC;
}

a:link, a:visited, a:active {
	color:black;

}
a:hover, a:focus {
	text-decoration:underline;
	color:#6C7676;
}

.img {
	border-width: 0px;
}
