/* ---------------------
basic layout
--------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 40px auto;
}

td {
	font-size: 11px;
}
span.article_seperator {
	display: block;
	height: 0px;
}
#container {
	width: 790px;
	margin: auto;
}
#header {
    float:left;
	background: #fff;
	width: 790px;
}
#nav {
    float:left;
	width: 790px;
	padding-bottom:20px;
	background: url(../images/background.jpg);
	background-repeat:repeat-y;
}
#content {
    float:left;
	width: 790px;
	background: url(../images/background.jpg) bottom left repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #463227;
}
#innercontent {
    float:left;
	width: 790px;
	background: url(../images/brother_logo_background.jpg) bottom left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #463227;
}

.textwrapper {
	padding: 0 0 0 32px;
}


.footer {
	color: #666;
}
#copyright {
    float:left;
	width: 170px;
	padding: 16px 0 0 30px;
	height: 46px;
	color: #666;
	font-size: 10px;
}

/** div container for footer menu. **/
#footerwrapper {
    float:left;
	width: 790px;
	padding: 0;
	height: 46px;
	background: url(../images/footer_background.gif);
	background-repeat:no-repeat;
	bord/er: 1px solid #fff;
}
#footer {
    float:left;
	width: 500px;
	padding: 10px 0 0 36px;
	height: 46px;
	bor/der: 1px solid #fff;
	}
/* footer menu */
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

/** unordered list item for top menu **/
ul#mainlevel-nav li
{
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
	font-size: 10px;
	white-space: nowrap;
	border-right: 1px solid #666;
}

/** unordered list item link for top menu **/
ul#mainlevel-nav li a
{
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: underline;
	color: #666;
}

/** unordered list item link for top menu for firefox only **/
#footermenu>ul#mainlevel-nav li a {
	width: auto;
}

/** unordered list item for top menu for firefox only **/
ul#mainlevel-nav li a:hover {
	color: #fff;
	text-decoration:none;
}

#text_holder {
    float:left;
	width: 530px;
	padding-left:26px;
	}
.columnmiddle {
    float:left;
	padding: 0 0 0 18px;
	}
.contentpaneopencolumnmiddlemusic {
	width: 680px;
	padding: 0;
		}
.contentpaneopencolumnmiddlegallery {
	width: 600px;
	padding: 0;
	}
.contentpaneopenblog {
	width: 600px;
	padding-left:26px;
	}
#columnright {
    float:left;
	width: 156px;
	padding: 40px 40px 0 0;
	text-align:center;
}
a:link {
	color: #463227;
	text-decoration: underline;
}
a:visited{
	color: #463227;
	text-decoration: underline;
}
a:active{
	color: #463227;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}