
* {
	margin: 0;
	padding: 0;
}

p {
	padding-bottom: 20px;
}

a {
	color: Blue;
}
 a:hover {color: Maroon;}

body {
	background: #FDF5E6;
	color: Black;
	Font: normal 13px "Lucida Sans Unicode",sans-serif;
}

img {border: none;}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

h1{
	color: Maroon;
	Font: normal 22px "Lucida Sans Unicode",sans-serif;
	margin-top: 5px;
	margin-bottom: 4px;
}

h2{
	color: Maroon;
	Font: normal 18px "Lucida Sans Unicode",sans-serif;
	margin-top: 5px;
	margin-bottom: 4px;
}

h3{
	color: Maroon;
	Font: normal 14px "Lucida Sans Unicode",sans-serif;
	margin-top: 5px;
	margin-bottom: 4px;
}

#container {
	border: 3px double black;
	height:100%;
	width: 800px;
	margin: 0 auto;
	background : white;
}

#header {
	background: White url("img/head.jpg");
	height: auto;
	width: 800px;
	margin: 0 auto;
	height: 150px;
}
#navigation {

	height: auto;
        width: 780px;
        background: silver;
        height: 36px; 
}
  
   
#main {
	background: white;
	height:100%;
	width:778px;
	padding:6px;
	margin: 0 auto;
	border-top: 1px solid #D3D3D3;
}


#footer {
	background: white;
	height:200px;
	width: 778px;
	padding:6px;
	margin: 0 auto;
	border-top: 1px solid #D3D3D3;
	margin-top: 4px;
}
#footer2 {
	background: white;
	width: 778px;
	padding:6px;
	color: Black;
	margin: 0 auto;
}
    
#footer2 a {
	color: Blue;
	text-decoration:none;
}
#footer2 a:hover {
	color: Maroon;
}     

#footer ul {
	border-top: 1px solid #4c4c4c;
	margin: 0;
}
#footer li {
	border-bottom: 1px solid #4c4c4c;
	list-style: none;
}
#footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
#footer a {color: #333; text-decoration:none;}
#footer a:hover {
	color: Maroon;
	background: grey;
}

.f1,.f2 {
	float: left;
	width: 31%;
}
.f2{margin: 0 3%;}

/* bottom */
.bottom {
	color: Maroon;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
       
/*- Menu Tabs 3--------------------------- */

  #tabs3 {
	float:left;
	width:800px;
	background: #222;
	font-size:93%;
	line-height:normal;
}
    #tabs3 ul {
          margin:0;
          padding:10px 10px 0 0px;
          list-style:none;
      }
    #tabs3 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs3 a {
      float:left;
      background:url("img/tableft3.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs3 a span {
      float:left;
      display:block;
      background:url("img/tabright3.gif") no-repeat right top;
      padding:10px 40px 10px 40px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs3 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs3 a:hover span {
      color:#FFF;
      }
    #tabs3 a:hover {
      background-position:0% -42px;
      }
    #tabs3 a:hover span {
      background-position:100% -42px;
      }

      #tabs3 #current a {
              background-position:0% -42px;
      }
      #tabs3 #current a span {
              background-position:100% -42px;
      }
	  
	 #vid_box {
	           text-align: center;
    		   width: 550px;
			   height: 400px;
               margin: 0;
      }
	
	 #textbox1 {
				width: 650px;
	}
	
	 #textbox2 {
				width: 500px;
	}
	
-->
