@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
}

#wrapper { 
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	margin: auto;
	width: 1025px;
}

#header {
	background-image: url(../images/header.jpg);
	height: 136px;
}

#logo {
	width: 250px;
	float: left;
}

#nav {
	padding: 44px 20px 0 0;
	width: 655px;
	float: right;
}

#banner {
}	

#content {	
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	padding: 0 0 20px 0;
}

#leftcol {
	background-image: url(../images/leftcol.jpg);
	background-repeat: no-repeat;
	width: 650px;
	padding: 0 0 10px 40px;
	float: left;
}

#leftcol p img {
	padding: 0 10px 10px 0;
}

#practiceleft {
	width: 210px;
	float: left;
}

#practiceright {
	width: 310px;
	float: right;
}

#leftcol ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
}	

#leftcol ul li {
	padding-bottom: 8px;
}

#rightcol {
	background-image: url(../images/rightcol.jpg);
	background-repeat: no-repeat;
	width: 305px;
	height: 303px;
	padding: 0 0 0 30px;
	float: right;
}

#footer {
	background-image: url(../images/footer.jpg);
	color: #fff;
	height: 92px;
	padding-top: 10px;
	clear: both;
}

#footer p, #footer p a {
	color: #999999;
}

#footer p a:hover {
	text-decoration: none;
}

#footer p i {
	font-size:12px;
}

/* --------------------------------------- Text Style ------------------------ */

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	margin: 0;
	padding: 0;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333333;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	margin: 0;
	padding: 0;
}

.red {
	color: #990000;
}

.lightgrey {
	color: #999999;
}

