﻿body 
{
    margin: 0;
    padding: 0;
    background: url(img/background.jpg) left top;
}

#wrapper
{
    width: 746px;
    position: relative;
    left: 50%;
    margin-left: -363px;
/*    background: url(img/background-wrapper.gif) repeat-y left top; */
}

#holderwrapper
{
    width: 746px;
    position: relative;
    left: 50%;
    margin-left: -363px;
/*    background: url(img/background-wrapper.gif) repeat-y left top; */
}

#intro
{
    width: 750px;
    padding: 15px 0px 0px 0px;
}
h1
{
    font-family: Tahoma;
    font-size: 14px;
    color: #311F0A;
}

#branding
{
    width: 746px;
    height: 403px;
    overflow: hidden;
    
   /*  background: url(img/background-wrapper.gif) repeat-y left top; */
}

#mainContent
{
    width: 636px;
    background: url(img/background-wrapper.gif) repeat-y left top;
    margin-left: 0;
    clear:both;
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
    color: #1C1400;
    line-height: 2.72em;
    padding: 15px 55px 0 55px;
}

img.knot
{
    position: absolute;
    right: 0;   
    margin-top: -15px; 
}

#mainContent ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#mainContent li
{
    background: url(img/bullet.gif) no-repeat left 8px;
    padding-left: 20px;
    font-weight: bold;
}

#col1
{
    float: left;
    width: 40%;
}

#col2
{
    float: right;
    width: 55%;
}

p
{
    margin: 0;
    padding: 0;
    text-align: justify;
}

p.clear /*Fix for Firefox for background-wrapper*/
{
    clear: both;
    height: 30px; /*mainContent bottom padding*/
}

#footer
{
    
    width: 746px;
    position: relative;
    left: 50%;
    clear: both;
    margin-left: -363px;
    background: url(img/background-footer.gif) no-repeat left top;
    height: 104px;
    font-family: Tahoma;
    font-size: 10px;
    color: #D9CB92;
    text-align: center;
}

#footer a:link, #footer a:visited
{
    text-decoration: none;
    color: #D9CB92;
}

#footer a:hover, #footer a:active
{
    text-decoration: underline;
}

#footer .info
{
    float: left;
    background: url(img/knot.gif) no-repeat left center;
    margin: 37px 0 0 30px !important;
    margin: 37px 0 0 15px;
    padding: 0 0 0 40px;
}

#footer .nav
{
    float: right;
    background: url(img/knot.gif) no-repeat right center;
    margin: 37px 30px 0 0 !important;
    margin: 37px 15px 0 0;
    padding: 0 40px 0 0;
    font-family: Arial;
    font-weight: bold;
}
#subcopy
{
    width: 580px;
    padding: 15px 0px 0px 20px;
}
#subcopylinks
{
    width: 520px;
    padding: 15px 0px 0px 70px;
}
#subcopylinks a:link
{
    text-decoration: none;
    color: #4E3212;
}
#subcopylinks a:visited
{
    text-decoration: none;
    color: #4E3212;
}
#subcopylinks a:hover
{
    text-decoration: none;
    color: #000000;
}
#subcopylinks a:hover
{
    text-decoration: underline;
}
#subcopylinks p
{
    height: 150px;
    padding: 25px 0 0 0;
    margin-top: 10px;
    font-weight: bold;
}
#subcopylinks img
{
    float: right;
    clear: left;
    vertical-align:middle;
}
#subcopyhistory
{
	width: 580px;
	padding: 15px 0px 0px 20px;
	line-height: 25px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
}
#terms
{
	width: 580px;
	padding: 15px 0px 0px 20px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
	color: #666666;
	line-height: 12px;
}
.imgleft 
{
    float:left;
    padding: 10px 15px 5px 15px;
}
#gallery
{
    padding: 0px 0px 0px 60px !important;
	padding: 0px 0px 0px 0px
}

#navbar-iframe { display:block }


