body {
	margin: 0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #000;
}


/* DIFFERENT SECTIONS */

 #container{
	position: relative;
	width:800px;
	height:490px;
	overflow:scroll;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #fff
	url('http://silverwoodquartet.com/images/Silverwood-Web-Frame2.jpg')
	repeat-y;
	}

#content{
	width: 520px;
	margin: 0px 2px;
	padding: 0px 2px; 
}
		
#header{
	background: transparent;
}

 #menu{
	width:800px;
	margin:2px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


 #news{
	float: right;
	width: 200px;
	text-align: left;
	padding:5px;
	margin:5px;
	border: 1px dashed #333333;
}

 #bottom{
	width:800px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background: transparent;
	font-size: 8pt;
}

/* MENU Formatting Tags */
 #menu a, #menu p
{
	color: #fff;
 	font-weight: normal;
	text-decoration: none;
}

 #menu a:visited
{
 text-decoration: none;
 color: #fff;
}

 #menu a:hover {
color: #33CCFF;
}

 .menuenclosure
{
	color: #fff;
}



/* NEWS Formatting Tags */

#news p
{
	color: #000;
	font-size: 12px;
 	font-weight: normal;
}

 #news a
{
	color: #000;
	font-size: 12px;
 	font-weight: normal;
	text-decoration: underline;
}

 #news a:visited
{
	text-decoration: underline;
	color: #000;
}

 #news a:hover {
color: #ff3333;
}

 .newshead
{
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #000;
	letter-spacing: 5px;
}


/* BOTTOM Formatting Tags */
 #bottom a, #bottom p
{
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
}

 #bottom a:visited
{
 text-decoration: none;
 color: #fff;
}

 #bottom a:hover {
color: #33CCFF;
}



/* GENERAL Formatting Tags */

 a
{
	background-color : transparent;
	text-decoration: underline;
	color: #000;
}

 a:visited
{
	text-decoration: underline;
	color: #000;
}

 a:hover {
color: #33CCFF;
}

 p,ul,ol {
	font-size: 12px;
	line-height:15px;
	color: #000;
	background-color : transparent;
	list-style-type : none;
}

 li {
	padding-bottom: 15px;
	}


 h1, h2, h3, h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

 h1 {
	font-size: 150%;
	font-weight: normal;
	color: #000;
}

 h2 {
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	padding-bottom: 3px;
	color: #000;
	letter-spacing: 3px;
}

 h3 {
    font-size: 120%;
    font-weight: bold;
	color: #000;
}

 h4 {
border-bottom: 1px solid #333333;
}

 hr {
color: #000;
} 

 .promoemphasis {color: #ff3333;}