@charset "UTF-8";

* {
	margin: 0;
	padding:0;
	border: none;
}	

body {
	font: 100% "Helvetica Neue", Helvetica, "Lucida Grande", Arial, Verdana;
	background: #CCCCCC;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-image:url(images/img_stack.jpg);
	background-repeat:no-repeat;
}

p {
	font-size:12px;
	margin:14px 0;
	padding:0;
	line-height:1.3;
	
}

a { 
	color: #990000;
	text-decoration:none;
}
	
a:hover {
	color:#FFFFFF;
}

h2 {
	font-size:18px;
	font-weight: normal;
}
	

.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #00000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#contact {
	background-image:url(images/img_legs.gif);
	background-repeat:no-repeat;
	position: absolute;
	width:284px;
	left: 640px;
	top: 0px;
	height: 97px;
	padding-left:115px;
}

#things {
	background-image:url(images/img_things.gif);
	background-repeat:no-repeat;
	position: absolute;
	width:151px;
	left: 272px;
	top: 9px;
	height: 97px;
	padding-left:160px;
}

#things h2 {
	margin-top:30px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	margin: 120px 0 0 270px;
}



.oneColFixCtrHdr #footerOLD {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
.oneColFixCtrHdr #footerOLD p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#777;
}


#footer {
	position: absolute;
	width:250px;
	left: 0px;
	top: 650px;
	padding-left:20px;
	color:#777;
}

#footer a { 
	color: #444;
}
	
#footer a:hover {
	color:#FFF;
}
