* {
	margin:0px;
	padding:0px;
}

body
	{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, sans-serif;
	color:#000000;
	font-size:11px;
	text-align:justify;
}

.clear {
	clear:both;
}

img, a img {
	border:0px;
}

.left {
	float:left;
}

.right {
	float:right;
}

p {
	margin-bottom:12px;
}

.center {
	text-align:center;
}

hr {
	margin-bottom:8px;
	color:#F0F0F0;
	background-color:#F0F0F0;
}

.bold {
	font-weight:bold;
}

.null {
	margin:0px;
	padding:0px;
}

.margin10 {
  margin:10px;
}

/* Headers */

h1 {
	color:#000000;
	font-family: trebuchet MS, Verdana, Helvetica, sans-serif;
	display:inline;
}

h2 {
	font-size:16px;
	color:#000000;
	font-family: trebuchet MS, Verdana, Helvetica, sans-serif;
	margin-bottom:10px;
}

#sidebar h2, .bluebox h2 {
	background-image:url(images/header-bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	height:27px;
	color:#000000;
	padding-top:3px;
	text-align:center;
	margin-bottom:0px;
}

h3 {
	font-size:14px;
	color:#000000;
	font-family: trebuchet MS, Verdana, Helvetica, sans-serif;
	margin-bottom:10px;
}

.bluebox h3 {
  margin:0px;
}

h4, h5, h6 {
	color:#000000;
	font-family: trebuchet MS, Verdana, Helvetica, sans-serif;
}

/* Divs */

.wrap {
	width:916px;
	margin:auto;
}

#header {
	background-color:#4a5c9e;
	height:150px;
	width:100%;
}

#logo {
  float:left;
  padding-top:15px;
}

#banner-ad {
  float:right;
  padding-top:35px;
  width:728px;
}

#menu {
	background-image:url(images/menu-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:transparent;
	height:40px;
	width:100%;
}

#sub-menu {
	background-image:url(images/sub-menu-bg.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:transparent;
	height:30px;
}

#main {
	padding:5px;
	width:916px;
	margin:auto;
	clear:both;
}

#sidebar {
	float:left;
	width:230px;
	padding:5px;
}

#content {
	float:left;
	margin:5px;
	padding-left:10px;
	width:635px;
	border-left:1px solid #4a5c9e;
	margin-bottom:10px;
}

#footer {
	background-color:#4a5c9e;
	color:#FFFFFF;
	font-size:9px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;
	text-align:center;
	width:100%;
}

.bluebox {
	border:1px solid #4a5c9e;
	width:100%;
  margin-bottom:15px;
}

.left300 {
  float:left;
  width:300px;
  text-align:left;
  margin-left:10px;
}

.right300 {
  float:right;
  width:300px;
  text-align:right;
  margin-right:10px;
}

/* lists */

#sidebar ul {
	border:1px solid #4a5c9e;
}

#sidebar li {
	list-style:none;
}

form {
	padding:5px;
}

input#search {
	width:200px;
}

input#submit {
	width:200px;
}

/* tables */

td.w400 {
  width:400px;
}

td.w100 {
  width:100px;
}

td.w33 {
  width:33%;
}

table#w100p {
  width:100%;
}

/* Links */

a, a:link, a:active, a:visited {
	color:#4a5c9e;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	color:#000000;
	text-decoration:underline;
}

#sidebar a, #sidebar a:link, #sidebar a:active, #sidebar a:visited {
	color:#4a5c9e;
	background-color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:16px;
	padding-top:4px;
	text-indent:5px;
}

#sidebar a:hover {
  color:#FFFFFF;
	background-color:#4a5c9e;
	text-decoration:underline;
	text-indent:15px;
}

a.song, a.song:link, a.song:active, a.song:visited {
	color:#4a5c9e;
	background-color:transparent;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:18px;
	padding-top:4px;
	text-indent:5px;
	border-bottom:1px solid #F0F0F0;
	border-top:1px solid #F0F0F0;
	text-align:left;
	font-size:10px;
}

a.song:hover {
  color:#4a5c9e;
	background-color:#F0F0F0;
	text-decoration:underline;
	text-indent:15px;
}

/* Listmenu */

ul#listmenu {
	width:400px;
	margin:auto;
}

ul#listmenu li {
	list-style:none;
	float:left;
}

ul#listmenu li a, ul#listmenu li a:link, ul#listmenu li a:active, ul#listmenu li a:visited {
	display:block;
	width:100px;
	height: 25px;
	background-color:transparent;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:15px;
}

ul#listmenu li a:hover {
	background-color:transparent;
	background-image:url(images/menu-hover.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-decoration:underline;
}

/* Sub-Listmenu */

ul#sublistmenu {
	width:405px;
	margin:auto;
}

ul#sublistmenu li {
	list-style:none;
	float:left;
}

ul#sublistmenu li a, ul#sublistmenu li a:link, ul#sublistmenu li a:active, ul#sublistmenu li a:visited {
	display:block;
	width:15px;
	height: 30px;
	background-color:transparent;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding-top:8px;
}

ul#sublistmenu li a:hover {
	text-decoration:underline;
}