html {
	color: #123;
	font-family: sans-serif;
	font-size: small;
	background: url('images/bg.png') repeat-y center #456;
}

body {
	width: 760px;
	padding: 0px;
	margin: 30px auto;
	background: url('images/nav.png') repeat-x 0px 80px #FFF;
}

#footer {
	text-align: center;
	clear: both;
	margin-top: 20px;
	border-top: 2px solid #789;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #369;
	text-decoration: none;
}

#footer a:hover {
	background-color: #DEF;
}

#footer p {
	padding: 0px;
	margin: 0px;
	color: #ABC;
	font-size: x-small;
}

#nav {
	display: block;
	clear: both;
	color: #789;
	margin: 0px;
	padding: 34px 0px 0px 390px;
	list-style-type: none;
}

#nav li {
	font-weight: bold;
	float: left;
}

#nav a:link,
#nav a:visited,
#nav a:active {
	line-height: 32px;
	padding: 0px 5px 0px 5px;
	color: #789;
	text-decoration: none;
	border: 1px solid transparent;
}

#nav a:hover {
	color: #ABC;
	background: #123;
	border: 1px solid #000;
}

#title {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: auto;
	height: 150px;
	background: url('images/title.png') no-repeat 0px 0px;
}

#title h1 {
	display: none;
}

#title h2 {
	display: block;
	float: right;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 34px;
	line-height: 34px;
}

#title h3 {
	display: block;
	float: right;
	clear: both;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 11px;
	line-height: 11px;
}

.full {
	float: left;
	clear: both;
	margin: 20px auto 20px auto;
	width: 760px;
	background: url('images/bottom.png') no-repeat center bottom #DDD;
}

.full h2 {
	text-align: left;
	padding: 10px 0px 0px 20px;
	margin: 0px;
	color: #036;
	font-size: large;
	background: url('images/top.png') no-repeat 0px 0px #DDD;
}

.full hr {
	display: none;
}

.full p {
	text-align: justify;
	margin: 0px;
	padding: 0px 20px 20px 20px;
}

.half {
	float: right;
	padding: 0px 0px 20px 0px;
	margin: 20px 0px 0px 20px;
	width: 370px;
	background: url('images/bottomHalf.gif') no-repeat center bottom #789;
}

.half h2 {
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #123;
	font-size: 15px;
	line-height: 30px;
	height: 37px;
	text-align: center;
	background: #456;
	background: url('images/h2.png') no-repeat 0px #789;
}

.half hr {
	display: none;
}

.half p {
	text-align: justify;
	margin: 0px;
	padding: 0px 20px 20px 20px;
}

.listHeading {
	text-indent: -6px;
	padding: 10px 0px 0px 0px;
	color: #039;
	font-size: 12px;
	font-weight: bold;
}

.plain {
	font-size: 13px;
	margin: 10px;
}

.plain p {
	padding: 0px;
	margin: 10px 20px 0px 10px;
	text-align: justify;
}

.plain h2 {
	padding: 0px;
	margin: 0px;
	font-size: 17px;
}

.services {
	list-style-type: none;
	width: 155px;
	float: left;
	padding: 0px 0px 20px 26px;
	margin: -10px 0px 0px 0px;
	font-size: 11px;
}

.services2 {
	width: 200px;
	list-style-type: none;
	float: left;
	padding: 0px 0px 20px 46px;
	margin: 0px;
	font-size: 11px;
}