@import url(craftmaster.css);

body {
 background-image:url(planks.gif);
 background-color:white;
}

h1 {
 color:#bc9b7a;
}

h2 {
 color:#8a562f;
}

h5,th {
 color:#8a562f;
}

h6 {
 color:#bc9b7a;
}

.tabs {
 background:#bc9b7a url(corner_tl.gif) top left no-repeat;
}

.bar {
 border-color:#5d2d13;
 background-color:#8a562f;
 color:#edc;
}

.corner_bl {
 background-image:url(corner_bl.gif);
}

.tabs .here {
 border-color:#5d2d13;
 background-color:#8a562f;
}

.tabs a:link    {text-decoration:none; color:white; margin:1px 1px 0px 5px;}
.tabs a:visited {text-decoration:none; color:white; margin:1px 1px 0px 5px;}
.tabs a:hover   {text-decoration:none; color:white; margin:0px 0px 0px 4px;
 border-style:solid;
 border-color:#5d2d13;
 border-width:1px 1px 0px 1px;
 background-color:#8a562f;
}

.bar a:link    {color:#edc;}
.bar a:visited {color:#edc;}
.bar a:hover   {color:white;}

body div.main {
 margin-left:5px;
 margin-bottom:10px;
 min-height:370px;
}

a:link    {color:#5d2d13;}
a:visited {color:#8a562f;}
a:hover   {color:black;}

.blurb {
 font-family:verdana,tahoma,sans-serif;
 font-size:smaller;
 color:#8a562f;
}

img {
 margin:5px;
 border: solid 2px #5d2d13;
 padding:0;
}

.icon img {
 margin:15px;
 border:none;
}
table.icon { width:480px !important; }

a:link    img { border-color:#5d2d13; }
a:visited img { border-color:#8a562f; }
a:hover   img { border-color:black; }

.fmb {
 position:absolute;
 top:25px;
 right:20px;
}

form table {
 border-collapse:separate;
 border:dashed 1px #8a562f;
 padding:10px;
}
form table td { padding:5px; vertical-align:top; }
label { font-size:smaller; }
