
body {
    font-family: "arial", "helvetica", sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    background-image: url(https://www.Knotty-Works.com/images/page_Background_Repeat.jpg);
    background-repeat: repeat-y;
}
header.pageHdr {
    height: 100px;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(https://www.Knotty-Works.com/images/Header-Slice.jpg);
    background-repeat: repeat-x;
}
header.pageHdr div.logoSpot {
    margin: 0;
    padding: 0;
    height: 100px;
    width: 250px;
    background-image: url(https://www.Knotty-Works.com/images/LogoSec.jpg);
    background-repeat: repeat-none;
    float: left;
}

header.pageHdr div.hdrSpot {
    margin: 0 0 0 250px;
    padding: 0;
    height: 100px;
    width: 750px;
    background-image: url(https://www.Knotty-Works.com/images/KnottyWorksHdr.jpg);
    background-repeat: repeat-none;
}

section.banner {
    height: 30px;
    width: 960px;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    color: white;
    font-size: 1.1em;
    font-weight: bold;
}

main {
    width: 1000px;
    height-min: 800px;
    margin: 0;
    padding: 0;
    /*clear: both;*/
}

aside.menulinks {
    width: 250px;
    margin: 0;
    padding: 0;
    float: left;
}

aside.menulinks header {
    margin: 0;
    padding: 0;
    height: 40px;
    width: 250px;
    background-image: url(https://www.Knotty-Works.com/images/Sidebar_Top.jpg);
    background-repeat: repeat-none;
}

aside.menulinks footer {
    margin: 0;
    padding: 0;
    height: 40px;
    width: 250px;
    background-image: url(https://www.Knotty-Works.com/images/Sidebar_Bottom.jpg);
    background-repeat: repeat-none;
}

aside.menulinks nav {
    margin: 0;
    padding: 10px;
    min-height: 200px;
    width: 230px;
    background-image: url(https://www.Knotty-Works.com/images/Sidebar_Filler.jpg);
    background-repeat: repeat-y;
}

aside.menulinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

aside.menulinks ul ul {
    padding-left: 10px;
}

aside.menulinks li a {
	color: #005378;
	text-decoration: none;
}

aside.menulinks li a:hover {
	color: #783500;
}

section.main {
    margin: 0;
    padding: 0;
    margin-left: 250px;
    min-height: 600px;
    width: 750px;
    background-color: #e3e3f7;
    position: relative;
}

section.main div.mainHdr{
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    width: 750px;
    height: 40px;
    background-image: url(https://www.Knotty-Works.com/images/main_Top.jpg);
    background-repeat: repeat-none;

}

section.main div.mainBdy{
    margin: 0px;
    padding: 10px;
    overflow: auto;
    min-height: 580px;
    max-height: 700px;
    width: 730px;
    background-image: url(https://www.Knotty-Works.com/images/main_Filler.jpg);
    background-repeat: repeat-y;        
}

section.main div.mainBdy hr{
    clear: both;
}

section.main div.mainBdy a {
	text-decoration: none;
	font-weight: bold;
	color: #002356;
}

section.main div.mainBdy a:hover {
	color: #692300;
}

section.main div.mainBdy div.imgCenter {
    width: 100%;
    text-align: center;
}

section.main div.mainFtr{
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    width: 750px;
    height: 40px;
    background-image: url(https://www.Knotty-Works.com/images/main_Bottom.jpg);
    background-repeat: repeat-none;
}

section.SubMain {
margin: 0;
padding: 0 20px;
width: 980px;
clear: left;

}

section.SubMain p {
    clear: left;
    padding: 10px;
    color: yellow;
    font-size: 1.1em;
}

section.SubMain a {
	color: white;
	text-decoration: none;
	float: left;
	display: inline;
	width: 167px;
	padding: 0 20px 0 0;
}

section.SubMain a.inlineA {
	float: none;
	padding: 0;
	width: auto;
	white-space: nowrap;
}

.Covers { 
    float: right; 
    height: 780px; 
    width: 300px; 
    background-color: white; 
    padding: 0; 
    margin: 0 10px 0 0; 
    border: 0 solid black; 
}

.Covers a {
    display: block;
    margin: 0;
    padding: 0;
    height: 388px;
    border: 0 solid black;
}

.Covers img {
    height: 388px;
    width: 300px;
    margin: 0;
    padding: 0;
    border-image-width: 0;
    border: 0 solid black;
}

.Covers hr { 
    padding: 0; 
    margin: 0; 
    border: solid black 2px; 
}

section.advert {
    margin: 20px 0; 
    padding: 0 auto; 
    text-align: center;
    width: 1000px;
}

footer.pageBottom {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    border-top: 1pt solid black;
    background-color: #223;
    color: white;
}

footer.pageBottom a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

footer.pageBottom a:hover {
    color: #eea;
}

.center {
    text-align: center;
}

.floatright {
	float: right;
	padding: 5px 5px 10px 10px;
}

img.ppcover {
	height: 180px;
	width: 140px;
}