
iframe.sidebar {
		margin-top: 420px;
}

p{
	padding-left: 20px;
}

body  {
	font: 80%/30px "Courier New", Courier, mono;
	background: #7cb2b1;
	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: #000000;
}

h1 {
	color: #369;
	padding: 10px;
	text-align: left;
	font: normal normal 150% Georgia, "Times New Roman", Times, serif;
	background-color: #faffd5;
}

h2{
}

.twoColFixLt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #7cb2b1; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.twoColFixLt #sidebar1 { /* since this element is floated, a width must be given */
	width: 250px; /* 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: #000 url(images/bardens-anism.gif) no-repeat -138px -3px;
	height: 397px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 270px; /* 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: 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* @group navbar */


#navlist {
	width: 500px;
	height: 50px;
	text-decoration: none;
}

#navlist ul a {
}

#navlist li { 
	width: 120px;
	height: 30px;
	margin: 0 0 10px;
	list-style-type: none;
	text-align: center;
	background: #000; 
	font: 190% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	list-style-image: none;
}
#navlist li a {
	width: 120px;
	height: 30px;
	text-decoration: none;
	color: #7cb2b1;
	float: left;
	position: relative;
}



/* we dont have enough links to need this..
#navlist li a:visited {
	color: #abba7e;
} */

#navlist li a:hover {
	color: #fff; 
	background: #7cb2b1;
	border-top: 2px solid #fff;
	}

#navlist a:active {
	background: #c60;
	color: #fff;
}



/* @end */

blockquote img {

	border-bottom: 4px solid #000;
	border-right: 4px solid #000;
	width: 190px;
	margin: 0;
	position: relative;
}

blockquote img.r {
	float: right;
	right: -30px;
}

blockquote img.l {
	right: 30px;
	float: left;
}

div#panic, div#panic a{
	text-align: center;
	background-color: #faffd5;
	color: #ab0000;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 8px;
	padding-top: 3px;
	padding-bottom: 5px;
}