
body
{
text-align: center;
margin: 0px;
}

div.main_page
{
position: relative;
margin: 0 auto;
width: 768px;
height: 1050px;
background-image: url('images/SatinTile.jpg');
}
div.main_page_long
{
position: relative;
margin: 0 auto;
width: 768px;
height: 1400px;
background-image: url('images/SatinTile.jpg');
}
div.main_page_really_long
{
position: relative;
margin: 0 auto;
width: 768px;
height: 1700px;
background-image: url('images/SatinTile.jpg');
}
div.main_page_really_really_long
{
position: relative;
margin: 0 auto;
width: 768px;
height: 2000px;
background-image: url('images/SatinTile.jpg');
}

div.header
{
width: 768px;
height: 119px;
background-image: url('images/header.gif');
}

div.top_nav
{
position: absolute;
left: 167px;
top: 119px;
height: 21px;
width: 601px;
}

div.navbar
{
position: absolute;
left: 0px;
top: 119px;
height: 907px;
width: 167px;
background-color: black;
}
div.navbar_long
{
position: absolute;
left: 0px;
top: 119px;
height: 1257px;
width: 167px;
background-color: black;
}
div.navbar_really_long
{
position: absolute;
left: 0px;
top: 119px;
height: 1557px;
width: 167px;
background-color: black;
}
div.navbar_really_really_long
{
position: absolute;
left: 0px;
top: 119px;
height: 1857px;
width: 167px;
background-color: black;
}

div.button_group
{
margin: 0 auto;
width: 135px;
text-align: left;
font-size: 12px;
font-family: Lucida Sans Unicode;
font-weight: bold;
color: white;
}

a.button
{
text-decoration: none;
cursor: hand;
}

div.button
{
margin: 0 auto;
height: 12px; 
width: 135px; 
font-size: 11px; 
background-color: black; 
text-align: left;
color: white; 
font-family: Lucida Sans Unicode;
}
div.button:hover
{
}

div.navbar a,div.navbar_long a,div.navbar_really_long a,div.navbar_really_really_long a
{
text-decoration: none;
cursor: hand;
color: white;
}


div.page_text
{
position: absolute;
left: 167px;
top: 140px;
width: 601px;
height: 920px;
color: black;
text-align: left;
font-size: 13px;
font-family: Arial;
padding-left: 20px;
}

p
{
width: 520px;
text-align: left;
margin-top: 20px;
}

div.footer
{
position: absolute;
left: 0px;
top: 1030px;
}
div.footer_long
{
position: absolute;
left: 0px;
top: 1380px;
}
div.footer_really_long
{
position: absolute;
left: 0px;
top: 1680px;
}
div.footer_really_really_long
{
position: absolute;
left: 0px;
top: 1980px;
}

img
{
border: none;
}

table.form
{
margin-top: 20px;
margin-bottom: 20px;
font-size: 12px;
border-style: none;
width: 550px;
}

table.form td
{
border-width: 3px;
border-style: none;
border-color: white;
background-color: #e3e3e3;
}