body {
  margin: 0px;
  padding: 0px;
  margin: 0;
  padding: 0;
  background: #FFFFFF url(images/img01.jpg) repeat-x left top;
  font-family: Verdana,Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #0d2139;
}
#header {
  	margin: 0 auto;
	width: 706px;
	height: 260px;
	background: url(images/header.png) no-repeat left top;
}

#header2 {
  	margin: 0 auto;
	width: 706px;
	height: 260px;
	background: url(images/header2.png) no-repeat left top;
}

#header3 {
  	margin: 0 auto;
	width: 706px;
	height: 260px;
	background: url(images/header3.png) no-repeat left top;
}

#header4 {
  	margin: 0 auto;
	width: 706px;
	height: 260px;
	background: url(images/header4.png) no-repeat left top;
}

#header5 {
  	margin: 0 auto;
	width: 706px;
	height: 260px;
	background: url(images/header5.png) no-repeat left top;
}

#header6 {
  	margin: 0 auto;
	width: 706px;
	height: 260px;
	background: url(images/header6.png) no-repeat left top;
}

#header7 {
  	margin: 0 auto;
	width: 706px;
	height: 260px;
	background: url(images/header7.png) no-repeat left top;
}

#main {
  margin: 0 auto;
  width: 730px;
}

#content {
  float: left;
  width: 70%;
  height: 340px;
}

#content_full {
  float: left;
  width: 100%;
  height: 340px;
}

#content_one {
  float: left;
  width: 33%;
  height: 126px;
}

#content_two {
  float: left;
  width: 33%;
  height: 126px;
}

#content_three {
  float: right;
  width: 33%;
  height: 126px;
}

#content_links {
  float: left;
  width: 100%;
  height: 340px;
}

#content_contact {
  float: left;
  width: 60%;
  height: 340px;
}

#fullcontent {
  float: left;
  width: 100%;
  height: 340px;
}

#rightcol {
  float: right;
  width: 25%;
  height: 340px;
}

#rightcol_contact {
  position: relative;
  float: right;
  width: 30%;
  height: 320px;
}

#footer {
  margin: 0 auto;
  clear: both;
  width: 730px;
  color: #555555;
  text-align: center;
}

/* Menu */

#navlist
{
margin: 0 auto;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }

#navlist .current_page_item a {
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
red {color: #ff0000}

#zone {    /* clickable area */
float: right;
width : 190px;
height: 40px;
margin-right: 60px;
margin-top: 0px;
}


