 html, body, div, span, applet, object, iframe,
			h1, h2, h3, h4, h5, h6, p, blockquote, pre,
			a, abbr, acronym, address, big, cite, code,
			del, dfn, em, font, img, ins, kbd, q, s, samp,
			small, strike, strong, sub, sup, tt, var,
			b, u, i, center
		   {
				margin: 0;
				padding: 0;
				border: 0;
				outline: 0;
				font-size: 100%;
				vertical-align: baseline;
				background: transparent;


			}

    div.header{
        width:800px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:0px;
        padding-bottom:0px;
        height:184px;
    }
    div.content{
        width:800px;
        margin-left:auto;
        margin-right:auto;
        min-height:800px;
        background-color:#fc9d05;
    }
        div.menubar{
            height:26px;
            background:#f85301;
            width:100%

        }
        div.menu{
            height:26px;
            background:#f85301;
            color: black;
            font-size: 12px;
            margin-left:15px;
            float:left;
            padding-left: 5px;
            padding-right:5px;
        }
        div.menu_chosen{
            height:26px;
            background:#fc9d05;
            color: black;
            font-size: 15px;
            margin-left:15px;
            float:left;
            padding-left: 5px;
            padding-right:5px;
        }

        a.menu{
            text-decoration:none;
            color:black;
            }
        div.menu:hover{ background-color:#fc9d05;}

        div.toprightjpg{
            float: right;

        }
        div.tumbs{
            width:700px;
            margin-left:auto;
            margin-right:auto;
            margin-top: 50px;
        }
        div.tumb{
            margin-left:50px;
            float:left;
        }

        div.content_panel_index{
            margin-top: 50px;
            width: 600px;
            margin-left:auto;
            margin-right:auto;
        }

        div.about{
            color:#fffffd;

            font-size: 19px;

        }
        div.about_inspiration{
          color:#f85301;
          font-size: 17px;
          margin-top: 20px;

        }


        div.title{
          color:#fffffd;
          font-size: 17px;
          margin-top: 20px;
          text-decoration: underline;
          font-size: 19px;
          margin-left: 25px;
          font-family:sans-serif;


        }

        div.text{
            color:#fffffd;
            margin-top: 20px;
          font-size: 20px;
          margin-left: 25px;
            

        }

 div.page_title{
     font-family:serif;
     font-size:23px;
     margin-left:30px;
     margin-top:15px;
     color:black;
     text-decoration:none;
     text-transform:uppercase;
 }

 a.whiteLink{
    color:#fffffd;
    font-size:18px;

 }

 div.footer{
     width: 200px;
     margin-left:auto;
     margin-right:auto;
     font-size: 12px;
 }
 div.footerbox{
     margin-top: 600px;
 }
