@charset "utf-8";
/* CSS Document */


body 
{
background-color: #5f6f78;
}

#vedalogo
{
width:960px;
/* top left/right bottom*/
margin: 0 auto 0;
position:relative;
border:thin solid black;
background-color:#7f5f33;
height:auto;
}
header
{
widtht: 960px;
height:110px;
}

#image
{
widht:950px;
height:100px;
padding-left:160px;
background-color:#FFF;
margin-top:5px;
margin-right:5px;
margin-left:5px;
}

#dataarea
{
float:left;
width:940px;
height:auto;
margin-top:10px;
margin-left:10px;
margin-right:10px;
margin-bottom:2px;
color:#000;
font-size:18px;
font:DaunPenh;
line-height:25px;
border-radius: 15px;
background-color:#fff;	
}


h3
{
margin-top:3px;
margin-bottom:0px;
}

h5
{
margin-top:0px;
margin-bottom:0px;
}

table
{
margin-left:5px;
margin-bottom:0px;
margin-top:0px;
}

hr
{
margin-top:8px;
margin-bottom:0px;
}
td
{
margin:1px;
}


footer
{
clear:both;
margin-left:10px;
margin-right:10px;
font-family: Arial;
font-size: 10px;
font-weight: lighter;
color:#999;
}
