#containerPad {
	margin-left: 1px;
	margin-right: 1px;
	background-color: #FFFFFF;
	padding-left: 16px;
	padding-top: 8px;
	padding-right: 16px;
	border-left: 1px solid #767676;
	border-right: 1px solid #767676;
}

#navigation .naviLeft {
	height: 44px;
	width: 17px;
	float: left;
	background-image: url("../img/navigation_left.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

/*=========================================*/

#navigation .link
{
	height: 44px;
	float: left;
	background-image: url("../img/navigation_link.jpg");
	background-position: right -44px;
	background-repeat: no-repeat;
}

#navigation .link a {
	height: 32px;
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url("../img/navigation_link.jpg");
	background-position: right 0;
	color: #446937;
	padding-top: 8px;
	padding-right: 12px;
	padding-left: 12px;
}

#sidebar .top {
	width: 144px;
	height: 20px;
	background-image: url("../img/sidebar_top.jpg");
	text-align: center;
	font-size: 12px;
	color: #575757;
	font-weight: bold;
	padding-top: 4px;
	
}

#sidebar .bottom {
	width: 144px;
	height: 8px;
	background-image: url("../img/sidebar_bottom.jpg");
	margin-bottom: 16px;
	background-repeat: no-repeat;
}

#content .topLeft {
	float: left;
	height: 20px;
	width: 8px;
	background-image: url("../img/content_topLeft.jpg");
	background-repeat: no-repeat;
}

#content .topRight {
	float: right;
	height: 20px;
	width: 8px;
	background-image: url("../img/content_topRight.jpg");
	background-repeat: no-repeat;
}

#content .bottomLeft {
	height: 8px;
	width: 8px;
	float: left;
	background-image: url("../img/content_bottomLeft.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content .bottomRight {
	height: 8px;
	width: 8px;
	float: right;
	background-image: url("../img/content_bottomRight.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

#footerBottom
{
	margin: 0 auto;	
	width: 95%;
	height: 16px;
	background-image: url("../img/footer_middle_1.jpg");
	margin-bottom: 16px;
}

#footerBottom .left {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url("../img/footer_left_1.jpg");
}

#footerBottom .right {
	float: right;
	width: 16px;
	height: 16px;
	background-image: url("../img/footer_right_1.jpg");
}


#Admin_menu {
	padding-left: 10px;
	background-color: #ADADAD;
	height: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
