body {
	/* background: black url("../images/background.jpg") no-repeat top left; */
	background: black;
	color: white;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
}

/* Body style, for centering the page */

div#body {
	margin: auto; 
	width: 966px;
	background: black url("../images/background.jpg") no-repeat top center;
	border: 0px solid white;
}

div#bodyleft {
	background: black url("../images/background-left.jpg") no-repeat top right;
	border: 0px solid white;
	height: 944px;
	max-width: 173px;
	position: relative;
	left: -172px;
	top: 0px;
}

div#bodyright {
	position: relative;
	left: 965px;
	top: -1848px;
	background: black url("../images/background-right.jpg") no-repeat top left;
	border: 0px solid white;
	height: 944px;
	max-width: 190px;
}


/* Top menu style */

div#topmenu {
	width: 900px;
	position: relative;
	top: -840px;
	left: 0px; 
	border: 0px solid white;
	color: #330000;
}


/* Content boxes style */

div#leftboxtop {
	width: 236px;
	height: 36px;
	background: transparent url("../images/bg_leftboxtop.jpg") no-repeat top left;
	position: relative;
	top: -436px;
	left: 26px;
	z-index: 1;
}

div#leftboxbottom {
	position: relative;
	width: 236px;
	height: 382px;
	background: transparent url("../images/bg_leftboxbottom.jpg") no-repeat top left;
	top: -446px;
	left: 26px;
}

div#mainboxtop {
	position: relative;
	width: 669px;
	height: 36px;
	background: transparent url("../images/bg_rightboxtop.jpg") no-repeat top left;
	top: -880px;
	left: 269px;
	z-index: 1;
}

div#mainboxbottom {
	width: 669px;
	height: 382px;
	background: transparent url("../images/bg_rightboxbottom.jpg") no-repeat top left;
	position: relative;
	top: -880px;
	left: 269px;
}

div#leftboxtop, div#mainboxtop {
	border: 0px solid white;
	margin: 0px;
	padding-left: 10px;
	color: #ffcc66;
	font-size: 12px;
	font-weight: bold;
	line-height: 26pt;
}

div#leftboxbottom, div#mainboxbottom {
	padding-top: 16px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 100px;
}

div#leftboxcontent {
	width: 200px;
	background: none;
}

div#mainboxcontent {
	width: 600px;
	background: none;
}


/* Use h2 in main window */
h2 {
	font-size: 14px;
	color: #ffcc66;
}

/* Use h3 in left window */
h3 {
	font-size: 12px;
	color: #ffcc66;
}

h4 {
	font-weight: bold;
}


/* Link style */

a {
	text-decoration: none;
	font-weight: bold;
	color: #cc9933;
}

/* Link mouseover */
a:hover {
	text-decoration: underline;
	color: #cc9933;
}

/* Top menu link style */

a.top {
	color: #330000;
	font-weight: normal;
}

a.top:hover {
	text-decoration: underline;
	color: #330000;
}





/* Basic image */
img {
	border: none;
}

img.frame {
	border: 3px double #aa7722;
}


/* Topbar table */
table.topmenu {
	border: 0px solid white;
	padding: 0px;
}

td.topmenu {
	border: 0px solid white;
	padding: 0px 16px;
}


/* News date format  */

.newsdate {

	font-style: italic;
}


/* Lyrics page table */

td.linksleft {
	width: 150px;
}

/* Red text */

.red {
	color: #00aaaa;
}