/* Layout Stylesheet-Days of the Week */ 

body 
	 { color: black;
	 background-color:aliceblue;
	 background-image : url(dove.jpg);
	background-attachment : fixed;
	background-position : top left;
	background-repeat : repeat-y;	  
	   text-align: center; margin: 0px }

#header  
	{background-color:aliceblue;
	background-image : url(dove.jpg);
	background-attachment : fixed;
	background-position : top left;
	background-repeat : repeat-y;	  
	text-align: center;
	width: 100%;
	height: 48px
	}

#navbar 
	{
	color: black;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
    text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 4px;
    }

#content       
	 { font-size: 14px; line-height: 20px; font-family: Verdana, Geneva, Arial, sans-serif; text-align: left; margin-right: auto; margin-left: auto; width: 450px; height: auto }

.col      
	{
	float: left;
	width: 220px;
	height: auto
	}

.gutter   
	{
	float: left;
	width: 9px;
	height: auto
	}

#footer      
	{
	color: black;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: aliceblue;
	background-image : url(dove.jpg);
	background-attachment : fixed;
	background-position : top left;
	background-repeat : repeat-y;
	text-align: center;
	clear: left;
	margin-top: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%
	}

#footertext  
	{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 450px
	}

a:link  
	{
	color: black;
    text-decoration: none
	}

a:hover  
	{
	color: red;
	text-decoration: none
	}

a:visited  
	{
	color: purple;
	text-decoration: none
	}

.indent  
	{
	color: navy;
	line-height: 12px;
	text-indent: 30px
	}

.navyblue 
	{
	color: navy
	}
 hr {
  border: 0;
  color:navy;
  background-color: navy;
  width: 50%;
}
--></style>
