#bodyie{
text-align:center;
}

#wrapper{
width:800px;
margin-left:auto;
margin-right:auto;
}

#header{
width:800px;
height:266px;
background-image:url('images/header.jpg');
background-repeat:no-repeat;
}

#main{
width:710px;
padding:45px;
background-image:url('images/background.jpg');
background-repeat:repeat-y;
text-align:left;
}

html>body #main{
width:710px;
padding:45px;
background-image:url('images/background.jpg');
background-repeat:repeat-y;
text-align:left;
}

#rightbox{
width:223px;
height:308px;
float:right;
padding:25px;
text-align:left;
background-image:url('images/rightbox.jpg');
background-repeat:no-repeat;
}

html>body #rightbox{
width:223px;
height:258px;
float:right;
margin-left:10px;
padding:25px;
text-align:left;
background-image:url('images/rightbox.jpg');
background-repeat:no-repeat;
}

#footer{
width:800px;
height:80px;
clear:both;
background-image:url('images/footer.jpg');
background-repeat:no-repeat;
}

.form{
width:489px;
height:286px;
background-image:url('images/formbg.jpg');
background-repeat:no-repeat;
padding:35px;
padding-top:5px;
}

html>body .form{
width:419px;
height:216px;
background-image:url('images/formbg.jpg');
background-repeat:no-repeat;
padding:35px;
}

/***FONTS***/

h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#009900;
}

h3{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color:#000000;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

li{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
list-style-image:url('images/dotpoint18.jpg');
line-height:3ems;
list-style-position:inside;
}