/* 
** flowertree - default stylesheet
** This CSS file makes the website look pretty ;-)
** 
** Nov 18, 2006 - (version 1.0)
** 
** This is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #D4D0C8;
	text-align: center;
}

.page {
	/* Page width: */
	width: 750px;
	}


#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
	color: #C43917;
	font-family: Verdana, Arial;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #C43917;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-image: url("../images/sfbckg1blur.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22em;
}

#innerpage2 {
	/* Background image for weddings.htm: */
	background-image: url("../images/wdng1opt.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22em;
}

#innerpage3 {
	/* Background image for corporate.htm: */
	background-image: url("../images/tulips_5_opt.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22em;
}

#innerpage4 {
	/* Background image for corporate.htm: */
	background-image: url("../images/redroses_7opt.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22em;
}

#innerpage5 {
	/* Background image for corporate.htm: */
	background-image: url("../images/lily_opt.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22em;
}

#innerpage6 {
	/* Background image for corporate.htm: */
	background-image: url("../images/crdts_opt.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22em;
}

#innerpage7 {
	/* Background image for corporate.htm: */
	background-image: url("../images/stall.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 22em;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #ffffff; 
	filter: Alpha(opacity=70); 
	opacity: .7; 
	float: right; 
	width: 30em; 
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content1 {
	background-color: #ffffff; 
	filter: Alpha(opacity=50); 
	opacity: .7; 
	float: right; 
	width: 54em; 
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

#content h2 {
	font-size: 1em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;

#content1 h3 {
	font-size: 1em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}

#content1 h4 {
	font-size: 0.7em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;	

	
/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}