/* CSS Fixes for IE 7 and earlier */

/* HOME PAGE */

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	text-align:center;
	background: #000000;
	font-family: arial, sans-serif;
	}

#center_height { 
	width:1px;
	height:50%;
	margin-bottom:-15em; /* half of containers height */
	float:left;
	}

#center_width {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width: 30em;
	height: 30em;
	clear:left;
	}

#container{
	font-family: helvetica, georgia;
	text-align: center;
	color: #FFFFFF;
	clear: left;
	border: 1px solid #FFFFFF;
	margin: 10px;
	width: 29em;
	background: #392E7A;
	height: 29em;
}

	
h1{
	font-size: 2.5em;
	padding: 5px 0 5px 0.2em;
	margin: 0;
	background: #6A629B;
	border-left: 1px solid white;
	border-right: 1px solid white;
	color: #FFFFFF;
	position: absolute;
	text-align: left;
	width: 11.4em;
	_margin-left: -5.8em;
	_width: 11.6em;
}

h2{
	font-size: 1em;
	padding: 5px 0 10px 0;
	margin: 0;
	background: #6A629B;
	color: #FFFFFF;
	border-left: 1px solid white;
	border-right: 1px solid white;
	position: absolute;
	bottom: 0.95em;
	text-align: right;
	width: 29em;
	_margin-left: -14.5em;
	_bottom: 0.7em;
}

blockquote{
	position: absolute;
	top: 2em;
	right: -1em;
	width: 11em;
	font-weight: bold;
	font-size: 1.5em;
	color: #FFFFFF;
	_top: 4em;

}

.view{
	font-size: 1.3em;
	padding: 0 10px 0 0;
	margin: 0;
}

.date{
	font-size: 1.4em;
	font-weight: normal;
	padding: 0 10px 0 0;
	margin: 0;
}


#look_up{
	position: absolute; 
	left: 11px; 
	bottom: 0.99em;
}

#look_up img{
	width: 10em;	
}

a,
a:link,
a:visited{
	color: green;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
} 




