body { background-color: #000000; } 
p { color: white; } 
h2 { color: white; }
h2a { color: black; }

p.first { background-color: gray; }
p.second { background-color: red; }
p.third { 
	background: purple;
	color: white;
}



.banner { 
	background-image:  url(../images/sgro_banner.jpeg);
  background-position: top center;
 background-repeat: no-repeat;
    height: 195px;
    width: 600px;

font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color:#000000;
		
	text-align: center;
	width: 100%;
	line-height: 25px;
}
.menu1 {
	
background-image:  url(../album_bkg.gif);
  background-position: bottom center;
 background-repeat: no-repeat;
    height: 0px;
    width: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color:#222222;
		
	text-align: center;
	width: 100%;
	line-height: 25px;
}

.menu1 li {
    list-style: none;
	float: none; 
}

.menu1 a {
	text-decoration: none;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #555555;  
	border-color: #777777;
	text-transform: lowercase;
	
	border-left-width: 3px;
	border-right-width: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-style: double;
	padding-right: 7px;
	padding-left: 7px;
}

.menu1 a:hover {
	text-decoration: none;
	text-align: center;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F0F8FF;
	border-color: #330011;
	background-color: #AA0000;
	
	border-left-width: 3px;
	border-right-width: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-style: double;
}

.CopyRight {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #777765;
	text-decoration: none;
}

.heading1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

