body {
	background-color: #dddddd;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin:0px auto;
	text-align:center;

}
#wraper{
	margin-left:auto;
	margin-right:auto;
	height:100%;
	margin-bottom:20px;
	position:relative;
	width: 820px;
}

#outerContainer{
	background-image: url(images/bgbody.jpg);
	background-repeat: repeat-y 100% top;
	height: auto;
	width: 820px;
	text-align: left;
	position:relative;
	float:left;
	border: 0px solid #818386;
}


#container {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #5D5D5D;
	text-decoration: none;
	background-image: url(images/bgheader.jpg);
	background-repeat: no-repeat;
	margin:0px;
	padding: 0px;
	height: auto;
	width: 820px;
	float: left;
	border: 0px solid #818386;
}

#contentWrapper{
	background-image: url(images/bgfooter.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	width: 820px;
	height:auto;
	margin:0px;
	padding:0px;
	border: 0px solid #785485;
	float:left;
	float: centre; /*work around for the background for IE*/
}


#header{
	margin: 145px 0px 20px 0px;
	width: 820px;
	height: auto;
	border: 0px solid #818386;
}

#nav{
	font-weight: bold;
	font-size: 12px;
	width:720px;
	list-style-type: none;
	margin:0px 0px 0px 68px;
	border: 0px solid #818386;
	padding:0px;
	height:auto;
}
#nav li {
	display: block;
	float:left;
}
#nav a:link, #nav a:active,#nav a:visited{
	color: #5d5d5d;
	text-decoration: none;
	display: block;
	margin-top:8px;
	padding: 4px 8px 4px 8px;
	border-left: 1px solid #818386;
}

#nav a:hover {
	color: #081545;
}


#content {
	height: auto;
	width: 619px;
	border: 0px solid #818386;
	margin:0px 0px 0px 96px;
	padding:0px;
}

#content-Left{
	height: auto;
	width: 392px;
	float: left;
	border: 0px solid #818386;
	margin: 0px 0px 0px 0px;
	padding:0px;

}

#content-right{
	overflow: visible;
	position: relative;
	visibility: visible;
	float: right;
	height: auto;
	width: 200px;
	border: 0px solid #818386;
	padding:0px;
	margin: 0px 0px 0px 0px;
	text-Align: right;

}

img.link {
	border: 0px solid #fff;
}


a.textlink:link, a.textlink:active, a.textlink:visited{
	color:#5d5d5d;
	text-decoration: underline;
}
a.textlink:hover{
	text-decoration: none;
}


h4 {
	font-size:12px;
	color:#081545;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	white-space: normal;
	display: inline;
	text-decoration: none;
}

#footer{
	overflow: visible;
	color: #FFF;
	height: 16px;
	width: 400px;
	border: 0px solid #818386;
	margin:0px;
	padding:0px 0px 3px 55px;
	float: left;
}

#footer a:link, #footer a:active,#footer a:visited{
	color: #FFF;
	text-decoration: underline;
	padding: 0px 10px 0px 0px;
	margin:0px;
}
#footer a:hover{
	text-decoration: none;
}

.headerimage {
	margin:12px 0px 0px 96px;
	padding:0px;

}
