html {
   font-size: 100.01%;
   height: 100%;
   }

body {
   background: #ddd;
   color: #999;
   font-family: trebuchet MS, sans-serif;
   font-size: 1em;
   height: 100%;
   margin: 0px;
   padding: 0px;
   text-align: center;
   }

/*-------reset--------*/
div {
   color: #999;
   margin: 0px;
   padding: 0px;
   line-height: 1.6em;
   }

p {
   color: #999;
   margin: 0px;
   padding: 0px;
   }

a {
   color: #000;
   margin: 0px;
   padding: 0px;
   border: none;
   text-decoration: none;
   }

strong {
   font-weight: normal;
   }

h1,h2 {
   font-size: 1em;
   font-weight: normal;
   margin: 0px;
   padding: 0px;
   }

img {
   border: none;
   margin: 0px;
   padding: 0px;
   }
/*-------end reset--------*/

#content {
   background: #ffffff;
   height: 100%;
   width: 1004px;
   margin: 0px auto 0px auto;
   position: relative;
   text-align: center;
   }

#centred {
   height: 204px;
   width: 924px;
   margin-left: -462px;
   margin-top: -234px;
   top: 50%;
   left: 50%;
   position: absolute;
   }

#graylineleft {
   background: #c0c0c0;
   font-size: 0em;
   line-height: 0em;
   height: 100%;
   width: 1px;
   position: absolute;
   top: 0px;
   left: 0px;
   }

#graylineright {
   background: #c0c0c0;
   font-size: 0em;
   line-height: 0em;
   height: 100%;
   width: 1px;
   position: absolute;
   top: 0px;
   right: 0px;
   }

#shadowleft {
   background: url("../img/shadowleft.gif") repeat-y bottom right;
   width: 26px;
   height: 100%;
   position: absolute;
   top: 0px;
   left: -26px;
   }

#shadowright {
   background: #eee url("../img/shadowright.gif") repeat-y bottom right;
   width: 26px;
   height: 100%;
   position: absolute;
   top: 0px;
   right: -26px;
   }

 #mainmenublock {
   margin-bottom: 5px;
   width: 925px;
   text-align: right;
   }

 .linkimgmain {
   height: 204px;
   width: 308px;
   }

 #homeimg {
   background: #c1e2ea;
   font-size: 0pt;
   height: 204px;
   width: 924px;
   line-height: 0em;
   }

 #footer {
   color: #333;
   font-family: trebuchet MS, sans-serif;
   font-size: 10pt;
   margin-top: 87px;
   }

/*------------decorations------------*/

#logo {
   margin-bottom: 80px;
   }

#thename {
   color: #333;
   font-size: 22pt;
   margin-bottom: 5px;
   }

#slogan {
   color: #666;
   font-size: 11pt;
   }

/*------------replace--------------*/

span.replace {
   display: block;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 1;
   }

#logoreplace {
   background: url("../img/logo.gif") no-repeat top left;
   margin-left: -145px;
   position: absolute;
   top: 0;
   left: 50%;
   height: 80px;
   width: 298px;
   }

 /*------------a--------------*/

#mainmenublock a {
   color: #999;
   font-size: 11pt;
   text-decoration: underline;
   }
#mainmenublock a:hover, #mainmenublock a:active{
   color: #0088ca;
   text-decoration: none;
   }