
#tab li { 
display: inline; 
list-style-type: none; 
}

#tab a:link, #tab a:visited { 
text-decoration: none; 
color: #AC92C0; 
}

#tab a:link.active, #tab a:visited.active { 
text-decoration: none; 
color: #DD2D5E;
}

#tab {
position: absolute;
top: 10px;
left: -40px;
}

body.home { 
margin: 0; 
padding: 0; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
color: #ffffff; 
background-color: #000000; 
background-image: url(images/unopenedlilyblackbg.gif);
background-repeat: no-repeat;
background-position: 90px 280px;
}

body.styles { 
margin: 0; 
padding: 0; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
color: #ffffff; 
background-color: #4E5F2B; 
background-image: url(images/roseongreen.gif);
background-repeat: no-repeat;
background-position: 0px 0px;
}

h2 {
text-transform: lowercase;
}

#homecontainer { 
position: absolute;
left: 352px;
top: 0px;
width: 430px; 
margin: 0 auto;

} 

#stylescontainer { 
position: absolute;
left: 352px;
top: 0px;
width: 320px; 
margin: 0 auto;

} 

#homeheader{ 
position: relative; 

} 

#stylesheader{ 
position: relative; 

} 

#content{ padding: 0; }

.pagelink:link {
	text-decoration: none;
	color: #D6C6E7;
}

.pagelink:visited {
	text-decoration: none;
	color: #D6C6E7;
}

.pagelink:hover {
	text-decoration: underline;
	color: #DD2D5E;
}

.pagelink:active {
	text-decoration: underline;
	color: #DD2D5E;
}


#homestylebox {
position: absolute;
left: -250px;
top: 23px;
}

#stylesstylebox {
position: absolute;
left: -250px;
top: 420px;
}

.quotation {
position: absolute;
left: 400px;
top: 560px;
font-style: italics;
}

.quotation2 {
position: absolute;
left: 400px;
top: 551px;
height: 136px;
width: 120px;
padding: 3px;
background-color: #000000;
font-style: italics;
font-size: 8pt;
color: #ffffff;
}

.linkcontainer {
	
}

.smalltext:link {
  font-size: 8pt;
  text-decoration: none;
  color: #D6C6E7;
}

.smalltext:visited {
  font-size: 8pt;
  text-decoration: none;
  color: #D6C6E7;
}

.smalltext:hover {
  font-size: 8pt;
  text-decoration: underline;
  color: #DD2D5E;
}

.smalltext:active {
  font-size: 8pt;
  text-decoration: underline;
  color: #DD2D5E;
}

.mediumtext:link {
  font-size: 10pt;
  text-decoration: none;
  color: #D6C6E7;
}

.mediumtext:visited {
  font-size: 10pt;
  text-decoration: none;
  color: #D6C6E7;
}

.mediumtext:hover {
  font-size: 10pt;
  text-decoration: underline;
  color: #DD2D5E;
}

.mediumtext:active {
  font-size: 10pt;
  text-decoration: underline;
  color: #DD2D5E;
}

.largetext:link {
  font-size: 12pt;
  text-decoration: none;
  color: #D6C6E7;
}

.largetext:visited {
  font-size: 12pt;
  text-decoration: none;
  color: #D6C6E7;
}

.largetext:hover {
  font-size: 12pt;
  text-decoration: underline;
  color: #DD2D5E;
}

.largetext:active {
  font-size: 12pt;
  text-decoration: underline;
  color: #DD2D5E;
}

.dropcap
{
float: left;
font-size:42px;
line-height:32px;
padding-top:1px;
padding-right:2px;
}


.badgeimg {
border: none;
}

.badges {
position: absolute;
left: -250px;
top: 80px;
}


