body 
{
background: #FFD2DC;
background-image: url('bg_pattern.gif');
background-repeat: repeat;
font-family: times;
font-size: 13px;
color: #000000;
scrollbar-3dlight-color: #FFD2DC;
scrollbar-arrow-color: #C03B34;
scrollbar-base-color: #FFD2DC;
scrollbar-darkshadow-color: #FFD2DC;
scrollbar-face-color: #FFD2DC;
scrollbar-highlight-color: #FFD2DC;
scrollbar-shadow-color: #FFD2DC;
scrollbar-track-color: #FFD2DC;
}

a:link { color: #C03B34; text-decoration:none }
a:visited { color: #C03B34; text-decoration:none }
a:hover { color: #C03B34; text-decoration:none; font-weight: bold; }
a:active { color: #C03B34; text-decoration:none; font-weight: bold; }

#splash
{
text-align: center;
}

#footer
{
background: #ffffff;
}

#blog {
position: absolute;
left: 0px;
top: 0px;
margin: 0px;
width: 496px; 
height: 337px; 
border-style: none; 
background-image: url('pink_blog.jpg');
}

#content {
background-image: url('pink_blog_bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
position: absolute;
top: 55px;
left: 244px;
width: 191px;
height: 222px;
overflow: auto;
FILTER: chroma(color=FFD2DC);
}

h1 {
font: italic small-caps 20px verdana;
color: #C03B34;
letter-spacing: 0.1cm;
background: #ffffff;
}

h2 {
font: italic small-caps 14px verdana;
color: #C03B34;
text-align: right;
border-bottom: 1px dotted #C03B34;
}

P {
text-align: left;
margin-left: .1em
}

#content ul {
text-align: left;
list-style-type: circle;
margin-left: 1.5em;
padding-left: 0;
}

#content a 
{
text-decoration: none;
padding: .2em .5em;
color: #C03B34;
}

#content a:hover
{
font-weight: bold;
}

#nav ul 
{ 
margin: 0;
padding: 0;
list-style-type: none; 
text-align: center;
}

#nav ul li 
{
display: inline;
}

#nav ul li a 
{
text-decoration: none;
padding-right: 1px;
color: #C03B34;
}

#nav ul li a:hover
{
font-weight: bold;
}

#footer ul 
{ 
margin: 0;
padding: 0;
padding-bottom: .1em;
list-style-type: none; 
text-align: center;
}

#footer ul li 
{
display: inline;
}

#footer ul li a 
{
text-decoration: none;
padding: .2em .5em;
color: #C03B34;
}

#footer ul li a:hover
{
font-weight: bold;
}