body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
margin:0;
padding:0;
background-color:#CCCCCC;
}
#container{
width:1024px;
margin: 0 auto;
}
#header{
height:151px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}
#middle{
height:254px;
}
#thecontent{

}
#left{
float:left;
width:627px;
height:533px;
padding-left:65px;
padding-top:25px;
background-image:url(images/left.jpg)
}
#right{
float:right;
width:332px;
}
p.normal{
font-size:11pt;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
}
p.heading{
font-size:12pt;
font-family: Arial, Tahoma, Verdana;
font-weight: bold;
color:#31268f;
}
a{
text-decoration:none;
}