
html,body{margin:0;padding:0;
background-image: url('../images/bgc.jpg');
background-repeat:repeat-x;
background-color:#99ccff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	height: 100%;

	}
div#header {height:80px;line-height:80px;margin:0;
  padding-left:10px;}
div#container{text-align:left;background-image:url(../images/bg.png); background-repeat:no-repeat; width:716px; height:475px; 
}
div#content p{line-height:1.4}
div#extra{background:#FF8539}
div#footer p{margin:0;padding:0px 0px 0px 20px}

div#container{width:714px;margin:0 auto; height:476;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -357px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -238px; 
	/* Half the height of the DIV tag which is also 50 pixels */

}
div#content{float:right;width:500px; padding-top:5px; height:120px;}
div#navigation{float:left;width:214px; height:168px; padding:0px 0px 0px 0px;}
div#logo{float:left;width:214px; height:125px; padding:0px 0px 0px 0px;}
div#wrapper{float:left;width:714px; height:25px; padding:0px 0px 0px 0px;}
div#footer{clear:both;width:100%; font-size:12px;}
#menu1 {
  width:135px;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  background-image:url(../images/button.jpg);
  }
#menu1 li {
  float:left;
  width:135px;
    background-image:url(../images/button.jpg); 
  }
#menu1 a {
  display:block;
  width:135px;
  color:#fff; 
  background:#d4d4d4; 
  text-align:center;
  vertical-align:middle;
  text-decoration:none; 
  float:left;
  padding:20px 0px 0px 0px;
  height:36px;
    background-image:url(../images/button.jpg);
  }
#menu1 a:hover {
  color:#fff; 
      background-image:url(../images/hover.jpg);
  }
  
  a {
  color:#555; 
  text-decoration:none; 
  }
a:hover {
  color:#0091C7; 
  }
