body {
	background-color: #ccccc8;
	font-size: 11px;
	font-weight: bold;
	font-family: "trebuchet ms";
	margin-top: 1px;
	margin-left: 84px;
}

#wrapper {
	/*width: 834px;*/
	width: 835px;
	/*height: 824px;*/
	height: auto;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
}

#col_one {
	width: 587px;
	/*height: 805px;*/
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
	background-color: #252626;
}

#col_two {
	width: 247px;
	/*height: 805px;*/
	height: auto;
	float: left;
}

#giglist {
	display: block;
	float: left;
	padding-left: 30px;
}
#giglist_alpha {
float: left;
	width: 100px;
}
#giglist_bravo {
	float: left;
	width: 200px;
}

#header1 {
	/* Column 1 */
	width: 587px;
	height: 70px;
	float: left;
	background-color: #ccccc8;
	background: url(images/header_01.gif) no-repeat;
}

#header2 {
	/* Column 1 */
	width: 587px;
	height: 15px;
	float: left;
	background: url(images/header_02.gif) no-repeat;
}

#header3 {
	/* Column 1 */
	width: 587px;
	height: 56px;
	float: left;
	background: #252626;
}

#sidebar {
	/* Column 1 */
	width: 155px;
	height: 665px;
	float: left;
}

#sided {
	width: 162px; 
	background: #252626;
	float: left;
}

#index_content {
	/* Column 1 */
	width: 432px;
	/*height: 665px;*/
	height: auto;	
	float: left;
	color: #ccccc8;
	background: #252626;
}

#content {
	/* Column 1 : width: 586px;*/
	width: 536px;
	/*height: 665px;*/
	height: auto;
	float: left;
	color: #ccccc8;
	background: #252626;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}

#content_admin {
	/* Column 1 : width: 586px;*/
	width: 536px;
	height: auto;
	float: left;
	color: #ccccc8;
	background: #252626;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}

h1 {
	font-weight: bold; 
	font-size: 14px; 
}

#songs_col {
	width: 150px;
	height: auto;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#songs_col ul {
	padding-left: 5px;
	margin-left: 5px;
}

fieldset {
	width: 85%;
	padding: 5px;
	border: 1px solid #ccc;
	background: #252626;
}

legend {
	font-weight: bold;
	color: #ccccc8;
}

label {
	float: left;
	width: 10em;
	padding: 0px;
	margin: 0px;
}

input {
	width: 200px;
	font-size: 11px;
	font-weight: bold;
	font-family: "trebuchet ms";
	margin: 0px;
	padding: 0px;
}

textarea {
	width: 300px;
	height: 100px;
	font-size: 11px;
	font-weight: bold;
	font-family: "trebuchet ms";
	margin: 0px;
	padding: 0px;
}

p {
	margin: 10px;
}

#buttons {
	width: 50px;
}

#logo {
	width: 247px;
	height: 194px;
	float: left;
	background: url(images/logo.gif) no-repeat;
}

#navigation {
	width: 162px;
	/*height: 613px;*/
	height: auto;
	/* height: 611px  - This is the real height. For some reason, IE6 css doesn't like this! */
	float: left;
	background: #252626;
}

#gr {
	width: 84px;
	/*height: 611px;*/
	height: auto;
	float: left;
	background: url(images/side_grey.gif) no-repeat;
}

#footer {
	width: 834px;
	height: 18px;
	clear: left;
	background: url(images/footer.gif) no-repeat;
}

#copyright {
	width: 650px;
	font-size: 10px;
	text-align: right;
	color: #000000;
}

a:link    {color:#c48600;text-decoration:none}
a:visited {color:#c48600;text-decoration:none}
a:hover   {color:#c48600;text-decoration:underline}
a:active  {color:#c48600;text-decoration:none}

#copyright a:link    {color:#000000;text-decoration:none}
#copyright a:visited {color:#000000;text-decoration:none}
#copyright a:hover   {color:#000000;text-decoration:underline}
#copyright a:active  {color:#000000;text-decoration:none}


