body {
	margin: 0px 0px 0px 0px;
	background-color: #8fa0ac;
	background-image: url('../images/contentback.jpg');
	font-family: Arial;
	font-size: 12px;
	color: #222;
	line-height: 14px;
	height: 100%;
}
a {
	font-size: 12px;
	text-decoration: none;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	background: #fff;
	color: #000;
}
a:active {
	color: #000;
}

hr {
	width: 100%;
}
img {
	border: 0px;
}
a img {
	vertical-align: bottom;
}

#container {
	min-height: 100%;
	min-width: 965px;
	width: 100%;
}
html, html #container {
	height: 100%;
}
#left {
	background-image: url('../images/leftBack.jpg');
	background-repeat: repeat-x;
	clear: none;
	float: left;
	height: 100%;
	min-height: 100%;
	min-width: 350px;
	position: relative;
	width: 350px;
}
#left p {
	color: #fff;
	line-height: 1.5em;
	padding: 350px 35px 0px 20px;
}
#leftFooter {
	background-image: url('../images/footback.jpg');
	border-top: 1px solid #fff;
	bottom: 0px;
	color: #333;
	font-weight: bold;
	height: 50px;
	padding: 5px 0px 5px 0px;
	position: absolute;
	right: 0px;
	width: 9px;
}

#rightContent {
	height: 100%;
	margin-left: 0px;
	position: relative;
}
#rightContent p {
	margin: 0px 5px 5px 5px;
	text-align: center;

}
#rightContent p img {
	padding-top: 35px;

}
#rightFooter {
	background-image: url('../images/footback2.jpg');
	border-top: 1px solid #fff;
	bottom: 0px;
	color: #333;
	font-weight: bold;
	height: 50px;
	left: 350px;
	min-width: 615px;
	padding: 5px 0px 5px 0px;
	position: absolute;
	right:0px;

}
#rightFooter p {
	margin: 0px 0px 0px 3px;
	text-align: left;
	word-wrap: normal;
}
#rightFooter p img {
	padding-top: 0px;

}


