body {
	text-align: center;
	background: #DF0505;
	font-family: "Arial", "Helvetica", sans-serif, serif;
	font-size: 0.8em;
}
a {
	color: #C00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page {
	margin: 0 auto;
	position: relative;
	display: block;
	text-align: left;
	width: 760px;
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#header {
	position: relative;
	width: 760px;
	height: 235px;
}
#header h1 {
	position: absolute;
	bottom: 34px;
	background: black;
	border-top: 5px solid #F00;
	border-right: 1px solid black;
	color: white;
	width: 579px;
	font-family: "Arial Narrow", "Arial", "Helvetica", sans-serif;
	font-size: 14pt;
	padding: 10px 15px;
	letter-spacing: 4px;
}
* html #header h1 {
	width: 610px; /* IE5/Win only */
	w\idth: 579px; /* Other IE */
}
#header h2 span{
	display: none;
}

#cWrapper {
	position: relative;
	width: 760px;
	min-height: 1200px;
	background: white url(/include/layouts/images/cbackground.gif) repeat-y 609px 0;
}
* html #cWrapper {
	height: 1200px;
}

#content {
	position: relative;
	width: 559px;
	margin-right: 150px;
	padding: 15px;
	line-height: 1.2em;
	z-index: 1;
}
* html #content {
	width: 556px;
}

#content h1 {
	font-size: 24px;
	text-transform: uppercase;
}

#content .inset {
	background: white;
	border: 1px dashed black;
	padding: 20px;
	margin-right: 10px;
	width: 343px;
	float: left;
}
* html .inset {
	width: 333px;
}
#content .inset:hover {
	background: #F6F6F6;
	border: 1px dashed red;
}

#sWrapper {
	float: right;
	width: 150px;
	overflow: hidden;
	font-family: "Verdana", Times, sans;
	font-size: 0.8em;
}

#sticky {
	padding: 10px;
	text-align: center;
}

#footer {
	clear: left;
	position: relative;
	width: 609px;
	text-align: center;
}
* html #footer {
	width: 606px;
}
#footer ul {
  clear: left;
  list-style-type: none;
  text-align: center;
  padding: 0 60px; margin: 0;
  padding-top: 10px;
  line-height: 15px;
}
#footer ul li {
  font-size: 10px;
  display: inline;
  border-left: 1px solid black;
  padding-right: 0;
  padding-left: 3px;
}
#footer ul li.nb {
  border-left: none;
}
#footer ul a {
  text-decoration: none;
}
#footer ul a:hover {
  text-decoration: underline;
}
#footer h6 {
	padding: 20px;
}