body
{
	background-color: white;
	font-family: Verdana, sans-serif,Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

h1
{
	font-weight: bold;
	font-size: 16px;
	word-spacing: normal;
	font-style: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

p
{
	margin-top: 5px;
	margin-bottom: 5px;
}



div
{
    position: absolute;
    padding: 5px;
    margin: 0px;
    border: dashed 1px;
}

div#ads_top
{
    left: 10px;
    top: 0px;
    height: 100px;
    width:100%;
    border: 0px;
}

div#panel_text
{
    left: 10px;
    top: 120px;
    height: 100%;
    width: 320px;
    border: 0px;
}

/* row 1 */
div#panel1
{
    left: 350;
    top: 120px;
    height: 350px;
    width: 300px;
    border: dashed 3px red;
}
div#panel2
{
    left: 680;
    top: 120px;
    height: 350px;
    width: 300px;
}

/* row 2 */
div#panel3
{
    left: 350px;
    top: 490px;
    height: 330px;
    width: 630px;
}

/* row 3 */
div#panel4
{
    left: 350px;
    top: 850px;
    height: 225px;
    width: 630px;
}

/* row 4 - ads */ 
div#ads_bottom
{
    left: 350px;
    /* top: 925px; */
    top: 1100px;
    width: 650px;
    border: 0px;
    text-align:center;
}
