* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Present LT Roman", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url(images/stripes.gif);
}

h1, h2, h3 {
	margin-bottom: 20px;
	font-family: "Present LT Roman", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #d55ba4;
	text-align: center;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.4em; font-weight: bold; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #0065CC;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr {
	border: 0;
	height: 2px;
	background-color: gray;
}

.hr {
	height: 36px;
	margin-bottom: 15px;
}

/* Header */

#header {
	width: 700px;
	height: 180px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 180px;
	text-align: center;
	background-image: url(images/flower_box.jpg);
	background-repeat: no-repeat;
}

#logo h1 {
	margin: 0;
	padding-top: 50px;
	font-size: 2.6em;
}

#logo h2 {
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #333333;
}

/* Menu */

#menu {
	float: right;
	width: 460px;
	height: 177px;
	font-size: small;
	background-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(images/header_bar.gif);
}

#menu ul {
	margin: 0;
	padding-top: 120px;
	text-align: center;
	list-style: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	vertical-align: baseline;
	font-size: 14px;
}

#menu li {
	display: inline;
	vertical-align: baseline;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-left-style: none;
	padding-top: 15;
	padding-right: 10px;
	padding-bottom: 15;
	padding-left: 10px;
	background-image: url(images/placeholder_30.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menu a:hover {
	text-decoration: underline;
	color: #fe33cb;
}

#menu .first a {
	border: none;
	background-image: url(images/flower4.gif);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 420px;
	padding: 20px;
}

/* Thumbnails */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail2 img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2:hover img{
	border: 1px solid d55ba4;
}

.thumbnail2 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #ffe9f9;
	padding: 5px;
	left: -1000px;
	border: 1px dashed #d55ba4;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 250px;
	left: 50px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	position: fixed;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	height: 1000px;
	background-color: #ffe9f9;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	list-style-position: inside;
	list-style-type: disc;
}

#sidebar li li {
	margin: 0;
	marker-offset: 100px;
}

#sidebar dl {
}

#sidebar dt {
}

#sidebar dd {
	margin-bottom: 10px;
}

#sidebar ol {
	margin-left: 0;
	list-style-position: inside;
}

#sidebar h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #d55ba4;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

#sidebar a {
	color: #d55ba4;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #FFFFFF;
	font-size: x-small;
	background-color: #d55ba4;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #ffe9f9;
	text-indent: 10px;
}

#footer a {
	color: #ffe9f9;
}
