#bodyie{
text-align:center;
}

#wrapper{
width:800px;
margin-left:auto;
margin-right:auto;
}

#header{
width:800px;
height:329px;
background-image:url('images/header.jpg');
background-repeat:no-repeat;
}

#main{
width:630px;
padding:10px 85px 25px 85px;
background-image:url('images/background.jpg');
background-repeat:repeat-y;
text-align:left;
}

#footer{
width:800px;
height:50px;
background-image:url('images/footer.jpg');
background-repeat:no-repeat;
}

/********FONTS********/


h2{
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
font-weight:bold;
color:#cc0000;
}

h3{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
color:#000000;
}

.highlighted{
background-color:#FFFF00;
}

.underlined{
text-decoration:underline;
}

.list{
list-style-image:url('images/dotpoint2.jpg');
line-height:1.5ems;
list-style-position:outside;
}

p{
font-family:"Times New Roman", Times, serif;
font-size:16px;
}

li{
font-family:"Times New Roman", Times, serif;
font-size:16px;
}

.floatl{
float:left;
margin:10px;
}

.floatr{
float:right;
margin:10px;
}


