body
{
    margin: 0;
    padding: 0;
}

#maincontainer
{
    margin: 0;
    padding: 0;
}

#contentwrapper
{
    float: left;
    width: 100%;
}

#contentcolumn
{
    margin-right: 200px; /*Set right margin to RightColumnWidth*/
    border-right-color: #807d74;
    border-right-style: dashed;
    border-right-width: 1px;
}

#rightcolumn
{
    float: left;
    width: 200px; /*Width of right column in pixels*/
    margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
}

.innertube
{
    margin: 10px;
    margin-top: 0;
}

ol, ul
{
    list-style: none;
}

#topsection
{
	height: 150px;
	background: url('images/NT7S_Speaker_Grille.png');
}

#headerborder
{
    height: 50px;
	background: url('images/NT7S_Border.png') repeat-x;
}

#logo
{
    height: 132px;
    width: 350px;
    left: 15px;
    top: 15px;
    position: absolute;
    background: url('images/NT7S_Logo.png') no-repeat bottom;
}

#siteinfo
{
    background-color: #30364f;
    clear: both;
    padding: 10px;
    color: #ffffff;
}

#navigation
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 0.8em;
}

#navigation a:link {text-decoration:none; color: #ffffff;}
#navigation a:visited {text-decoration:none; color: #ffffff;}
#navigation a:hover {text-decoration:underline; color: #ffffff;}
#navigation a:active {text-decoration:underline; color: #ffffff;}

#navigation li
{
    margin: 1px 0px 1px 0px;
    background-color: #7590ae;
    padding: 3px;
}

#navigation li.active
{
    margin: 1px 0px 1px 0px;
    background-color: #3a4757;
    padding: 3px;
}

blockquote
{
	font-style: italic;
	font-size: 90%;
}

.pagetitle
{
	font-size: 1.6em;
	font-weight: bold;
}
