body {
	background-color: white;
	margin:0;
	padding:0;
	color:#000;
	/*font-family:"georgia","times new roman",serif;
       font-size: 12pt;
      color:#333;*/
        font:14px "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	voice-family: "\"}\"";
	voice-family:inherit;
	line-height: 1.2em;*/
      voice-family: inherit;
       } 
html>body {
min-width:773px;
}
#container {
    background:#fafaf8;
    margin:0 auto;
    width:773px;
    border: 1px solid black;	
  }
#header {
 width: 100%; 
 background:url(/images/New-Bubbles-Banner.jpg) top center no-repeat;
 height: 200px;
 position: relative;
}
#header h1
{
padding: 0;
margin: 0;
position: absolute;
right: 5px;
top: 5px;
}
#header h1 a:link, #top h1 a:visited
{
text-decoration: none;
color: black;
}
#header h1 a:hover, #top h1 a:active {
text-decoration: underline;
color: purple;
}
#sliding {
      float:left;
      width:100%;
      background:#DAE0D2 url(/images/border2.gif) repeat-x bottom;
      font-size:100%;      
      line-height:normal;
      }
#sliding ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
#sliding li {
      float:left;
      background:url(/images/right_side1.png) no-repeat right top;
      margin:0;
      padding:0;
      }
#sliding a {
      display:block;
      background:url(/images/left_side.png) no-repeat left top;
      padding:5px 15px 4px;
      color: threedhighlight;
      }
#sliding #current {
     background-image:url(/images/norm_right_on1.png);
      }
#sliding #current a {
      background-image:url(/images/norm_left_on2.png);
      padding-bottom:5px;
     color: black; 
}
#main {
 float: right;
 width: 100%;
 }
#main p {
 padding: 3px;
 text-align: justify;
 }
#main h1 {
	text-decoration: none;
	padding: 10px;
	text-align:center;
	font-size: 1.4em;
}
#main h2 {
	padding:5px;
	font-size: 1.2em;
}
#main ul {
list-style-type: disc;
}
#main ul.noDisc {
list-style-type: none;
}
#footer {
    background:#203652;
    clear:both;    
}
#footer p {
    padding:5px;
    margin:0;
    }
#nav {
    background:#c99;
    padding: 5px;
    }
