﻿* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#wrapper #logo {
	background-color: #FFF;
	height: 153px;
}
#wrapper #navigation {
	height: 35px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

   #nav {
      width: 100%;
      float: left;
      margin: 0 0 3em 0;
      padding: 0;
      list-style: none;
      background-color: #a82a5c;
      border-bottom: 1px solid #ccc; 
      border-top: 1px solid #ccc; 
	  }
   #nav li {
      float: left; }
   #nav li a {
      display: block;
      padding: 8px 15px;
      text-decoration: none;
      font-weight: bold;
      color: #fff;
      border-right: 1px solid #ccc; }
   #nav li a:hover {
      color: #c00;
      background-color: #e685ac; }
#wrapper #headerImg {
background-image: url(../images/flowerHpImg.jpg);
	background-repeat: no-repeat;
	height: 140px;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	background-color: #CCC;
	text-align: center;
}
#wrapper #bodyArea #footer {
	clear: both;
	height: 40px;
	background-color: #FCF;
	padding-top: 1px;
	font-size: 9px;
	font-family: Verdana, helvetica, Arial, sans-serif;
}
p {
	font-family: Verdana, helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 20px;
}
#wrapper #ad {
	background-color: #FCF;
	height: 25px;
	width: 800px;
	font-family: Verdana, helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
	background-color: #FFF;
}

.alert {
	background: #f69abb;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #fa0a0a;
	border-bottom: 2px solid #fa0a0a;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #00C;
	}
pinkRibbon {
	clip: rect(auto,auto,auto,auto);
	float: right;
}
#wrapper #bodyArea #right h2 {
	padding-left: 20px;
	color: #F0F;
	padding-top: 10px;
}
#wrapper #bodyArea #left #ribpink {
	float: none;
	clear: none;
}
#h1 {
	color: #F03;
}
hr {
	margin-left: 50px;
	margin-right: 50px;
}
