/* CSS Document */

body {
	margin:0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#000000;
}

a:link, a:active, avisited img {
	color: #EA549B;
	text-decoration: none;
}

a:hover {
	color: #FFCCFF;
}
	
	
	


/* main wrapper that holds it all centrally */
#wrapper {
	width: 770px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	border-left: 3px #875767 solid;
	border-right: 3px #875767 solid;
	border-bottom:3px #875767 solid;
}

/* content area */

#content{
	margin:10px 0px 0 0;
	padding-left:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0099;
	border-right-color: #FF0099;
	border-bottom-color: #FF0099;
	border-left-color: #FF0099;
}

#col1{
	width:360px;
	float: left;
	padding: 10px;
}

#newsletter{
	width: 360px;
	float: right;
	border: 5px #FF6699 groove ;
	padding:10px;
	color:#000000;
	font-size: 10px;
	margin-bottom:10px;
	margin-top:10px;
}



#col2{
	width: 360px;
	float: right;
}

/* holds images */

img {
	padding: 5px;

}

a img {
	border: none;
	text-decoration:none;
}	

/*footer*/

#footer{
	clear: both;
	width: 770px;
	height: 100px;
	background-color:#EA549B;
	padding: 0px;
}

#footer p {
	color:#FFFFFF;
	margin: 10px 10px 0 0;
	padding: 10px 4px 4px 0;
	font-weight: bold;
	text-align:center;

}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	
}

#footer a:hover {
	color: #FFFFFF;
	background:#000000;
}

#disclaimer {
	color:#000000;
	font-size:10px;
	text-align:center;
}

#content{
	margin:10px 0px 0 0;
	padding-left:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0099;
	border-right-color: #FF0099;
	border-bottom-color: #FF0099;
	border-left-color: #FF0099;
}

#wrapper #content #bee{
	float:left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom:0px;
	background-image: url(../assets/bee.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	width:770px;
	height:136px;
}

#wrapper #content #stepone{
	float:left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom:0px;
	background-image: url(../assets/step1.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	width:770px;
	height:64px;
}

#wrapper #content #steptwo{
	float:left;
	margin-top: 40px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom:0px;
	background-image: url(../assets/step2.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	width:770px;
	height:70px;
}



#wrapper #content #collage{
	float:left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 50px;
	padding-left: 0px;
	padding-bottom:5px;
	background-image: url(../assets/collage.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	width:770px;
	height:433px;
}

#toptext {
	color:#000000;
	font-size:11px;
	text-align:justify;
	margin-left: 20px;
	margin-right: 20px;
}

#toptext2 {
	color:#000000;
	font-size:10px;
	text-align:center;
	margin-left: 20px;
	margin-right: 20px;
}



#pinktext {
	color:#d720ae;
	font-size:18px;
	text-align:center;
	margin-left: 0px;
	margin-right: 0px;
	}
	
	#pinktextsmall {
	color:#d720ae;
	font-size:12px;
	text-align:justify;
	margin-left: 20px;
	margin-right: 20px;
	}
	
	#pinktext2 {
	color:#d720ae;
	font-size:18px;
	text-align:left;
	margin-left: 20px;
	margin-right: 0px;
	}

#blacktextsmall {
	color:#000000;
	font-size:11px;
	text-align:justify;
	margin-left: 20px;
	margin-right: 20px;
	}



