html
{
height: 100%;
}

* html #content_wrapper
{
height: 100%;
}

body
{
background-color: #D01F3C;
height: 100%;
margin:0;
padding:0;
color: #eeeeee;
font-family: "Berlin Sans FB";
text-align: center;
}

#content_wrapper
{
width: 100%;
text-align: left;
position: relative;
min-height: 100%;
}
#bottom
{
background-image: url(images/background__04.png);
background-repeat: repeat-x;
bottom: 0;
width: 100%;
height:140px;
left: 0px;
position:absolute;
z-index:1;
}

#top
{
background-image: url(images/background_top_01.jpg);
background-repeat: repeat-x;
height: 56px;
}

#topbar
{
background-image: url(images/top_bar_04.gif);
background-repeat: no-repeat;
height: 30px;
margin-left: 75%;
padding-top: 3px;
padding-left: 10px;
}

#cell
{
width: 543px;
margin-top: -18px;
background-image: url(images/cell_body_10.gif);
background-repeat: repeat-y;
color: #eeeeee;
font-family: "Berlin Sans FB";
float: left;
display: inline;
}

#cell h1, h2, h3, h4, h5, h6
{
font-weight: 100;
}
#cell p, #cell h3
{
padding-left: 25px;
padding-right: 25px;
margin-top:0;
}

.rightpad
{
padding-right: 10px;
}

.image
{
background-image: url(images/cell_top_05.gif);
background-repeat: no-repeat;
height: 56px;
width: 100%;
text-align: right;
font-family: Courier;
font-size: 70%;
}

#header
{
width: 100%;
height: 142px;
margin-bottom: 30px;
background-color: #242121;
background-image: url(images/head_bground_06.jpg);
}

#right_wrap
{
float: right;
width: 257px;
margin-top: -18px;
margin-bottom: 18px;
}

.rightcell
{
background-image: url(images/right_cell_body_07.gif);
background-repeat: repeat-y;
clear: right;
}

.content_wrap
{
z-index: 3;
}

.rightcell .bottomimage
{
height: 100%;
background-image: url(images/right_cell_bottom_20.gif);
background-repeat: no-repeat;
background-position: bottom;
}
.rightcell p
{
padding-left: 25px;
padding-right: 25px;
margin-top:10px;
font-size: 80%;
margin-right: -5px;
}

html>body #cell-wrap
{
left: 50%;
}

#cell-wrap
{
width: 835px;
padding-bottom: 5px;
margin: 0 auto;
text-align: left;
}

.bartop
{
background-image:url(images/top_bar_body_03.gif);
background-repeat: repeat-x;
padding-bottom: 20px;
height: 30px;
float: left;
width: 500px;
text-align: center;
}
.leftalign
{
float: left;
margin: 0;
}

.rightalign
{
float: right;
}

ul li li
{
list-style-type: none;
font-size: 90%;
border-right: 1px dotted white;
border-left: 1px dotted white;
padding:3px;
margin: 5px 40px 5px 5px;
}

#footer
{
padding-top: 5px;
clear: both;
margin-top: -2.5em;
}

#footer img
{
border:0;
}

#completewrapper
{
float:left;
width: 100%;
}