body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 80%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
color: #000;
background-color:#ffffff;
background-image: url('/images/pink/background.jpg');
}

#wrapper {
top:5px;
margin:0 auto;
text-align:left;
width:850px;
position:relative;

}

#nav {
width: 800px;
height: 24px;
padding-left:50px;
padding-top:6px;
background: url('/images/pink/navBG.jpg');
}
#nav ul li a, #nav ul li a:hover{
text-decoration:none; width:100px; color:#000000; display:block; position:relative;
z-index:101;
}
#nav ul li a:hover{
color:#fff;
}
#nav ul {padding:0; margin:0; list-style: none;}
#nav ul li{
float:left;
}


#left{
float:left; 
position:relative; 
background:repeat-x top left #EF6477 url('/images/pink/pic4_03.jpg');
text-align:left;
font-size:.8em;
width:160px;
color:#FFFFFF;
height:401px;
}

#body{
float:left; 
font-size:.95em;
position:relative; 
background:repeat-x top left #FFECED url('/images/pink/pic3_04.jpg');
padding:12px;
width:666px;
height:377px;
}

#bottom{

float:left;
position:relative;
margin-top:2px;
white-space:nowrap
}

sup{
	font-size:.8em;
	vertical-align:top;
}

.header{
font-size:1.4em;
font-weight:bold;
color:#ca5467;
padding-bottom:5px;
padding-top:0px;
}

.note{
font-size:.8em;
}

.pink{
color:#ca5467;
font-stretch:ultra-condensed;
}

a{
color:#ca5467;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

img{
border:none;
}
