html, body {    
	background-image: url('images/bkgd.gif');
	background-repeat:no-repeat;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 12px;
        line-height: 18px;
        color: #000000;
		}
		
.hdr {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        margin-left: 20px;
        float: left;
     }

.alignright {
	float: right;
	margin-right: 30px;
	}

     
h2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
     }
     
.main {
        margin-right: 30px;
     }
     
.craft {
	font-size: 13px;
        line-height: 20px;
        margin-right: 30px;
     }
     
.order {
	font-size: 11px;
	line-height: 14px;
        margin-left: 20px;
        margin-right: 30px;
     }
     
.caption {
        font-size: 11px;
        line-height: 14px;
        font-style: italic;
        margin-left: 44px;
        margin-right: 54px;
     }

.credits {
    color: #785647;
        font-size: 10px;
        line-height: 14px;
        margin-top: 50px;
     }
     
.credits2 {
    color: #785647;
        font-size: 10px;
        line-height: 14px;
        margin-top: 50px;
        margin-left: 90px;
        margin-bottom: 20px;
     }
     
a.nav:link {
    color: #BA1424;
        font-weight: normal;
        font-size: 11px;
        line-height: 18px;
    	text-decoration: none;
     }
     
a.nav:visited {
    color: #BA1424;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    text-decoration: none;
     }
     
a.nav:hover {
    color: #ED1B2F;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    text-decoration: none;
     }
     
a.email:link {
    color: #BA1424;
        font-weight: normal;
    	text-decoration: none;
     }
     
a.email:visited {
    color: #BA1424;
    font-weight: normal;
    text-decoration: none;
     }
     
a.email:hover {
    color: #ED1B2F;
    font-weight: normal;
    text-decoration: none;
     }
     
a.order:link {
    color: #BA1424;
        font-weight: normal;
        font-size: 11px;
        line-height: 18px;
    	text-decoration: none;
    	margin-left: 170px;
     }
     
a.order:visited {
    color: #BA1424;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    text-decoration: none;
    margin-left: 170px;
     }
     
a.order:hover {
    color: #ED1B2F;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    text-decoration: none;
    margin-left: 170px;
     }