/* ------ //items: #header ------------------ */

#headerTitle
{
	position: relative;
	top: -6px;
	left: 145px;
}

/* ------ //items: #content ------------------ */

#contentNav
{
	* padding-top: 19px;
}

#contentMain
{
	float: left;
	background-image: url(../img/content_framebg.gif);
	background-repeat: no-repeat;
	top: 35px;
	* top: -8px;
	position: relative;
	width: 610px;
	min-height: 356px;
	padding-left: 20px;
	padding-top: 28px;	
	padding-right: 42px;
	padding-bottom: 20px;	
	color: #ffffff;
	
}

/* ------ //items: #footer ------------------ */

#footerBody
{
	height: 50px;
	text-align: right;
	vertical-align: middle;
	background-image: url(../img/footer_framebg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#footerNav
{
	position: relative;
	float: right;
	font-size: 9px;	
	top: 40px;
}

#footerCopyright
{
	position: relative;
	float: left;
	clear: none;
	padding-left: 135px;
	font-size: 9px;	
	top: 40px;	
}

