body {
	margin: 0px;
	padding: 0px;
	background: url(images/pagebg.png) repeat-x;
}

#mainframe {
	width: 1080px;
	margin: 0 auto 0 auto;
}

#header {
	width: 100%;
	height: 441px;
}

.index {
	background: #003663 url(images/index.jpg) no-repeat 109px 0px;
}

.experience {
	background: #003663 url(images/experience.jpg) no-repeat 109px 0px;
}

.areasofpractice {
	background: #003663 url(images/areasofpractice.jpg) no-repeat 109px 0px;
}

.caseresults {
	background: #003663 url(images/caseresults.jpg) no-repeat 109px 0px;
}

.contactus {
	background: #003663 url(images/contactus.jpg) no-repeat 109px 0px;
}

#logo {
	background: url(images/logobg.png) no-repeat;
	width: 388px;
	height: 208px;
	float: left;
	margin: 18px 0 0 3px;
}

#logoname {
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	margin: 15px 0 0 0;
}

#logoadd {
	color: #ffffff;
	font: bold 16px verdana, arial;
	text-align: center;
	margin: 25px 0 0 0;
	line-height: 1.8em;
}

#navbar {
	background: url(images/navbg.png) no-repeat;
	width: 281px;
	height: 248px;
	float: left;
	margin: 0 0 0 402px;
}

#navbar ul {
	margin-top: 40px;
}

#navbar ul li {
	list-style-image: url(images/bullet.png);
	color: #ffffff;
	line-height: 2.2em;
	font-family: arial, verdana;
	font-weight: bold;
}

#contentarea {
	background: #E1E1E1;
	width: 965px;
	float: left;
	margin: 0 0 0 109px;
}

#leftcolumn {
	float: left;
	width: 654px;
	padding: 15px;
	text-align: justify;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#sidebar {
	background: #959595;
	float: left;
	width: 261px;
	padding: 10px;
}

td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#sidebottom {
	background: #2D2D2D;
	float: left;
	width: 261px;
	padding: 10px;
}

#footer {
	clear: both;
	background: #003663;
	width: 100%;
	height: 52px;
	padding: 10px 0 0 0;
}

#footer p {
	color: #ffffff;
	font: bold 10px verdana, arial;
	text-align: center;
}

a, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}