/* CSS Document */
HTML, body {
background-color:#FFFFFF;
margin:0;
padding:0;
text-align:center;
height:100%;
background-image:url(img/bg.jpg);
background-position:top center;
background-repeat:repeat-y;
color:#2F1F0F;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#box0 {
width:958px;
position:relative;
margin:auto;
}
#box1 {
width:958px;
height:118px;
background-image:url(img/bg_box1.jpg);
background-position:top left;
background-repeat:repeat-x;
}
#box2 {
width:958px;
height:312px;
}
#box3 {
width:958px;
height:38px;
background-color:#FFCC00;
background-image:url(img/bg_box3.jpg);
background-repeat:repeat-x;
text-align:left;
vertical-align:bottom;
}
#box3 h4 {
font-size:18px;
color:#FFFFFF;
margin:0px 0px 0px 50px;
padding:8px 0;
}
#box4 {
width:958px;
height:auto;
background-color:#ffffff;
background-image:url(img/bg_box4.jpg);
background-position:bottom;
background-repeat:repeat-x;
}
#box5 {
width:958px;
height:auto;
background-color:#ffffff;
text-align:left;
}
#box5 p {
margin-left:15px;
}
a {
color:#2F1F0F;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-style:oblique;
font-weight:bold;
letter-spacing:1pt;
}
a:hover {
color:#DA8B21;}
.ulreference {
margin:0 10px 0 10px;
list-style:none;
}
.ulreference li {
border-bottom:1px solid #EBEDEB;
}


