/* Infinite Flowers 2009 */

body {
		 /*background-color: #f9d1f7;*/
		 background-image: url(../2009images/bkgnd_body.jpg);
		 background-repeat: repeat;
		 padding: 0px;
		 margin: 0px;
		 font-size: 13px;
		 font-family:Arial,Verdana,sans-serif;
		 text-align: center;
		 color: black;
		 }

#wholepage {
			width: 800px;
			height: 700px;
			background-color: #f9d1f7;
			background-image: url(../2009images/bkgnd_page.jpg);
			text-align:center;
			display: block;
			position: relative;
			overflow:auto;
			margin: 20px auto;
			background-repeat: no-repeat;
			background-position: right 200px;
			border:1px solid green;
			}

#left_column {
			float: left;
			display: block;
			margin: 10px;
			padding: 0px 10px;
			width: 200px;
			color: black;
			font-family: Arial;
			border-left: 2px solid green;
			border-right: 2px solid green;
			}

#middle_column {
			float: left;
			display: block;
			width: 500px;
			padding-top:15px;
			padding-left:10px;
			text-align: left;
			}
			
#myPicture {margin-top:10px;}			
			
.describe{font-size:1.2em; color:brown;}
.red {color:red;}
.center {text-align:center;}
.home_photo {border: 2px dotted green; padding: 2px; margin: 5px 2px;}
.page {display:none; color:black;}
.printonly {display:none;}

/* Hyperlink Options */		
		
a:link {color: blue; text-decoration: none; font-family: Arial; font-weight: bold; font-size: 1.25em;}
a:visited {color: blue; text-decoration: none; font-family: Arial; font-weight: bold; font-size: 1.25em;}
a:hover {color: red; text-decoration: none; font-family: Arial; font-weight: bold; font-size: 1.25em;}
a:active {color: blue; text-decoration: none; font-family: Arial; font-weight: bold; font-size: 1.25em;}

/*footer*/
a.footer:link {color: blue; text-decoration: none; font-family: Arial; font-size:0.8em;}
a.footer:visited {color: blue; text-decoration: none; font-family: Arial; font-size:0.8em;}
a.footer:hover {color: red; text-decoration: none; font-family: Arial; font-size:0.8em;}
a.footer:active {color: blue; text-decoration: none; font-family: Arial;font-size:0.8em;}

/*to stop the copyright from showing up as a link */			 
a.hidelink:link {color:black; text-decoration: none; font-family: Arial; font-size:1em; font-weight:normal;}
a.hidelink:hover {color:black; text-decoration: none; font-family: Arial; font-size:1em;font-weight: normal;}
a.hidelink:visited {color:black; text-decoration: none; font-family: Arial; font-size:1em;font-weight: normal;}

/*pseudo links for Ajax*/
.pseudo {color: white; text-decoration: none; font-family: Arial; font-weight: bold;}
.pseudo:hover {color: red; text-decoration: none; font-family: Arial; font-weight: bold;}


