body {
	background-color: #FF0066;
	background-image: url("images/diamond-heart-n-flowers-pink-backgrounds.png");
	background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-attachment: fixed; 
	font-family: Verdana, sans-serif; font-size:0.8em;
	}


a:active { color: #FF0066; text-decoration:Bold; font-weight: bold; text-shadow: 0 0 3px #FFFFFF; filter: progid:DXImageTransform.Microsoft.Glow(Color=#ffffff,Strength=3); }
a:visited { color: #FF0066; font-weight: bold; }
a:link { color: #FF0066; font-weight: bold; }
a { color: #FF0066; text-decoration: none; }
a:hover { color:#FF0066; font-weight: bold; text-decoration: Bold; }

	
#page-wrap {
     width: 860px;
     margin: 0 auto;
}
	
header {
	background-image: url("images/wc-word.png");
	background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  font-size: 19px;
  color: #ff0066; 
  font-weight: bold; 
  text-decoration: Bold;
	width: 800px; 
	margin: 5px; 
	padding: 8px;
	}

nav {
	width: 800px; 
	margin: 5px; 
	padding: 8px;
	}

section {
	width: 800px; 
	border: 1px solid #FF0066; 
	margin: 5px; 
	padding: 8px;
	}

article {
	background-color: #FFFFFF;
	width: 775px; 
	border: 1px solid grey; 
	margin: 5px; 
	padding: 8px;
	}

/* accesories for an images and content */	

#starter {
	color: #ff0066;
	font-weight:bold;
	font-family: forte;
	font-size: 40px;
	text-shadow: 0 0 3px #FFFFFF; /* Firefox 3.5+, Opera 9+, Safari 1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#ffffff,Strength=3); /* IE<10 */
    position : absolute;    
    width    : 638px;
    height   : 142px;
    left     : 50%;
    top      : 50%;
    margin-left : -400px; /* half of the width  */
    margin-top  : -100px; /* half of the height */
	}

#container {
    display:flex;
    align-items:center;
    margin:5px;
    padding: 8px;
}

img { /* images */
    flex:none;
    align-items:left;
    width:128px;
    height:128px;
    border:1px solid grey; 
    margin: 3px;
    padding: 4px;
}

#imgcontact { /* images */
    flex:none;
    align-items:left;
    width:35px;
    height:35px;
    border:1px solid grey; 
    margin: 3px;
    padding: 4px;
}

footer {
	position:absolute
	bottom:0;
	width: 813px;
	height: 40px; 
	margin: 5px; 
	padding: 2px;
	font-family: Verdana, sans-serif; font-size:1.0em;
	}

nav ul {
	margin:0; 
	padding:0;
	}
	
nav ul li {
	display:inline; 
	margin:5px;
	}
