*
{
   margin:0;
   padding:0;
}
body
{
   font:normal 12px Arial;
   background:url('images/body_bg.png') 0 0 repeat;
}
#wrapper
{
   width:100%;
   margin:0 0 60px 0 ;
}
#dropshadow
{
   width:916px;
   height:522px;
   position:absolute;
   top:72px;
   left:50%;
   margin-left:-445px;
   z-index:0;
   background:url('images/dropshadow.png') 0 0 no-repeat;
   
}
#page
{
   width:906px;
   height:514px;
   position:relative;
   top:60px;
   margin:0px auto 140px;
   z-index:1;
   background:#ffffff url('images/page_bg.jpg') 0 0 no-repeat;
}
#contents
{
   width:732px;
   height:470px;
   padding-top:14px;
   margin:0 auto;
}
#header
{
   width:100%;
   height:108px;
   margin-bottom:35px;
   background:url('images/header_bg.png') 100% 2px no-repeat;
}
#header h1
{
   width:232px;
   height:102px;
   overflow:hidden;
   text-indent:-2000px;
   background:url('images/logo.png') 0 0 no-repeat;
}
#header h1 a
{
   width:100%;
   height:100%;
   display:block;
}
#content
{
   width:393px;
   float:left;
   padding-left:15px;
}
#content  p
{
   font-style:italic;
   margin-bottom:22px;
}
.welcome
{
   width:262px;
   height:17px;
   overflow:hidden;
   text-indent:-2000px;
   margin-bottom:10px;
   background:url('images/h2_bg.png') 0 0 no-repeat;
}
#side
{
   width:320px;
   float:left;
   overflow:hidden;
}
.brochure
{
   width:196px;
   height:69px;
   overflow:hidden;
   text-indent:-2000px;
   display:block;
   margin:0 auto 34px;
   background:url('images/download_brochure.png') 0 0 no-repeat;
}
.enquiry
{
   width:162px;
   height:75px;
   overflow:hidden;
   text-indent:-2000px;
   display:block;
   margin:0 auto 34px;
   background:url('images/enquiry.png') 0 0 no-repeat;
}
.friends
{
   width:238px;
   height:69px;
   overflow:hidden;
   text-indent:-2000px;
   display:block;
   margin:0 auto;
   background:url('images/friends.png') 0 0 no-repeat;
}
#copyright
{
   width:732px;
   padding:5px 0;
   text-align:center;
   margin:0 auto;
   font-weight:bold;
   font-style:italic;
   color:#6e0000;
}