body {
	font: Arial,sans-serif;
	font-size: 12pt;
	margin: 0px auto;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
	background: #ffffff url("../images/background.gif") top center repeat-y;
}

body#splash {
	background: white;
}

#container
{
	margin: 0px auto;
	padding: 0;
	width: 876px;
	text-align: center;
	position: relative;
	border-left: 1px solid #edebea;
	border-right: 1px solid #edebea;
}

#header {
	background: #ffffff url("../images/header.png") top right repeat-y;
	height: 242px;
}

#navbar.splashScreen { position: absolute; top: 232px; left: 258px; }

#navbar {
	position: absolute;
	top: 190px;
	left: 4px;
}

#navbar li {
	display: inline;
	border: 0;
	border-right: 2px solid #edebea;
	padding: 2px 2px;
	margin: 0px;
	float: left;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	letter-spacing: 1px;
	width: 144px;
}

#navbar li#endList {
	border: 0;
}

#navbar li a {
	color: #514f4f;
	text-decoration: none;
}

#navbar li a:hover {
	color: #000;
	text-decoration: none;
}

#navbar li a#selected {
	color: #0b67aa;
	text-decoration: none;	
}

#content {
	width: 823px;
	text-align: left;
	overflow: auto;
	background-image: url("images/winesbackground.gif");
	background-repeat: no-repeat;
	background-position: center;
	line-height: 1.3em;
}

#content-left {
	float: left;
	border-right: 2px solid #edebea;
	width: 277px;
	padding: 0px 0px 0px 65px;
	margin: 0;
	text-align: left;
}

#content-right {
	float: right;
	width: 480px;
	/*border: 1px solid green;*/
	padding: 0px 24px 0px 24px;*/
	margin: 0;
	text-align: left;
}

h1 {
	color: #0b67aa;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 2px solid #edebea;
}

h2 {
	color: #2f2e2e;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	color: #2f2e2e;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	margin: 0px;
	letter-spacing: 1px;
}

h4 {
	color: #514f4f;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: 1px;
}


p {
	color: #514f4f;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}

p.caseDescription {
	margin: 0px;
}

p.settlementAmount {
	color: #003366;
}

.arnieList li{
	color: #514f4f;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}

.bigCap {
	color: #514f4f;
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;

}

#footer {
	clear: both;
	background-color: white;

}

