html, body {
	margin: 0;
	padding: 0;
	background: #888;
}


#container {
	width: 90%;
	margin: 0 auto;
	background-color: #ccc;
	color: #333;
	line-height: 130%;
	font: 80% arial, helvetica, sans-serif;
	background: #fff url(back.gif) repeat-y; 
	border-top: 1px solid #888;
border-right: 1px solid #555;
border-left: 1px solid #555;
border-bottom: 1px solid #555;
}


#header {
	background: #eee url(logo.png) no-repeat;
	height: 65px;
	border: 15px solid #eee;
}


#navigation {
float: left;
background: #555;
width: 100%;
font-weight: bold;
font: 100% arial, helvetica, sans-serif;
color: #fff;

}




#content {
	background: #fff;
padding: 40px 20px 20px 25px;
}



h2 {
font-size: 1.5em;
color: #333;
}


h3 {
font-size: 1.25em;
color: #333;
}


#footer {
	clear: both;
	background: #ddd;
	padding: 10px 20px 10px 20px;
	height: 1%;
	border-top: 1px solid gray;
}


#right {
	text-align: right;
}






.map {
	width: 250px;
	height: 237px;
	padding: 2px;
	margin: 0;
	float: right;
}




.launch {
	margin-left: 1.5em;
}







