		#title-tag {
			position: absolute;
			top: 300px;
			left: -3300px;
			background-color: #402D21;
			border: 1px solid #986d17;
			color: #e9cc75;
			text-align: center;
			padding: 4px;
		}
		
		body {
			background-color: #c7aa62;
		}
		#container {
			width: 850px;
			border: 1px solid black;
		}
		#header {
			width: 850px;
			height: 90px;
		}
		#navbar {
			width: 850px;
			height: 25px;
			background-color: #986d17;
			font-family: 'MS trebuchet';
			font-family: optima;
			font-size: 13px;
			font-style: bold;
			font-variant: small-caps;
			text-align: center;
		}

		#navbar a:link {
			color: #e9cc75;
			text-decoration: none;
		}
		#navbar a:visited {
			color: #e9cc75;
			text-decoration: none;
		}
		#navbar a:hover {
			color: white;
			text-decoration: underline;
		}
		#navbar a:active {
			color: white;
			text-decoration: none;
		}
		#page {
			width: 850px;
			background-color: white;
		}
		#link-col {
			width: 175px;
			background: url(images/dept_col_bkg.jpg);
			background-repeat: repeat-y;
			font-family: optima;
			vertical-align: top;
			text-align: left;
			font-size: 14px;
			color: #825a0b;
		}
		#link-col a:link {
			color: #554411;
			text-decoration: none;
			font-size: 12px;
		}
		#link-col a:visited {
			color: #554411;
			text-decoration: none;
			font-size: 12px;
		}
		#link-col a:hover {
			color: white;
			text-decoration: underline;
			font-size: 12px;
		}
		#link-col a:active {
			color: white;
			text-decoration: none;
			font-size: 12px;
		}

		#news-col {
			width: 225px;
			background: url(images/post_it_bkg.jpg);
			background-repeat: repeat-y;
			background-color: #c7aa62;
			font-family: optima;
			text-align: left;
			vertical-align: top;
			color: #825a0b;
		}
		#news-col a {
			color: #554411;
			text-decoration: none;
			font-size: 12px;
		}
		#news-col a:hover {
			color: white;
			text-decoration: underline;
			font-size: 12px;
		}
		#news-col a:visited {
			color: #554411;
			text-decoration: none;
			font-size: 12px;
		}
		#news-col a:active {
			color: white;
			text-decoration: none;
			font-size: 12px;
		}
		.news-item {
			border-bottom: 1px dashed black;
			margin: 3px 0px 3px 6px;
			width: 217px;
			font-size: 12px;
		}
		#dept-img {
			width: 675px;
			height: 95px;
		}
		#cont-area {
			height: 450px;
		}
		#content {
			padding: 6px;
			font-size: 14px;
			font-family: optima, 'MS trebuscht', 'sans sarif';
			color: #333333;
			line-height: 160%;
		}
		#item-title {
			font-size: 18px;
			font-family: optima, 'MS trebuscht', 'sans sarif';
			color: #333333;
		}
		.item-text {
			font-size: 14px;
			font-family: optima, 'MS trebuscht', 'sans sarif';
			color: #333333;
			line-height: 160%;
		}
		#item-date {
			font-size: 12px;
			font-family: optima, 'MS trebuscht', 'sans sarif'
			color: #333333;
		}
		#img_cont {
			margin: 6px;
			border: 1px solid #666666;
		}
		
		#footer {
			width: 850px;
			height: 25px;
			background-color: #402D21;
			background-color: #986d17;
			color: #c7aa62;
			text-align: center;
			font-size: .8em;
		}
		#copyright {
			font-size: 10px;
		}
		#copyright a:link {
			color: #EEE8AA;
			text-decoration: none;
			font-size: 12px;
		}
		#copyright a:visited {
			color: #EEE8AA;
			text-decoration: none;
		}
		#copyright a:hover {
			color: white;
			text-decoration: underline;
		}
		#copyright a:active {
			color: white;
			text-decoration: none;
		}
		.tiny-thumb {
			cursor: pointer;
			cursor: hand;
		}
		#item-thumb {
			margin-top: 4px;
		}
		#gal-thumb {
			padding: 12px 25px 0px 25px;
		}
		#pull-down {
			display: block;
		}
		
		#help{
		//	position: absolute;
		//	top: 150px;
		//	left: 100px;
			width: 300px;
			height: 200px;
			background-color: black;

		}
		p {
			line-height: 160%;
			margin: 6px;
		}
		blockquote p {
			line-height: 120%;
		}