/* CSS Document */

body {
background: #ccc; margin: 0 auto;
color: #666;
}

div, ul, h1, h2, h3, li, p, img{margin:0; padding:0;}
ul{list-style-type:none;}

/* CONTAINER*/
#container {background: #fff; width:900px; margin: 0 auto; padding: 0px 0px 0px 0px; position: relative; }

/* TOP PANEL*/
#topPanel{width:100%; height:225px; position:relative;}
#topPanel img{width:100%; height:250px; z-index:1; padding:0; position:relative; margin: 0 auto;}
/* MENU PANEL*/
#topPanel ul{width: 100%; height:42px; position:absolute; top:250px; left:0px;}
#topPanel ul li{width:100px; height:42px; float:left; }
#topPanel ul li a{width:100px; height:42px; display:block; background: blue url('images/menu-bg.gif') repeat-x 0 0; color:#fff; font-weight:normal; text-align:center; text-decoration:none; font-style:normal; font-variant:normal; line-height:40px; font-size:13px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}
#topPanel ul li a:hover{background:#fff url('images/menu-bg1.gif'); color:#fff; text-decoration:none;}

/* BODY PANEL*/
#bodyPanel{background: #fff; width:100%; height:700px; position:relative; margin:75px auto; padding: 0; }
#bodyPanel h1{position: relative; text-decoration: underline; margin-top: 50px; margin-left: 25px; color: blue; font-size: 23px; }
#bodyPanel h2{color: #000; font-weight: bold; font-size: 44px; text-decoration: underline; text-align: center; }
#bodyPanel h3{color: #000; font-weight: bold; font-size: 36px; text-decoration: underline; text-align: center; }
#bodyPanel h4{background: #fff url('images/solid-line.gif') repeat-y; position: absolute; top:100px; right: 0px; }
#bodyPanel p{background: #fff; color: blue; position: font-weight: normal; font-size: 20px; }
#bodyPanel ul{ margin-left: 50px; margin-top: 15px; color: #000; font-size: 20px; }




/* FOOTER PANEL*/
#footerPanel{width:900px; background:url('images/bubble-ring.jpg'); color:#fff; font-size:16px; margin: 0 auto;}
#footerbodyPanel{margin: 0 auto; width:900px;height:175px; position:relative; padding:0;}
#footerPanel ul{margin: 0 auto; width:350px; display:block; position:absolute; right:0px; top:33px; }
#footerPanel li{float: left; font:15px/15px Arial, Helvetica, sans-serif; font-weight:bold;}
#footerPanel ul li a{padding:0 6px; color:#fff; background:none; text-decoration:none;}
#footerPanel ul li a:hover{text-decoration:underline;}
#footerPanel ul li a.padl{padding:0 0 0 6px;}
#footerPanel p.copyright{background:none; display:block; position:absolute; top:66px; right:8px; color:#fff;}