@charset "utf-8";
html {
    background-image:url(../img/bkgrnd.gif);
	background-color:#c1d72e;
 }
 
body{
	background-image:url(../img/htmlback.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
	padding:0px;
}


b{font-size: 110%;}
em{
	color: #EB1590;
	font-weight: bold;
}
p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	margin-bottom: 20px;
}
li{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
}
li a:link, li a:active, li a:visited{
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
}
li a:hover{
	text-decoration: none;
	color: #E64097;
	background-color: #000;
	padding: 2px;
}


h1{
	font-size: 20px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../img/dots.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-variant: normal;
	padding-left: 135px;
	color: #cb1d69;
}
#return{
	font-size: 20px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	background-repeat: no-repeat;
	background-position: left;
	font-variant: normal;
	color: #cb1d69;
	padding-top: 50px;
}
#family a img
{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px;
}

#family a img:hover
{
	border-color: #e64097;
}

#maincontainer{
	width: 844px;
	margin: 0 auto;
	text-align:left;
	background-color:#fff;
}

#logo{
	height: 116px;
	background-image: url(../img/bannerTop.gif);
	width: 844px;
}
#nav{
	background-image: url(../img/navigation.gif);
	height: 91px;
	width: 844px;
}


#contentwrapper{
	float: left;
	width: 100%;
	background-color: #FFF;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}
.pl{
	padding-left: 5px;
	list-style-type: none;
	list-style-image: url(../img/bullet.gif);
	vertical-align: middle;
	margin-bottom: 10px;
}
#candyjar{
}
#tooltip{
	position:absolute;
	border:2px dotted #333;
	background:#f3d4f1;
	padding:2px 5px;
	color:#333;
	display:none;
	width: 350px;
	}	


#rightcolumn{
	float: left;
	width: 198px; /*Width of right column*/
	margin-left: -200px;
	background-color: #FFF;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #c1d62e;
	padding-bottom: 15px;
	padding-top: 5px;
	margin-top: 20px;
}

#testimonial{
	font-family: Tahoma, Geneva, sans-serif;
	color: #ea2192;
	background-color: #dfdbdd;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	border: 4px dotted #e74599;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

#loveImg{
	margin-left: 35px;
}

#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 75px;
	background-color: #ef98c2;
	/*color: #a5b72a;
	background-color: #deed64;*/
	color: #eb1590;
}


.innertube{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
}
.contact{
	margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
	background-color: #f1f7c6;
	border: 2px dotted #c1d72e;
	padding-right: 10px;
	padding-left: 10px;
}
.rotate {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.imgB {
	border: 3px double #EB1590;
}
#pad {
	margin-top: 50px;
	margin-bottom: 125px;
}

