.galleryCell1
{
 /* These attributes apply to every odd-numbered cell, or the first of the alternating
    table row colors. Do not rename the ".galleryCell1" or it won't work. */
 vertical-align: center;
 text-align:     center;
 background:     #FFFFFF;
}

.galleryCell2
{
 /* These attributes apply to every even-numbered cell, or the second of the alternating
    table row colors. Do not rename the ".galleryCell2" or it won't work. */
 vertical-align: center;
 text-align:     center;
 background:     #FFFFFF;
}

/* You can change or remove any of the below attributes. */
body
{
	/*background-image:url(bg.jpg);
	background-repeat:repeat-y;
	background-position:center;*/
	background-color:#036;
}
h1
{
 font-family: arial;
 font-size:   24px;
 font-weight: bold;
 color:       #000000;
 text-align:  center;
}
h2
{
 font-family: arial;
 font-size:   18px;
 font-weight: bold;
 color:       #000000;
 text-align:  center;
}
p
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:   12px;
 text-align:  center;
}
#main
{
	width:1000px;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#footer
{
	width:1000px;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	background-color:#603;
	color:#FFFFFF;
	font-family:arial;
	font-size:10px;
	margin:0 auto;
}
a.footer
{
	text-decoration:none;
	font-size:10px;
	font-size:10px;
	color:#FFFF00;
	}
a.footer:hover
{
	color:#CCFFFF;
	}
