@charset "UTF-8";
/* CSS Document */

body {
		margin: 15px;
}

a:link {
	text-decoration: none;
	color: black;
	text-style: normal;
}

a:visited {
	text-decoration: none;
	color: black;
	text-style: normal;
}

a:active {
	text-decoration: none;
	color: #444;
	text-style: normal;

}

a:hover {
	text-decoration: none;
	color: #444;
	text-style: normal;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.logo {
	text-align: center;
	z-index: 1;
	position: absolute;
	width: 110px;
	top:15px;
	left: 3px;
}

.logo img {
	margin: 0px;
}


/*Containers
---------------------------------
*/

.container {
	margin-left: 115px;
	width: 806px;
	text-align: center;
}

.floralcontainer {
	width: 806px;
	z-index: 1;
	background-image: url(images/layout/behindwords.png);
	background-repeat: no-repeat;
	min-height: 465px;
	text-align: center;
	padding-top: 20px;
}

.gallerycontainer {
	position: relative;
	top: 0px;
	margin: auto;
	width: 718px;
	z-index: 1;
	min-height: 400px;
	padding-bottom: 15px;
	text-align: left;
}

.gallerycontainer img {
	margin-bottom: 5px;
	margin-right: 5px;
}


.copyright {
	width: 100%;
	text-align: center; 
	color: #999;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

#loadarea {
	width: 530px;
	float: left;
	position: absolute;
	top: 0px;
	left: 130px;
	text-align: center;
	height: 400px;
}




/*Menu & Gallery Links
---------------------------------
*/

.menu {
	width: 718px;
	display: block;
	text-align: center;
	color: #e3d3c6;
	font-family: times new roman, times, serif;
	font-size: 15px;
	margin: auto;
}

#buttons {
	margin-right: 0px;
	vertical-align: top;
	font-family: times new roman, times, serif;
	font-style: italic;
	font-size: 15px;
	color: #444;
	*display: inline;
	text-align: center;
	margin: auto;
}

#buttons ul{
	list-style:none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top:0px;
}

#buttons li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	margin: 2px;
	zoom: 1;
	padding: 5px 15px 0px 15px;
	background-color: #958375;
}

#buttons img{
	margin: 0px;
	padding: 0px;
}


.selection {
	margin-right: 0px;
	vertical-align: top;
	font-family: times new roman, times, serif;
	font-style: italic;
	font-size: 15px;
	color: #444;
	line-height: 1.5em;
	*display: inline;
	text-align: center;
	margin: auto;
}

.selection ul{
	list-style:none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top:0px;
}

.selection li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	zoom: 1;
	*display: inline;
}
