body 
{
   	font-size:100.1%;
    margin-top: 20px;
    background:#0E00FF;
    height:100%
}


#wrapper
{
    display:block;
    background-color: #ffffff;
    margin-bottom:0px;
    margin-top:0px;
    width:750px;
    height:90%;
    border: solid 2px rgb(0,0,0);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow:hidden;
} 

#header
{
    display:block;
    background-color: #ffffff;
    background-image:url('../images/header.jpg');
    background-position:center center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height:188px;
    width:100%;
    overflow:hidden;
}  

#content
{
    position:relative;
    display:block;
    width:710px;
    margin-top: 10px;
    overflow:hidden;
}

#actionbox
{
    display:block;
    overflow:hidden;
}

#imgformarea
{
    display:block;
    overflow:hidden;
    background-color:#ffffcc;
    background-image: url('../images/rndimgbkgrnd.png');
    background-repeat:no-repeat;
    background-attachment: scroll;
    background-position:0 0;
    height: 350px;
    width: 708px;
}

#imagebox
{
    display:block;
    width: 330px;
    height:350px;
    overflow:hidden;
}

#imageholder
{
    position:relative;
    display:block;
    margin-top: 10px;
    left:20px;
    background-color: #ffffff;
    background-image: url('../images/buyers_md1.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    width:255px;
    height:319px;
}

#formholder
{
    position:relative;
    display:block;
    padding:0px 20px 0px 20px;
    left: 10px;
    width:330px;
    height:350px;
    overflow:hidden;
}

#submit
{
    position:relative;
    display:block;
    left:115px;
    top:20px;
}

#benefits
{
    display:block;
    margin-top:10px;
    width:100%;
    height:auto;
    overflow:hidden;
}

#footer
{
    position: relative;
    display:block;
    width: 710px;
}

#menu
{
    display:block;
    text-align:center;
}

#copyright
{
    position:relative;
    display:block;
    text-align:center;
    font-size: 1.3em;
}

img
{  border-style: none;
}

h1,h2,h3,h4,h5,h6
{
    text-align:center;
}

p
{
    font-family:Arial;
    font-size:10pt
}

ul
{
   font-family: Arial;
   list-style-image: url('../images/checkbox.gif');
   list-style-type: square;
   width: 300px;
}

/* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */ 

/*-- The following are base level element styles --*/