@charset "utf-8";
/* CSS Document */

body {
	/*background: #FFFFFF;*/
	color: #000000;
	font: 400 88%  Verdana, Arial, Helvetica, sans-serif ;
	font-size:16px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.button {
background-color:#000000;
color:#FFFFFF;
}
a:link {
	text-decoration: none;
	outline: none;
	color:#000000;
	}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background:#FF0000;
	}
a:visited { 
	color: #000000;
	}
a:active { 
	color: #FFFFFF;
	}
	

#sidebar1 {
	float: left; 
	
	align:
	width: 10em; /* since this element is floated, a width must be given */	
}

#container {
background-color:#FFFFFF;
}
	
#Top {
height:20px;
background:inherit;
}	
#Header {
	margin: 0;
	font-size:22px;
	font-family:"Comic Sans MS";
	/*vertical-align:middle;*/
	padding: 0;
	width:100%;
	background-color:#FFFFFF;
	color: #000000;
	border-bottom:5px solid #FF0000;
    height:115px;
	background:#FFFFFF url("couple_bench_hearts.png") no-repeat left bottom;
	}

#Middle {
	/*	float: left;*/
	margin: .5% 0;
	padding: 0;
	text-align:left;
	border:none;
	background: url("tealfade.png") repeat-x left top;
	}
	
#Content h1 {
font-size:44px;
font-family:"Comic Sans MS", Arial, Helvetica, sans-serif;
}
#Bottom {
	background: transparent url("squiggle.png") no-repeat right bottom;
	height:100px;
	vertical-align:bottom;
	}
#Panel {
	margin: 4% 0;
	width: 22%;
	float: left;
	font-size:150%;
	font-weight: 100;
	}


