/* CSS Document */


body{
	margin: 0px;
	padding: 0px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E454C5;
	padding: 0px;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 a{
	color: #E454C5;
	text-decoration: none;
}
h3{
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
h4{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

h5{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #333333;
}


h1 .pink-letters, h2 .pink-letters, h3 .pink-letters, h4 .pink-letters{
	color: #DB47CE;
}
h1 a, h3 a, h4 a {
	color: #DE58D2;
}
.pink{
	background-color: #f5dbfb;
	border: 40px solid #d9d5da;
	height: 600px;
	
}
.half-box {
	vertical-align: top;
	width: 442px;
	padding-top: 40px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#container{margin-top: 50px;}
.iborder{
	padding: 3px;
	border: 4px solid #D9D5DA;

}

.menu{
	padding: 5px;
	border: 4px solid #D9D5DA;
	background-color: #ecedee;
	width: 90%;
	height: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align: middle;
	font-variant: small-caps;
	font-weight: bold;
	
}
.active, .active a{
	color: #DB47CE;
	text-decoration: none;
}
.passive a:link { 
    
	color: #000000;
	text-decoration: none;
}

.passive a:visited {	

    color: #000000;
	text-decoration: none;
}
.passive a:hover {
    
	color: #DB47CE;
	text-decoration: none;
}


.menu  td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D5DA;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;

}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E454C5;
	text-align: center;
}
.footer a {
	color: #E454C5;
	text-decoration: none;
}
li{
	padding: 0px;
	margin-top: 10px;
}
ul{
	padding: 0px;
	margin: 18px;
}
.donate{
	font-size: 18px;
	height: 20px;
	width: 150px;
	padding: 10px;
	background-color: #FF33CC;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

.donate a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.donate a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.donate:hover{
	background-color: #FF0099;
}
.roses{
	background-image: url(images/roses.jpg);
	padding-top: 100px;
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
}
.raffle{
	background-image: url(images/raffle-bck.jpg);
	padding-top: 230px;
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
}
.enter{
	text-align: center;
	position: relative;
	z-index: 100;
	top: -35px;
	height: 40px;
	width: 200px;
	right: 0px;
	display: block;
	margin-right: -10px;
}
.counter{
	text-align: center;
	position: relative;
	z-index: 100;
	top: -30px;
	height: 30px;
	width: 99.8%;
}
