body
{
background:#F6D9A0;
}

.layout
{
position:absolute;
top:100px;
left:50px;
}


#frame
{
position:absolute;
top:116px;
left:535px;
width:375px;
}

.content
{
overflow:auto; 
background:#F7CF84;
color:#C32F39;
width:375px;
height:285px;
}

h1
{
font-family:Arial;
font-size: 15px;
color: #C32F39;
letter-spacing: 2px;
font-weight: bold;
border-bottom-width: medium;
border-bottom-style: solid;
border-bottom-color: #AF575F;
text-transform: uppercase;
padding: 2px 10px 2px 2px;
text-indent:5px;
margin-left:5px;
margin-right:5px;
margin-top:7px;
}

p
{
font-family:Arial, sans-serif;
line-height: 135%;
font-size:11px;
text-indent: 6px;
margin-left:5px;
color: #79738B;
}

blockquote
{
border-left-width: thick;
border-left-style: solid;
border-left-color: #E1BC85;
padding-left: 6px;
padding-top: 3px;
padding-bottom: 3px;
margin-left: 30px;
font-family: Arial, Helvetica, sans-serif;
line-height: 135%;
font-size:11px;
color: #E3CEBB;
}

a:link,a:active,a:visited
{
text-decoration:none;
color:#C32F39;
font-family: Arial;
}

li,ul,ol
{
font-family:Arial, sans-serif;
line-height: 135%;
font-size:11px;
text-indent:6px;
margin-left:7px;
color: #C32F39;
margin-top:0px;
}