@charset "UTF-8";

                                                   /*//////////////////////////////////// NEW ////////////////////////////////////*/

/*//////////////////////////////////// MAIN STYLES ////////////////////////////////////*/



* {
	margin: 0;
	padding: 0;
	
}



body{
	padding:0px;
	margin:0px;
	color: #333;
	font: 12px Verdana, sans-serif;
	color:#000000;
	background-color: #ffffff;
}



a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}




#blue a {
	font-size: 12px;
	color: #006699;
	font-weight: bold;
}
#blue a:link {
	text-decoration: none;
}
#blue a:visited {
	text-decoration: none;
color: #006699;
}
#blue a:hover {
	text-decoration: none;
	color: #006699;
}
#blue a:active {
	text-decoration: none;
	color: #006699;
}





#purple a {
	font-size: 12px;
	color: #993399;
	font-weight: bold;
}

#purple a:link {
	text-decoration: none;
}

#purple a:visited {
	text-decoration: none;
	color: #993399;
}

#purple a:hover {
	text-decoration: none;
color: #993399;
}

#purple a:active {
	text-decoration: none;
	color: #993399;
}





#purpleb a {
	font-size: 16px;
	color: #993399;
	font-weight: bold;
}

#purpleb a:link {
	text-decoration: none;
}

#purpleb a:visited {
	text-decoration: none;
	color: #993399;
}

#purpleb a:hover {
	text-decoration: none;
	color: #872C87;
}

#purpleb a:active {
	text-decoration: none;
	color: #993399;
}




#pink a {
	font-size: 16px;
	color: #C09;
	font-weight: bold;
}

#pink a:link {
	text-decoration: none;
	color: #C09;
}

#pink a:visited {
	text-decoration: none;
	color: #C09;
}

#pink a:hover {
	text-decoration: none;
	color: #A10078;
}

#pink a:active {
	text-decoration: none;
	color: #C09;
}







#green a {
	font-size: 16px;
	color: #096;
	font-weight: bold;
}

#green a:link {
	text-decoration: none;
		color: #096;
}

#green a:visited {
	text-decoration: none;
	color: #096;
}

#green a:hover {
	text-decoration: none;
	color: #008055;
}

#green a:active {
	text-decoration: none;
		color: #096;
}




#blue a {
	font-size: 16px;
	color: #2F60C1;
	font-weight: bold;
}

#blue a:link {
	text-decoration: none;
	color:#2F60C1;
}

#blue a:visited {
	text-decoration: none;
color: #2F60C1;
}

#blue a:hover {
	text-decoration: none;
	color: #1E3E7F;
}

#blue a:active {
	text-decoration: none;
	color: #2F60C1;
}








.dark_purple {
	color:#609
	
	
}


.dark_purple_sm {
	color:#609;
	font-size:10px;
	font-weight: bold;
	
	
}



.titles {
	font-size: 16px;
	font-weight:bold;
}


.red {
	color: #E51B3B;
	font-size: 16px;
	font-weight: bold;
}


.small {
	font-size: 10px;
	padding-top: 0px;
	width: 450px;
	float:left;

	
}


.small2 {
	font-size: 10px;
	padding-left: 10px;
	width: 330px;
	padding-top: 5px;
	float:left;
	margin-right:200px;
	
	
}

.reviews {
	font-size: 10px;
	font-style:italic;
}



#alice a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	
}
#alice a:link {
	text-decoration: none;
}
#alice a:visited {
	text-decoration: none;
	color: #000000;
}
#alice a:hover {
	text-decoration: none;
	color: #000000;
}
#alice a:active {

	text-decoration: none;
	color: #000000;
}


.alice {
	font-family: "Lucida Handwriting";
	font-size: 20px;
}


.alice_purple {
	font-family: "Lucida Handwriting";
	font-size: 20px;
	color:#609;
}

/*//////////////////////////////////// STRUCTURE ////////////////////////////////////*/

#main {
	width: 1024px;
	height:1722px;
	margin: 0 auto;
	padding:0px;
	background-color: #A0DDD5;
}

#menu{
	width: 234px;
	height:1722px;
	background-image:url(../images/menu.png);
	float:left;
}

#right{
	width: 790px;
	height:1598px;
	background-image:url(../images/alice_bg.png);
	background-repeat:no-repeat;
	float:left;
	
}


#top_image {
	float:left;
}

#content{
	float:left;
	width: 434px;
	padding-left: 10px;
	
	
}


/*/////////////////////////////////////////////  FOOTER    //////////////////////////////////////////////*/

#footer {
	
	height:94px;
	width: 790px;
	float:left;
	background-image:url(../images/footer.png);
	text-align:center;
	padding-top:30px;
}



.footer_separator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}


#footer a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}
#footer a:active {

	text-decoration: none;
	color: #000000;
}


#footer p{
	
	width: 600px;
	margin-left:-15px;
}
/*/////////////////////////////////////////////  CONTACT    //////////////////////////////////////////////*/

#contact {
	width:295px;
	background-image:url(../images/contact_us.gif);
	height: 345px;
	padding-left: 150px;
	text-align: center;
}
