body {
	text-align: center;
	background: url(images/custom/background.jpg) repeat-x top left;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
}

hr {
	color: #bbc3d3; 
	background-color: #bbc3d3; 
	border: 1px dotted #000000; 
	border-style: dotted none none none; 
	padding: 0px 0px 0px 0px;
}

#content {
    margin: 0px auto;
	width: 760px;
	border: 1px #000000 solid;
	text-align: left;
	background: #FFFFFF;
	float: none;
	position: relative;
	overflow: hidden;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#banner {
	background: url(images/custom/banner.jpg);
	width: 100%;
	height:170px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#breadcrumbs {
	background: #E3E3E3;
	float: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#breadcrumbs a {
	color: #000000;
}

#main_content {
	background: url(images/custom/background-piggy.jpg) no-repeat center center;
	background-color: #FFFFFF;
	width: 588px;
	float: left;
	padding: 10px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#right_nav {
	background: url(images/custom/right-nav.jpg) no-repeat top left;
	background-color: #FFFFFF;
	height: 350px;
	width: 170px;
	float: right;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#footer {
	clear:both;
	text-align: center;
	background: #E3E3E3;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	border-top: 1px solid #000000;
	padding-top: 2px;
	padding-bottom: 5px;
	height: 1%;
}

#header-text {
	background: url(images/custom/title-bar.gif) no-repeat top left;
	height: 36px;
	padding-top: 12px;
	padding-left: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}