* {margin:0px; padding:0px;} * img {border:none;}
body {font-family:  Georgia, "Times New Roman", serif; font-size: .85em; line-height:1.5em; color:#363636;
background-image:url(images/petalbackwithflower.jpg);
background-color: #eceed2;
padding: 0px;
margin: 0px;
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 */
}

a {text-decoration:none; outline:none;}

#contact a:link, #footer a:link {
	color:#363636;
	}
#contact a:visited, #footer a:visited {
	color:#363636;
}
#contact a:hover , #footer a:hover {
	color:#921d30;
}
#contact a:active, #footer a:active {
	color:#921d30;
}
#logo {
	position:absolute; top:-36px; left:0px;
	height:227px; width:194px; background-image:url(images/logoinset.png);
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}
div#border {
	height:57px;
	width:100%;
	margin-left:auto; margin-right:auto;
	background:url(images/petalborder.png) repeat-x;
	min-width: 845px;
}
div#main {
	/*position:relative; top:0px; left:0px;*/
	width: 100%;
	background-color:#FFF;
	background:url(images/petalback.jpg) repeat-x bottom left;
	overflow : visible;
	height: 820px;
	min-width: 845px;
}
#wrapper {
	position:relative; top:0px; left: 0px;
	width:835px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow : visible;
}


/*navigation*/
#multi_drop_menus * {
	margin:0; padding:0;
}
#multi_drop_menus {
	behavior:url(../javascipt/csshover.htc);  /*javascript for IE6*/
	width: 630px;
	z-index: 3;
	margin-top: 0;
	margin-left: 205px;
}
#multi_drop_menus ul {
	/*float:left;*/
	width:100%;
}
#multi_drop_menus li {
	list-style-type:none;
	float:left;
	position:relative;
	width: 20%;
	background:#e6ebdc url(images/navback.gif) no-repeat;
}
#multi_drop_menus li a{
	letter-spacing: .1em;
	padding-left: .7em;
}
#multi_drop_menus li a:link{
	color:#921d30;
}
#multi_drop_menus li a:visited{
	color:#921d30;
}
#multi_drop_menus li a:hover{
	color:#921d30;
}
#multi_drop_menus li a:active{
	color:#921d30;
}

/*Below are the nav lists that are hidden*/
#multi_drop_menus li ul a{
	letter-spacing: 0;
	padding-left: .7em;
}

#multi_drop_menus li ul a:link{
	color:#363636;
}
#multi_drop_menus li ul a:visited{
	color:#363636;
}
#multi_drop_menus li ul a:hover{
	color:#921d30;
}
#multi_drop_menus li ul a:active{
	color:#921d30;
}
#multi_drop_menus li ul {
	position: absolute;
	width: 100%;
	display: none;
}
#multi_drop_menus li ul li{
	width:100%;
	/*width:45%; 
	float: none; a smaller % and float none creates gaps in IE7*/
}
#multi_drop_menus a {
	padding:.3em 0 .3em .5em;
	display: block;
}
#multi_drop_menus li:hover ul {
	display:block;
}
ul#horiznav {
	width: 100%;
}
/*content area*/
#contact {
	margin-left: 205px;
	margin-top: 0px;
}
.horizpic {
	margin-left: 205px;
	margin-top: .1em;
}
#indexhorizpic {
	margin: 0px 0 0 220px;
	padding-top: 5.8em;
}
ul#thumbsTop {
	width: 630px;
	height: 30px;
	padding-top: 2.8em;
	margin-left: 0px;
	clear:left;
}
ul#thumbsTop li {
	float: left;
	list-style-type: none;
	width: 50%;
	display: inline;
}
#rightalign {
	text-align: right;
}
ul#thumbsTop li{
	background-image:url(images/horizrule.png);
	background-repeat: no-repeat;
	padding-top: .5em;
}
ul#thumbsTop a{
	padding: 0 .8em;
}
h1 {
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	font-size: 1em;
	color:#921d30;
	letter-spacing: .1em;
}
#caption {
	width: 460px;
	margin-left: 215px;
	margin-top: 1.2em;
}
#captionlow {
	width: 400px;
	margin-left: 215px;
	margin-top: 1.2em;
}
#footer {
	position:absolute; top:750px;
 	margin-left: 205px;
	clear: both;
	width: 630px;
}
#footer p {
	font-family: Times New Roman, Georgia, serif; font-size: .8em;
	letter-spacing: +.1em;
	line-height: 2em;
	margin-left: 10px;
}
#about_pic {
	float: left;
	padding: 50px 20px 0 0;
	width: 400px;
}
#about_text {
	padding-top: 50px;
	width: 190px;
	float: left;
}
#about_text p{
	padding-bottom: .7em;
}

