body {
	margin: 0;
	padding: 0; 
	text-align: center;
	background: #000000;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
h1 {
	font-size: 24px;
	margin: 0;
	padding: 0 0 0 1px;
	font-weight: bold;
	color: #000000;
}
	
h2 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 0 1px;
	font-weight: bold;
	color: #000000;
}
	
h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0 0 0 1px;
	color: #000000;
	font-weight: bold;
}
	
h4 {
	margin: 0 0 14px 0;
	padding: 0 0 0 1px;
	color: #000000;
	font-weight: bold;
}

ul {
	margin: 15px;
	padding-left: 0 !important;
	padding-left: 5px;
	padding-left/**/:/**/1px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

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

form {
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

input {
	margin: 0;
	padding: 0;
	display: inline;
}

select, option {
	font-family: Arial, Helvetica, san-serif;
}
	
label {
	display: block;
	margin: 5px 0 3px 1px;
	color: #000000;
	font-weight: bold;
}

button {
 cursor: pointer;
 font-weight: bold;
 padding: 0px 2px 0px 2px;
 text-decoration: none;
 color: #fff;
 margin: 0px 2px 0px 5px;
 border-bottom: 2px solid #666;
 border-top: 1px solid #ddd;
 border-left: 1px solid #ddd;
 border-right: 2px solid #666;
 height: 24px;
 background-color: #000000;
 background-repeat: repeat-x;
}

#document {
    width: 970px;
	height: 100%;
    text-align: left;
	margin: 0 auto;
	padding: 0 10px;
	background: url("bgContainer.gif") #000000 repeat-y left;
	font-size: 1.1em;	
}

#head {
	background: url("bg-hdr.jpg") no-repeat;
	padding: 10px 20px 0 0;
}

#nav {
	width: 960px;
	text-align: center;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #000000;
}

#nav table {
	margin: 0;
	font-size: 10px;
	line-height: 10px;
	width: 100%;
}

#nav table table {
	border-bottom: 0;
	border-right: 0;
}


#nav td {
	color: #666;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	text-transform: uppercase;
}

   
#nav td.selected a:link, #nav td.selected a:visited, #nav td.selected a:hover
#nav td.selected a:active {
	color: #000000;
	font-size: 10px;
	line-height: 10px;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
} 

#nav a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
	line-height: 10px;
}
#content {
	padding: 10px;
}

#content p {
	font-size: 14px;
}

#content img {
	padding: 5px;
}

#albums {
	font-size: 12px;
}

#foot {
	border-top: 5px solid #000000;
	padding: 13px 0 45px 0;
	margin: 0;
	text-align: center;
	color: #666666;
	width: 960px;
}

#foot p {
	font-size: 10px;
	margin: 0;
	padding: 0 0 5px 0;
}

#foot a:link, #foot a:visited, #foot a:active{
	color: #000000;
}

#foot a:hover{
	color: #333333;
}

#foot p#copy {
	padding-top: 5px;
	color: #000000;
}
