a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#main {
	position: relative;
	width: 800px;
	height: 600px;
	margin: 0 auto;
	background-color: #cee108;
}

#logoC {
	position: absolute;
	right: 8px;
	top: 39px;
}

#menuC {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

#news {
	position: absolute;
	bottom: 21px;
	left: 18px;
}

#office {
	position: absolute;
	bottom: 21px;
	left: 162px;
}

#data {
	position: absolute;
	bottom: 21px;
	left: 321px;
}

#downloads {
	position: absolute;
	bottom: 21px;
	left: 480px;
}

#contact2 {
	position: absolute;
	bottom: 21px;
	left: 639px;
}

div.year {
	color: white;
	font-style: italic;
	position: absolute;
	left: -134px;
	text-align: right;
	top: 0;
	width: 120px;
	font-size: .8em;
}

div.year a:link, div.year a:visited, div.year a:hover, div.year a:active {
	color: white;
	font-style: italic;
	text-decoration: none;
}

#content-text a:link, #content-text a:visited, #content-text a:hover, #content-text a:active,
a.attachment:link, a.attachment:visited, a.attachment:hover, a.attachment:active {
	color: black;
	text-decoration: underline;
}

.email:link, .email:visited, .email:hover, .email:active {
	color: black;
	text-decoration: none !important;
}

#picMoveBack {
	position: absolute;
	top: 36px;
	left: 0;
	width: 400px;
	height: 564px;
	background-color: transparent;
	z-index: 2000;
	cursor: pointer;
}

#picMoveForward {
	position: relative;
	top: 36px;
	left: 400px;
	width: 400px;
	height: 564px;
	background-color: transparent;
	z-index: 2000;
	cursor: pointer;
}
