/* CSS Document
************
************
* IMPORTANT. 
* This file overides the css in da-common.css
* therefore it must be linked after the da-common.css file  in the page header
* eg:
* <link href="/css/da-common.css" rel="stylesheet" type="text/css" media="screen" />
* <link href="/css/da-home.css" rel="stylesheet" type="text/css" media="screen" />
************
************
*/
#mainbodycontent{
width:530px;
float:left;
margin-left:15px;
}
#mainbodyright{
float:right;
margin-right:15px;
}
h1.homeH1{
margin:0px;
padding:0px;
margin-top:10px;
}