/* 
** flowertree - alternative stylesheet 1
** Contains another background picture.
** 
** 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;
}
h2{
font-family: Union, Trebuchet MS, Arial;
	font-size: .9em;	
	letter-spacing: -0.01em;
    color: #887684
}
ul {
	padding-left: .8em;
 	list-style-image: url("../backgrounds/pinkbullet.jpg"); 
	 text-indent:10%;
	 line-height:1.5em;


}

body {
	/* BG-Color: */
	background-image: url("../backgrounds/vintage_purple.jpg");
	background-repeat: repeat;
	text-align: left;
	margin-top: 1.5em;
	margin-bottom: 3em;
  
	}

.page {
	/* Page width: */
	width: 950px;
	
}

#navbar {
	background-image: url("../backgrounds/navbar.gif");
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: -1.9em;
	
}
.slogan {
	margin: 60px 0 0 610px ;
	position: absolute;
    text-align: left;
	font-family: times;
	font-size: 1.1em;	
	letter-spacing: -0.01em;
    color: #E62B86 
		
		    
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #C43917;
}

#logo_black {
	/* logo color 2: */
	color: #000000;
}

#contentbox {
	background-color: #e0edc5;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #99846E;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: -1.2em;
}

#menu a:link, #menu a:visited {
	color: #99846E;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #C43917;
	text-decoration: none;
}

#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-color: #FFFFFF;
	padding: 1em;
	height: 43em;
}

/*
 Styles that apply to the 
 content area:
*/

#navigation{
    background-color: #ffffff;
    filter: Alpha(opacity=70); 
	opacity: .7; 
	width: 31em; 
	height: 3.9em;
    margin-top: 20px;
    margin-left: 10px;
    position: absolute;
    overflow: hidden;
}
#contactwords{
		margin-top:-58px;
		margin-left:357px;
}
#words{
   margin-top:-80px;
   margin-left:443px;
   position: absolute;
    
}
#weddingwords{
		margin-top:-58px;
		margin-left:310px;
}

.rollover{
   position: absolute; 
	   
 }    
#logo{
   margin-top:-85px;
   margin-left:60px;
   position: absolute;
}
#main_thumbnail {
	margin : 150px 0 0 33px;
	position : absolute;
	font-family:  Union, Trebuchet MS, Arial;
	font-alignment: center;
	font-size: 1em;
}
#content {
	background-color: #ffffff; 
	float: right; 
	width: 26em; 
	height: 28em;
	padding: 0.5em;
	font-family:  trebuchet;
	font-alignment: justify;
	font-size: 1.15em;
	overflow: auto;
    margin-top: 115px;
    margin-right: 0px;
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #999999; 
	SCROLLBAR-SHADOW-COLOR: #999999; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR:  #E62B86; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #887684;
}

/* link colors */
#content a:link {
	color: #877383;
}

#content a:hover, #content a:active {
	color: #E23476;
}

#content a:visited {
	color: #E23476;
}
