body {
	font:normal normal normal 0.85em Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}
#header,#content,#footer {
	text-align:left;
	width:950px;
	margin-left: auto;
	margin-right: auto;
}
.hidden, hr {
	display: none;
}
a {
	color: #c60101;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3 {
	font-weight: normal;
}

/* Body BG */
body {
	background: url(bg0.png) center top repeat-x;
}

/* Header design */
#header {
	height: 658px;
	background: url(bg1.jpg) center top no-repeat;
}
#header span {
	display: none;
}

/* Content design */
#content {
	margin-top: -420px;
	min-height: 400px;
}
#body {
	margin-left: 470px;
}
#body .img {
	float:left;
	margin-left: -300px;
}

/* Menu design */
#mainmenu {
	position: absolute;
	top: 200px;
	margin: 0 0 0 460px;
}
.doc #mainmenu {
	margin: 0 0 0 290px;
}
#header {
	height: 658px;
	background: url(bg1.jpg) center top no-repeat;
}
#mainmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mainmenu ul li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	border-left: solid 1px #808080;
}
#mainmenu ul li:first-child {
	border: none;
}
#mainmenu ul li a {
	display: block;
	display: table-cell;
	vertical-align: middle;
	color: #808080;
	text-decoration: none;
	height: 24px;
	padding: 0 12px;
}
#mainmenu ul li a:hover {
	text-decoration: underline;
}

table {
	width: 100%;
}
tr {
	background: none;
}
tr:first-child,
tr:first-child+tr+tr,
tr:first-child+tr+tr+tr+tr,
tr:first-child+tr+tr+tr+tr+tr+tr,
tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr,
tr:first-child+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr {
	background: #eaeaea;
}
td {
	vertical-align: top;
	padding-bottom: 0.5em;
}

.adimage {
  float: right;
  margin: 0 20px;
  border: none;
}
.adimage:hover {
  opacity: 0.65;
}


/* Footer design */
#footer {
	width: 930px;
	color: #fff;
	font-size: 85%;
	padding: 5px 10px;
	margin-top: 10px;
	background: #bababa;
}



/*****************************************************************************/
/*                         Individual page correction                        */
/*****************************************************************************/
.doc #header {
	background: url(bg2.jpg) center top no-repeat;
}
.doc #body {
	margin-left: 300px;
}
