body {
	background-color: #CCC;
	font-family: arial, verdana, trebuchet MS, trebuchet, sans-serif;
	font-size: 11px;
	color:#333;
	line-height: 18px;
	margin-bottom: 18px;
	}

a:visited, a:active, a:link {
	color: #C30;
	text-decoration: none;
	}

a:hover {
	color: #333;
	font-weight:700;
	}


p {
	line-height: 18px;
	/*margin-bottom: 10px;*/
	}


#container {
	background-color: #FFF;
	margin: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #C30;
	}
		
/* box model hack - see http://tantek.com/CSS/Examples/boxmodelhack.html */
#container {
	width: 750px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 730px;
	}

html > body #container {
	width: 730px;
	}

#banner {
	background: #FFF url("../images/earth_header_730x90.jpg") no-repeat top;
	height: 90px;
	/*margin-bottom: 5px;*/
	}

#content {
	letter-spacing: 1px;
	}

h1 {
	color: #C30;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px dashed #CCC;
	margin: 10px 15px 0 15px;
	}

h2 {
	color: #999;
	font-size: 10px;
	letter-spacing: 2px;
	border-bottom: 1px solid #369;
	}


.blurbtext {
	color: #666;
	margin: 10px 15px 20px 15px;
	}


.clicker {
	text-align: center;
	font-weight:700;
	}

.clickerpic {
	border: 0;
	margin: 0 30px 0 30px;
	vertical-align: middle;
	}

.picborder {
	border: 1px solid #C30;
	padding: 4px;
	margin: 10px 10px 10px 15px;
	}

.textright {
	text-align: right;
	margin-right: 10px;
	}

#footer {
	clear: both;
	background: #999;
	color:#FFF;
	text-align: center;
	/*letter-spacing: 0.1em;*/
	}

#footer a:visited, #footer a:active, #footer a:link {
	color: #333;
	text-decoration: underline;
	}

#footer a:hover {
	color: #FFF;
	background-color: #C30;			
	text-decoration: none;
	font-weight:normal;
	}

#footer p {margin-bottom: 0;}

#footersub {
	clear: both;
	background: url("../images/ISD_footer2_730x40.jpg") no-repeat bottom;
	height: 40px;
	}

