body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ABC;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
	font-family:verdana; font-size:12px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited{
	/*COLOR:inherit;
	text-decoration:inherit;*/
}
#main {

	width:1024px;
	/*margin: 0px auto 0px 0px;*/
	border: 0px solid #f0f0f0;
	margin-left: auto;
	margin-right: auto;

}
#cave_top {
	margin-left:0px;
	margin-top:0px;
	width:1007px;
	height:94px;
	margin-bottom:0px;
	float:left; 
	display:inline;

}
#cave_left {
	margin-left:0px;
	margin-top:0px;
	width:237px;
	height:441px;
	margin-bottom:0px;
	float:left; 
	display:inline;

}
#cave_right {
	margin-right:1px;
	margin-top:7px;
	width:219px;
	height:495px;
	margin-bottom:0px;
	float:right; 
	display:inline;

}
h2 {
	color:#ffdd7a
}

#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	position: absolute; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;  /* leave space for the header */
}

#mainContent {
	padding: 0 120px 0 120px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: auto;
	margin-right: auto;
}

#image-row {
	margin: -392px 0 0 220px; /* screen shot image dimentions (-(h + pixel border) 0 0 w) */
}
#image-row div {
	width: 50%;
	float: left;
}
#image-row div img {
	float: right;
	border: 1px solid #993300; 	
}
#screenshot img {
	border: 1px solid #993300; 	
}


#img_adjusted_content {
	margin-top: 400px /* start content below pictures */
}

#awards_on_white {
	background:#FFF;
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}