#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	background-color: #0ff;
	}
	

#mc {
	position: absolute;
	left: 50%;
	visibility: visible;
	height: 200px;
	width: 200px;
	margin-left: -155px;
	margin-top: -100px;
	display: block;
}


#mc_inner {
	padding-top: 90px;
	height: 110px;
	width: 200px;
	border: 1px solid #0ff;
	background-color: #FF0000;

	 }

#header {
	width:380px;
	height:auto;
 }

#header_inner {
	text-align: left;
	padding-left: 55px;
	border-right: 1px solid grey;
	padding-top: 10px;
	padding-bottom: 10px;
 }

#left {
	width:380px;
	float:left;
	 }

#left_inner {
	border-right: 1px solid grey;
	padding-top: 30px;
	padding-bottom: 40px;
	 }

#right {
	float:left;
	width:420px;

 }

#right_inner {
	margin-top:30px;
	padding-left: 20px;
	margin-bottom: 30px;
	 }

#footer {
	clear:both;
	width:800px;	
	 }

#footer_inner { }

.captions  
	{
	color: white;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left
	}

#caption1    
	{
	padding-left: 10px;
	border-left: 1px dashed #66c;
	position: relative;
	top: -350px;
	left: -150px;
	width: 250px;
	visibility: visible;
	display: block;
	padding-bottom: 20px;
	}

#caption2    
	{
	padding-left: 10px;
	border-left: 1px dashed #66c;
	position: relative;
	top: 100px;
	left: 340px;
	width: 250px;
	height: auto;
	visibility: visible;
	display: block;
	padding-top: 20px;
	}

