#wrapper	{
	margin: 0 auto;
	width: 803px;
}

#header	{
	background: url(images/care-about-your-diabetes.png) bottom no-repeat;
	height: 100px;
	padding: 10px 0 25px 0;
	width: 803px;
}

/*IE 6 PNG issue, replace with jpg*/
*html #header	{
	background: url(images/care-about-your-diabetes.jpg) bottom no-repeat;
}

#header img	{
	padding: 15px 0 0 30px;
}

#innerwrapper	{
	background: #C9E5E5 url(images/bl.jpg) bottom left no-repeat; /*sea-teal*/
	margin: 20px 0 0 3px;
	overflow: hidden;
	width: 797px;
}

#dnn_leftnav	{
	background: #C9E5E5 url(images/tl.jpg) top left no-repeat; /*sea-teal*/
	border: none !important;
	float: left;
	min-height: 250px;
	width: 200px;
}

#dnn_image	{
	background: honeydew;
	border: none !important;
	float: left;
	height: 235px;
	width: 597px;
}

#dnn_image p {
	margin: 0 !important;
	padding: 0 !important;
}

#dnn_ContentPane	{
	background: #fff url(images/br.jpg) bottom right no-repeat;
	border: none !important;
	float: left;
	padding: 0 20px 5px 20px;
	width: 557px;
}

#footer	{
	background: url(images/footer.png) no-repeat;
	float: left;
	height: 52px;
	margin: 20px 0 0 0;
	padding: 10px;
	width: 803px;
}

/*Minimize spacing between sitemap and copyright in IE*/
*:first-child + html #footer	{
	line-height: 0.6em;
}

*html #footer	{
	background: url(images/footer.jpg) no-repeat;
	line-height: 0.6em;
}

#footer a	{
	color: #fff;
}

#footer a:hover	{
	color: #E8941A; /*orange*/
	text-decoration: none;
}

.sitemap	{
	color: #fff;
	font-size: 0.9em;
	padding: 10px 2px 0 2px;
	text-align: left;
	text-transform: lowercase;
}

a.sitemap:active	{
	color: #E8941A; /*orange*/
}

.copyright	{
	color: #92D5D3; /*sea-teal*/
	font-size: 0.9em;
	text-align: left;
}

.copyright a {
	text-decoration: underline;
}

.login	{
	text-align: right;
}