body { font: 11px/1.75em Verdana, Tahoma, arial, sans-serif; color: black; background-image: url(../images/flowerline.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: left 25%; text-align: left; margin: 0 0 0 15px; padding: 0; }

/* links */
a, a:visited {	
	color: #c00; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 1px solid #dbd5c5;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: Black;		
}
h1 { color: teal; font-size: 175%; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img {
	background: white;
 	padding: 3px;
}

/* Layout */

#wrap { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; position: relative; width: 700px; margin: 0 0 0 150px; text-align: left; }

/* header-photo */
#header-photo { position:  right; clear: both; margin: 5px auto; height: 225px; width: 619px; background: #fff url(../images/flowerlogo.gif) no-repeat; float: right; }

#header-photo h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 48px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}

#header-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #B6D1F8;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 80px; left: 35px;		
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	width: 850px;		
	padding: 0;	margin: 0 0 0 0px;
	height: 30px;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;	
	border-right: none;
	border-left: none;	
	border-bottom: none;
	color: black;
	font: 15px/30px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #ccc;
}
#nav ul li#current a {	
	color: #c00;
	font: bold 15px/30px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
			
}
#maincontent { background-image: none; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; position:  left; clear: both; margin: 5px auto; }
/* footer */
#footer { clear: both; color: black; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0 auto 10px; width: 650px; padding: 5px 0; text-align: center; }