@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
	/* background: url('../images/MyTestBack.jpg') repeat-x;*/
}
#container {
	background-color: #000000;
	width: 892px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #d3d9d6;
	width: 892px;
}
#navigation {
	background-color: #000000;
	overflow: hidden;
}
#column_l {
	width: 858px;
	margin: 0;
	padding: 0 15px;
	background-color: #000000;
	color: #FFFFFF;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}

/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
#ClickForDemo {
text-align: center;
}

/* ================  Styles for Navigation ====================== */
#navigation ul {
 text-align: center;
 margin: 5px;
 padding: 0px;
}

#navigation li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
  list-style-type: none;
  display: inline;
  padding-left: 44px;
  padding-right: 44px;
}

#navigation li a {
	color: #fff;
	text-decoration: none;
	border: none; /* 1px solid #c9c9c9;*/ 
	background-color: #000000;
 	 
}
#navigation li a:hover {
	color: dodgerblue;
	text-decoration: none;
	border: none; /* 1px solid #a9a9a9; */
	background-color: #000000;
}


.page_title { text-align: center; font-weight: bold; font-size: 18px; color: #ba55d3; margin-top: 10px;}

/* FAQ Page */
.question { font-size: 16px; font-weight: bold; color: orchid; }
p.indent { margin-left: 20px; }

/* Playlist Page */
.music_category { font-size: 16px; font-weight: bold; color: orchid; margin-bottom: 10px; margin-top: 10px;}
.music_songs { font-size: 14px; line-height: 22px; margin-left: 20px;} 


/* Styles for Footer */
#footer {
	width: 892px;
	text-align: center;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: dodgerblue;
	text-decoration: none;
}

/* Styles for Links */
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #1E90FF;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

p#systemstreet_link { font-size: 10px;}
a#systemstreet_link {color: #ffffff; font-size: 10px; text-decoration: none;}
a#systemstreet_link:hover {text-decoration: none;}