/* site.css - R & G Lawyers */



html {
	margin: 0px;
	padding: 0px;
	background-position: top left;
	background-image: url(images/bg.gif);
}


body { 
	margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;
	padding: 0px;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.8em;
	
	color: #000000;
	background: white;
	
	text-align: justify;

	scrollbar-face-color: #595959;
	scrollbar-highlight-color: #3e3e3e;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #595959;
	scrollbar-darkshadow-color: #000000;
	scrollbar-base-color: #808080;

	overflow: auto;

}




/* TABLES */

table.main { 
	width: 100%; 
	height: 100%; 
	background-image: url(images/bg.gif);
}


table.content { 
	width: 90%; 
}

table.flash { 
	width: 984px; 
	height: 553px; 
	background-image: url(images/bgflash.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;

}


td.content { 
	vertical-align: top; 
	background-image: url(images/black.gif);
}

td.content1 { 
	width: 100%; 
	margin: 0px;
	vertical-align: top; 
	background-image: url(images/bg1.jpg);
}

td.content2 { 
	margin: 0px;
	vertical-align: top; 
}

td.content3 { 
	margin: 0px;
	width: 100%;
	vertical-align: top; 
}

/* LINES and FONTS */

p {
	text-align: justify;
}


div.flashplacement {
	padding-right: 43px;
	padding-top: 33px;
}

div.copyright {
	text-align: center;
	color: #800040;
	padding: 5px;
}

div.footer {
	text-align: center;
	padding: 5px;
	font-size: 0.8em;
}

div.liability {
	text-align: right;
	font-size: 0.8em;
	color: #ffffff;
	vertical-align: top; 
	padding: 10px;
	font-family: Times New Roman; 
	width: 984px; 
}

div.p4 {
	text-align: left;
	font-size: 0.6em;
	color: #808080;
	vertical-align: top; 
	padding: 10px;
}


/* LINKS */

	a {text-decoration: none;   color: #0000ff}
	a:hover {text-decoration: underline;   color: #0000ff}
	a:visited {text-decoration: none;   color: #0000ff}

	a.p4 {text-decoration: none;   color: #808080}
	a.p4:hover {text-decoration: underline;   color: #808080}
	a.p4:visited {text-decoration: none;   color: #808080}


ul
{
list-style-type: square
}
 	



