
            html, body {
                height: 100%;
                background: #BDC2BF;
                background-image: url("../img/wood_back.jpg");
                background-attachment: fixed;
                color: #555;
                font-family: "Roboto", Arial, Helvetica, sans-serif;
                line-height: 1.45;
            }


            a {

            color:#fff;
            text-decoration:underline;

            }
            .wrap {
                min-height: 100%;
                height: auto !important;
                height: 100%;
                margin: 0 auto 30px;
                overflow: auto;
            }

            footer {
            	position:fixed;
            	bottom:0;
            	width:80%;
   				margin: 0 0 0 -40%;
    			left:50%;
            	padding:1em;
            	z-index:1000;
                background: #000;
                border: 0;
            }

           .smallfoot {
            position:relative;
            }

            footer * {
                line-height: 1.5em;
            }

            footer p {
              text-align:center;
                font-size:0.8em;
                margin:0;
                color:#ccc;
            }
            footer p span {
             color:#fff;
             font-weight:bold;
             }

            .top-menu {
                background: #000;
                border-bottom-right-radius:0.2em;
			border-bottom-left-radius:0.2em;

            }
            .top-white-bar {
                background: #fff;
            	width:100%;
            }


            .logo {
            	padding: 0.5em 1em;
				width:100%;
				background:#989C94;
				background:#fff;

            }

        	.logo h1 {
            	font-size:2em;
            	display:inline;
            	margin:0.3em;
            	font-family: 'Shadows Into Light', cursive;

            	color:#000;
            }

               	.sqr h1 {
            	font-size:1.5em;
            	font-family: 'Shadows Into Light', cursive;
            	color:#000;
            }

      		 	.contact p {
      		 	float:right;
  }

            .black-pill {
            background:#000;
            color:#fff;
            padding:0.4em;
            margin:1em;
            border-bottom-right-radius:0.2em;
			border-bottom-left-radius:0.2em;
            }

            .sqr  {
            background:#fff;
         	height:100%;
         	padding:1em;
            }

            .fb {
             background:#365e9f;
      		min-height:3.5em;
             color:#fff;
             padding:0.3em;
             vertical-align:middle;
             }

             .fb i {
             float:left;
             margin-right:0.2em;
             }
