

/* Dusty CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #000000;
	/*background-color: #330033;
	background-image: url(images/background.gif);*/
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #999999;
	text-decoration: none;
	font: normal 75% Arial, Helvetica, sans-serif;}

a:hover {
	text-decoration: underline;
	color: #cccccc;
	font: normal 75% Arial, Helvetica, sans-serif;}


/******** Border divs ******************************/
/*  All Contents */
#pageOffset {
	width: 780px;
	top: 5px;
	left: 5px;
	padding: 5px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #666666;
	background-image: url(images/background.gif);
}

/* Header */
#mastheader {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000033;
	background-image: url(images/background.gif);
}


#mastnav {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

.siteUrl {
	font-size: 75%;
	font-weight: bold;
	color: #999999;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.hrClass {color: #999999;}


.mainLinksBorder {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/*
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
*/	
	border-bottom: 1px solid #999999; 
}

.divPhotoBorder {
	padding: 0px 0px 0px 0px;
	margin: 10px 15px 10px 5px;
	/*border-width: 5px;*/ 
	border-width: 2px;
	border-color: #663366;
	border-style: solid;
	background-color: #663366;
}

.divSongPhotoBorder {
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	/*border-width: 5px;*/ 
	border-width: 2px;
	border-color: #663366;
	border-style: solid;
	background-color: #663366;
}


/* Home Page Text */
.divPost {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	/*border-width: 2px;
	border-color: #663366;
	border-style: solid;*/
	border: 2px solid #663366;
	/*background-color: #996699;*/
	/*background-color: #441144;*/
	background-color: #330033;
}

.divText {
	/*font-size: 80%;
	font-weight: bold;*/
	font-size: 12px;
	font-weight: bold;
	/*
	font-weight: normal;
	color: #330033;
	color: #999999;
	*/
	color: #999999;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: italic;
	line-height: 1.5;
}

.divTextLarge  {
	/*font-size: 100%;
	font-weight: bold;*/
	font-size: 15px;
	font-weight: bold;
	/*color: #330033;
	color: #999999;*/
	color: #999999;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: italic;
	line-height: 1.5;
}
/* END - Home Page Text */


.classVideoText  {
	font-size: 75%;
	font-weight: bold;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7;
}



/* Top Nav Links */
.topNavBlankCell {
	padding: 3px 0px 5px 0px; margin: 0px 0px 0px 0px;
}

.topNavCurrentPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999999;
	font-weight: normal;
	text-align:center; vertical-align:middle;
	padding: 3px 0px 5px 0px; margin: 0px 0px 0px 0px;
}

			
.idTopInsideLink {padding: 3px 0px 5px 0px; margin:  0px 0px 0px 0px;}

.idTopInsideLink a:link, .idTopInsideLink a:visited {
	color: #999999; 
	text-align: center; 
	vertical-align: middle; 
	font-weight: normal;
}
				
.idTopInsideLink a:hover {
	color: #cccccc; 
	text-align: center; 
	vertical-align: middle; 
	font-weight: normal;
}

#footerId{
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
}

.footText {font-size: 95%;}


/*
.dEmail{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.dEmail a:link, .dEmail a:visited {
	color: #999999;
	font-weight: normal;}

.dEmail a:hover{
	font-weight: normal;	
	color: #cccccc;
}

.dMsite{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.dMsite a:link, .dMsite a:visited {
	color: #999999;
	font-weight: normal;}

.dMsite a:hover{
	font-weight: normal;	
	color: #cccccc;
}
*/



