/* CSS Document */

#imagetop {
	background: url('images/litespeed.jpg') no-repeat;
	width: 390px;
	padding: 20px 20px 20px 430px;
	height: 160px;
	margin: 20px auto 20px auto;
	border: 1px;
	border-color: #0099CC;
	border-style: solid;
	}
	
#imagetop a:link, #imagetop a:active, #imagetop a:visited {
	color: #406a90;
	text-decoration: none;
	border-bottom:1px dashed #000000;
	}
	
#imagetop a:hover {
	color: #000000;
	}
	
#footerindex {
	background: #ffedcf;
	width: 506px;
	margin: 0px auto 20px auto;
	padding: 10px 20px 10px 20px;
	border: 1px;
	border-color: #0099CC;
	border-style: solid;
	}
	
#footerindex a:link, #footerindex a:active, #footerindex a:visited {
	color: #406a90;
	text-decoration: none;
	}
	
#footerindex a:hover {
	color: #000000;
	}
	
#footerclear {
	clear: both;
	}