html {
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

body {
	background-color: #bb9524;
	background-image: url(../img/background2.gif);
	background-repeat: repeat-y;
	height: 100%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #40a8e8;
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 10px;
}

#header {
	height: 214px;
}

#cleese_left {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/cleese_left2.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 826px;
	z-index: 1;
}

#cleese_middle {
	position: absolute;
	top: 0;
	left: 190px;
	background-image: url(../img/cleese_top2.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 204px;
	z-index: 1;
}

#cleese_right {
	position: absolute;
	top: 0;
	left: 970px;
	background-image: url(../img/cleese_right2.gif);
	background-repeat: no-repeat;
	width: 79px;
	height: 391px;
	z-index: 1;
}

#main {
	position: relative;
	margin-left: 190px;
	padding-bottom: 60px;
	width: 780px;
	height: auto !important;
	height: 750px;
	min-height: 750px;
}

#left {
	position: absolute;
	top: 0px;
	left: 20px;
	height: 450px;
	margin-bottom: 150px;
	width: 150px;
}

#bottom {
	position: absolute;
	bottom: 70px;
	left: 15px;
	height: 134px;
	width: 150px;
}

#center {
	margin-left: 190px;
	width: 570px;
	margin-bottom: 10px;
}

#footer_clear {
	clear: both;
}

#footer {
	position: relative;
	margin: -60px 0 0 190px;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer {
	margin-top: -60px;
}

#footer {
	height: 66px;
	width: 780px;
	background-image: url(../img/cleese_bottom2.gif);
	background-repeat: no-repeat;
}

#footer p {
	margin-left: 2px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 30px;
	font-size: 0.9em;
}

#footer p a:link, #footer p a:visited {
	color: #ffffff;
}

#footer p a:active, #footer p a:hover {
	color: #40a8e8;
}

#center a {
	font-weight: bold;
}

#center a:link {
	color: #00a9eb;
}

#center a:visited {
	color: #bb9524;
}

#center a:active, #center a:hover {
	color: #ff0000;
}

.csc-frame-frame1 {
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
}

.csc-frame-frame1 h3 {
	font-weight: bold;
	font-size: 1.3em;
	color: #40a8e8;
}
