		html, body{
			margin: 0;
			padding: 0;
		}

		body{
			font: 76% arial, sans-serif;
			text-align: center;
			background: #000;
            		}

		p{
			margin: 0 10px 10px;
		}
		div#toolbar{
	 		float:right;
	 		width: 200px;
	 		position: relative;
	 	}

        .clear{
          clear: both;
        }

        .domain{
            clear: both;
            float: left;
            position: absolute;
            top:3px;
            left: 210px;
            z-index: 3;
          }

        .agent{
           clear: both;
            float: left;
            margin-top:5px;
            margin-left: 600px;
          }

          .name{
            clear: both;
            float: left;
            position: absolute;
            top:60px;
            left: 450px;
            z-index: 2;
          }

            .logo{
            clear: both;
            float: left;
            position: absolute;
            top:5px;
            left: 5px;
            z-index: 2;
          }

          .bottle{
            clear: both;
            float: left;
            position: absolute;
            top:55px;
            left: 270px;
            z-index: 2;
          }

          .slogan{
            clear: both;
            float: left;
            position: absolute;
            top:35px;
            left: 205px;
            z-index: 3;
          }

           .address{
            clear: both;
            float: left;
            position: absolute;
            top:110px;
            left: 10px;
            z-index: 3;
          }

           .phone{
            clear: both;
            float: left;
            position: absolute;
            top:155px;
            left: 10px;
            z-index: 3;
          }

        div#wrapper{
            width:960px;
            margin:0 auto;
            text-align:center;
        }
         div#container{
			width: 750px;
            background: #ffffff url(http://static.collabrestate.com/designs/jeannekorpi/images/wr-jk-mock-1-brown-back2.jpg) repeat;
            text-align: left;
            position: relative;
            margin:0 auto;
            border-left: 1px solid #DAA520;
            border-right: 1px solid #DAA520;
            float:left;
		}

		div#header{
			width: 746px;
            height: 270px;
			margin: 0;
			padding-left: 0px;
			border-left: 2px solid #000000;
			border-right: 2px solid #000000;
			z-index: auto;
            background: url(http://static.collabrestate.com/designs/jeannekorpi/images/wr-jk-header-bg.png) repeat-x;
		}

        ul#navigation{
            clear: both;
            float: left;
		 	background: #000000;
			width: 750px;
			position: relative;
	 	 	margin: 0px;
	 	 	list-style:none;
	 	 	font: 90% arial,sans-serif;
	 	 	padding: 2px 0px 2px 0px;
            border-top: 1px solid #AA8C43;
            border-bottom: 1px solid #AA8C43;
	 	 }

	 	 ul#navigation li{
	 	 	display: inline;
	 	 	margin:0;
	 	 	padding:0 5px 0 5px;
	 	 	border-right: 1px solid #DAA520;
	 	 }

	 	 ul#navigation li.last{
	 	 	border:none;
	 	 }

	 	 ul#navigation a{
	 	 	text-decoration: none;
	 	 	color: #AA8C43;
			padding: 10px;
            text-decoration: none;
            font: 130% arial, sans-serif;
	 	 }

        div#content .content-text{
	 		padding: 10px;
	 	}
	   	 div#content{
	 	 	clear: both;
	 	 	width: 750px;
   	 	 }

	 	 div#content .listing-title-bar{
	 	 	background: #000;
	 	 }
	 	 div#content .listing-blurb-bar{
	 	 	background: #000;
	 	 }

	 	 div#content div.content-text {
	 	 	margin: 10px;
	 	 }

	 	 div#footer{
	 	 	float: left;
	 	 	text-align: center;
	 	 	width: 750px;
            
	 	 	color: #000;
	 	 	border-top: 1px solid #000;
	 	 	border-bottom: 1px solid #000;
	 	 }


