﻿/* Local Stylesheet */

body
{
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  background-image: url(DayFourFullSize.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  /*background-position: center 600px;*/
}

#mainDiv
{
  /*width: 980px;
  height: 31em;
  margin-left: auto;
  margin-right: auto;*/
  /*background-color: #CCFFCC;*/
  /*padding: 1px 20px 5px 20px;*/
  /*border: 1px solid #33AA33;
  border-radius: 1em;
  box-shadow: 6px 6px 4px #888888;
  position: relative;*/
}

#headingStuff
{
  text-align: center;
}

.centered {
  text-align: center;
}

#leftDiv
{
	/*position: absolute;
	left: 20px;
	top: 3em;*/
	width: 480px;
}

#rightDiv
{
	/*position: absolute;
	left: 460px;
	top: 3em;*/
	width: 480px;
}

h3
{
  /*color: #3333AA;*/
}

h4
{
  color: #009900;
  margin-bottom: 0px;
}

ul
{
  margin-top: 0px;
}

.remember
{
	color: #AA0000;
}