body { margin: 0; padding: 0; text-align:center; 
	background: url(images/dui-mu1-bg.jpg); 
	background-color: white;
	background-repeat: repeat-x; }


/* Text */

h1, h2, h3, h4, h5, h6 { font-family: "Arial", sans-serif; color: black; }

h1 { font-size: 20px; }
h2 { font-size: 16px; font-weight: normal; text-align: justify;}
h3 { font-size: 14px; font-weight: normal; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 9px; }

h2.sidebar { font-size: 18px; font-weight: bold; text-align: left; }

em { font-style: normal; }

a { font-family: "Arial", sans-serif; text-decoration:none; font-size: 14px; font-weight: bold; }
a:link, a:visited { color: #5555ff; }
a:hover { color: #000077; }

a.credit { font-family: "Arial", sans-serif; text-decoration:none; font-size: 9px; font-weight:normal; }
a.credit:link, a.credit:visited { color: black; }
a.credit:hover { color: #5555ff; }

/* Layout */

#container { position: relative; margin: auto;  width: 1024px; height: 768px; text-align: left; }
#container_noheight { position: relative; margin: auto; width: 1024px; text-align: left; }

#bg { width: 1024px; height: 768px; }

#head { position: absolute; top: 19px; left: 0px; width: 1024px; height:130px; border-bottom: solid 1px black; }

#content { position: absolute; top: 151px; left: 0px; width: 1018px; height: 380px;
	border-left: solid 3px black; border-right: solid 3px black; border-bottom: solid 3px black; border-top: solid 2px #999999; 
	background: url(images/dui-lawyer-divbg2.jpg); background-repeat: repeat-y;
	}

#content_noheight { position: absolute; top: 151px; left: 0px; width: 1018px; 
	border-left: solid 3px black; border-right: solid 3px black; border-bottom: solid 3px black; border-top: solid 2px #999999; 
	background: url(images/dui-lawyer-divbg2.jpg); background-repeat: repeat-y;
	}

#left { position: absolute; top: 7px; left: 10px; width: 773px; height: 480px; }
#left_noheight { position: relative; margin-top: 7px; margin-left: 10px; width: 773px; }

#right { position: absolute; top: 7px; left: 813px; width: 195px; height: 480px; }
#right_noheight { position: absolute; top: 7px; left: 813px; width: 195px; }

#footer { position: absolute; top: 412px; left: 10px; height: 40px; width: 1004px; text-align: center; }
#footer_why { position: absolute; margin-top: 980px; margin-left: 10px; height: 40px; width: 1004px; text-align:center; }
#footer_habitual { position: absolute; margin-top: 1480px; margin-left: 10px; height: 40px; width: 1004px; text-align:center; }

/* Line Height Fix */
.space { line-height: 5px; display: inline; }





