/* ------------------- HTML ------------------- */
body {
	background: #000 url(http://pankauskilawfirm.com/images/background.jpg) repeat-x;
	color: #FFF;
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p, td {
	color: #FFF;
	line-height: 21px;
	margin: 0 0 16px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
input.txt, select, textarea {
	color: #F00;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
input.but {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #669;	
	margin: 6px 0 6px 0;
}
ul {
	padding: 4px 0 4px 8px;
	margin: 4px 0 4px 8px;
}
li { padding: 0 0 5px 0; }
table { text-align: left; }

/* ------------------- LAYOUT ------------------- */
#copyBox {
	margin: 18px 0 40px 163px;
	width: 640px;
}
#wrapper {
	margin: 0 auto;
	width: 801px;
}
#content {
	padding-left: 168px;
	text-align:justify;
}
#header {
	width: 801px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#footer { 
	border-top: 1px solid #669;
	font: normal 9px verdana, arial, helvetica, sans-serif;	
	padding: 15px 0;
	text-align:left;
	line-height: 15px;
	/* background-color: orange; */
}
.fr { float: right; }
#ltCol {
	font: normal 10px verdana, arial, helvetica, sans-serif;
	color: #CCC;
	width: 146px;
	float: left;
	text-align: left;
}
#nav { 
	background: #000 url(http://pankauskilawfirm.com/images/background-nav.gif) no-repeat;
	width: 146px;
	/* height: 141px; */
	height: 50px;
	margin-bottom: 10px;
}
#nav div { 
	padding: 14px 0 0 18px;
	font: normal 14px georgia, 'times new roman', times, serif;
	color: #FFF;
	font-style: italic;
}

/* ------------------- LINKS ------------------- */
a { color: #CCE; text-decoration: undeline; }
a:hover { text-decoration: none; }

#footer a { color: #FFF; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#nav a { color: #FFF; font-style: normal; text-decoration: none; }
#nav a:hover { font-style: italic; }

