body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica;
	font-size: 12px;
}
p, td {
	font-size: 12px;
	font-weight: normal;
}
A {
	color: #000000;
}
H1 {
	font-size: 16px;
	font-weight: normal;
}
H2 {
	font-size: 14px;
	font-weight: normal;
}
H3 {
	font-size: 12px;
	font-weight: normal;
}
H4 {
	font-size: 12px;
	font-weight: normal;
}
H5 {
	font-size: 12px;
	font-weight: normal;
}
H6 {
	font-size: 12px;
	font-weight: normal;
}
img {
   behavior: url("/js/pngbehavior.htc");
}
#main {
	text-align; left;
	width: 800px;
	border-collapse: collapse;
}
#header {
	background: #000000 url("/images/astobs-header-ISS.jpg");
	height: 100px;
}
.headertitle {
	margin: 20px 0px 0px 20px;
	color: #ffffff;
	font-size: 28px;
	text-decoration: none;
	
}
#menubar {
	border-top: 1px solid #FFFFFF;
	background: #000000;
	height: 14px;
	width: 100%;
}
#locationbar, .sidetitle {
	background: #2F629B;
	height: 14px;
	color: #ffffff;
}
#locationbar {
	border-top: 1px solid #FFFFFF;
}
#content {
	padding: 20px;
	width: 700px;
}
#leftcontent {
	background: #CCCCCC;
	width: 180px;
	padding: 20px 0px;
}
#leftcontent p {
	padding: 0px 4px;
}
#rightcontent {
	background: #CCCCCC;
	width: 180px;
	padding: -20px 4px;
}
#footer {
	height: 14px;
	background: #000000;
	color: #CCCCCC;
	font-size: 10px;
	text-align: center;
}
#footer A {
	color: #CCCCCC;
}
#contentmain {
	width: 100%;
}
.contenttop {
	border-bottom: 1px dashed #000000; 
}
.contentmiddleleft {
	border-right: 1px dashed #000000;
	width: 50%;
}
.contentmiddleright {
	width: 50%;
}
.contentbottom {
	border-top: 1px dashed #000000;
}

