/* CSS Document */


* {
	margin: 0;
	padding: 0;
}
     	
body {
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bg.gif) repeat-x;
}

a {
	color: #666;
}

h3 
{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin: 0 0 26px 0;	
}

h4 
{
	font-size: 12px;
	color: #666666;
	font-weight: bold;	
}

ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	list-style-type: none;  
}


/* ID's */

#container {
	position: absolute;
	width: 783px;
	height: 100%;
	margin: 0 auto;
	padding: 20px 0px 0px 40px;
}

#header_image {
	width:  798px;
	height: 98px;
	background-repeat: no-repeat;
	background-image: url(../images/LawOfficeed_final_top2.gif);
}
#main_image {
	width:  798px;
	height: 91px;
	background-repeat: no-repeat;
	background-image: url(../images/LawOfficeed_final_ocean2.gif);
}

#text{
    color: #FFFFFF;	
	position: absolute;
	width: 554px;
	height: 85px;
	padding: 12px  0px 0px 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	}

#maincontent {
    position:absolute;
	width:  798px;
	height: 238px;
	background-image: url(../images/LawOfficeed_final_botton2.gif);
	background-repeat: no-repeat;
}

#section_left {
    position:absolute;
	top: 25px;
	left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width:  554px;
	height: 210px;		
}

#section_left ul{
	margin: 0 0 10px 0;
}

#section_right{
    position:absolute;
	top: 67px;
	left: 365px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: right;
	width:  200px;
	height: 100px;
	border: 0px solid red;
}

#section_right ul{
	margin: 0 0 20px 0;
}
