.header {
	background-image: url(../cllogo.jpg);
	background-repeat: no-repeat;
	height: 80px;
	border-bottom-color: #6bccd2;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

body {
	background-color: #4f4744;
	color:#6bccd2;
	max-width:1020px;
}
#links a {
	color: #6bccd2;
	border: 1px solid transparent;
	background-color: #666666;
	text-decoration: none;
}
#links a:hover,
#links :hover a {
	border: 1px solid #ffffff;
	background-color: #888888;
}

#mega a {
	text-decoration:none;
	background-color:#333333;
}

#mega a,
#nolinkmega {
	font-size: 2em;
	font-weight: bold;
	color: red;
}

#mega a:hover,
#mega :hover a {
	background-color: #444444;
}

#viewer {
	left: 120px;
	top: 100px;
}

#viewer, iframe {
	background-color: #4f4744;
	position:absolute;
	width:1000px;
	height:545px;
	/*overflow:hidden;*/
	border-width:0px;
	padding:0;
	margin:0;
}

#copyright {
	text-align: right;
	position:relative;
	top: 555px;
	width: 810px;

}
#outlined {
	border: thin solid #FFFFFF;
}
#caption {
	font-weight: bold;
	text-align: center;
}
