/*
 * Astronomy CSS properties
 *
 * Rick Burton 8/1/2010
 * Data Pathways
 * http://www.datapathways.com
 */

/*
 * Color Palette
 * 
 * Black     #000
 * Dk Gray   #676767
 * Lt Gray   #EEE
 * White     #FFF
 *
 * Dk Blue   #0E5278
 * Med Blue  #369
 * Lt Blue   #1696E0
 * Glow Blue #1496FF
 *
 * Red       #F00
 */

#divHeaderBlog, #divHeaderGallery
{
	position:              relative;
	height:                100px;
	color:                 #FFF;
	border:                none;
}

#divHeaderBlog
{
	background:            #000 url("../images/AstroBanner.jpg") no-repeat;
}

#divHeaderGallery
{
	background:            #000 url("../images/AstroBanner2.jpg") no-repeat;
}

