body {
background-image: url(images/bg-sliver.png);
background-repeat: repeat-x;
font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #000000;
background-color: black;
line-height: 1.5em;
margin-top: 0px;
margin-bottom:0px;
}

/* structural elements */

#mainwrapper {
width:811px;
}

#header {
width:811px;
height:203px;
margin-top: 0px;
padding-left: 50px; 
padding-right: 40px;
padding-top: 20px;
padding-bottom: 0px;
background:url(images/header-bg.png) no-repeat;
vertical-align:text-top;
color:white;
}

#tablebody {
padding-top: 0px;
padding-right:55px;
padding-left:55px;
padding-bottom: 20px;
background:url(images/page-bg.png) repeat;
}

#tablebodywizard {
padding-top: 0px;
padding-right:55px;
padding-left:55px;
padding-bottom: 20px;
background:url(images/page-bg.png) repeat;
height:300px;
}


#articlebody {
margin-top: 0px;
padding-top: 0px;
float: right; 
width: 520px;
line-height: 1.5em;
}

#sidebar {
float: left; 
width: 170px;
}


/* in body elements */

h1 { 	font-size: 22pt;
		color: #BF0000;
		font-weight: bold;
		margin-top: 0;
		text-align: center;
}

h2 { 	font-size: 15pt;
		color: darkblue;
		font-weight: bold;
}

#breadcrumbs {
font-size:12px;
padding-bottom:5px;
border-bottom:1px dotted grey;
}

.notice {
width:90%;
border:2px dashed #677923;
padding:10px;
margin:5px;
font-weight:bold;
}

#resourcebox {
font-size: 12px;
font-family: Arial;
width: 390px;
border: groove purple 3px;
background: lightblue;
padding-top: 3px;
margin-top: 3px;
padding-right: 12px;
padding-bottom: 7px; 
padding-left: 12px;			
}


#related_articles_links {
float: left; width: 430px; margin-right: 10px;
border: 1px solid;
}

#related_articles_banner {
float: left; width: 250px; padding-top:50px;
border: 1px dotted;
}

.wizard_results_heading {
font-size:20px;
}

/* bulleted lists */

.list_greenticks li {
background-image: url('http://www.guitarwizardry.net/images/bullet_green_tick.png'); 
background-repeat: no-repeat;
list-style-type:none;
height:34px; 
padding-left:40px;
padding-top:7px;
}


/* CSS Tabs */
#navcontainer {
        background: black;
        border-top: 1px solid #9CC;
        font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
		width:630px;
		margin-top:40px;
}

#navlist {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}

@media all {
        #navlist {
                text-align: center
        }
}

#navlist li {
        bottom: 11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}


#navlist a, #navlist a:link, #navlist a:visited {
        background: #900;
        border: 1px solid #FFF;
        bottom: 2px;
        color: #FFF;
        cursor: pointer;
        display: inline;
        height: 1em;
        margin: 0;
        padding: 3px 5px 3px 5px;
        position: relative;
        right: 2px;
        text-decoration: none;
}

#navlist a:hover {
        background: #C00;
        bottom: 1px;
        color: #FFF;
        position: relative;
        right: 1px;
}

#navlist a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}

#navlist li#active {
        background: #369;
        bottom: 13px;
        display: inline;
        margin: 0 3px 0 0;
        padding: 0;
        position: relative;
}



#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
        background: #369;
        border-bottom: none;
        border-left: 1px solid #9CC;
        border-right: 1px solid #9CC;
        border-top: 1px solid #9CC;
        bottom: 0;
        color: #FFF;
        cursor: text;
        margin: 0;
        padding: 2px 5px 0 5px;
        position: relative;
        right: 0;
}


/* footer */

#footer {
height:79px;
width:811px;
padding-left: 55px; 
padding-right: 55px;
padding-top: 20px;
padding-bottom: 0px;
background:url(images/footer-bg.png) no-repeat;
}
