.table {
	border: thin solid #0000FF;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: normal 10px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CCFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
body{font-family:"Ariel Black",sans-serif}
h1{font-size:1.2em;color:red}
h2{font-size:1em;color:black}
a{font-weight:normal}
#content{background-color:#D4ECFB}
#nav{background-color:silver}
#nav{position:absolute;top:50px;left:2%;}
#content{position:absolute;top:50px;left:20%;}
#facilities{background-color:#FAC6AA}
#facilities{position:absolute;top:50px;left:20%;}
#location{background-color:#A4D4B0}
#location{position:absolute;top:50px;left:20%;}


#nav a{display:block)
#table,td{border:0}
rightsidebar{width:200px;float:right}
caption{font-size:.8em;font-style:italic;font-family:"verdana",sans-serif}
#pictures{position:absolute;top:50px;left:70%;right2%}
#pictures{background-color:silver}.photoborder {
	border: thin solid #0000FF;
}

