/* Layout */ 
body{
 margin: 0;
 padding:0;
 border:none
 background:#ffffff;
 color: #000000;
 }	 
	 
#lh-col{
 position:absolute;
 top:56px;
 left:0;
 width:140px;
 z-index:3;
 padding-top:8px;
 padding-left:0;
 background:#ffffff;
 color: #000000;
 }

#rh-col{
 position:absolute;
 top:56px;
 right:0;
 width:128px;
 z-index:5;
 padding:10px;
 background:#ffffff;
 color: #000000;
 }

#c-block {
 width:100%;
 z-index:3;
 background:#ffffff;
 color: #000000;
 height:80%;
 }

#hdr-left{
 height:42px; 
 border-bottom:1px solid #000040; 
 width:60%;
 padding-left:8px;
 padding-top:12px;
 background-image: url('http://www.rossandcarla.com/i/bg.gif');
 background-repeat: repeat-y
 color: #000000; 
 margin:0;
 }

 #hdr-right{
 position:absolute;
 top:0px;
 right:0;	 
 height:42px; 
 border-bottom:1px solid #000040; 
 width:40%;
 padding-right:8px;
 padding-top:12px;
 background-image: url('http://www.rossandcarla.com/i/bg.gif');
 background-repeat: repeat-y
 color: #000000;
 margin:0;
 text-align: right;
 }
  
#c-col{
 margin:0 0 0 148px;
 position:relative;
 padding:10px;
 background:#ffffff;
 color: #000000;
 z-index:4;
 border-left:1px solid #000040;
 }

#ftr {
 width:100%;
 height:35px;
 border-top: 1px solid #000040; 
 background:#ffffff;
 color: #000000;
 }
 
/* Presentation */ 
html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block; font-family: Arial, Helvetica, Sans-Serif  }
li              { display: block; list-style-type: none; font-weight: bold }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
h1              { font-size: 1.5em; margin: 0px  }
h2              { font-size: 1.2em; margin: 0px  }
h3, menu        { font-size: .93em; margin: 0px  }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir     { font-size: .83em; margin: 0px  }
h5              { font-size: .75em; margin: 0px 0px 0px 4px  }
h6              { font-size: .75em; margin: 0px 0px 0px 8px  }
h1, h2, h6      { font-weight: normal  }
h3, h4, h5,
b, strong       { font-weight: bold  }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic  }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
bitsmall		{ font-size: .83em; margin: 0px  }
big             { font-size: .75em; margin: 0px  }
small, sub, sup { font-size: .64em; margin: 0px  }
sub             { vertical-align: sub }
sup             { vertical-align: super }
s, strike, del  { text-decoration: line-through }
hr              { height: 1px; width: 90%; color: #660000; noshade  }
ol, ul, dir, dd { margin-left: 0; padding-left: 1em }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A" }
:before, :after { white-space: pre-line }
center          { text-align: center }
right           { text-align: right }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
