body {
	margin:0;
	padding:0;
}
.hidden{
	position:absolute;
	left:-2000em;
	top:-2000em;
	height:1px;
	line-height:1px;
	overflow:hidden;
}
/* ---- Page border ---- */
#borderTop{
	width:775px;
	height:14px;
	background:url("../images/site_objects/bg_borderTop.gif") top left no-repeat;
	float:left;
}
#borderMiddle{
	/*width:748px; 
	left:5%;
	position: relative;
	margin: 0 auto;*/
	padding:0 13px;
	float:left;
	background:url("../images/site_objects/bg_borderMiddle.gif") top left repeat-y;
	font-size:75%;
}
#borderBottom{
	width:775px;
	height:14px;
	background:url("../images/site_objects/bg_borderBottom.gif") top left no-repeat;
	float:left;
	clear:both;
}

/* ---- Top section ---- */
#containerTop{
	width: 100%;
	position:relative;
}
#titleBar{
	width:748px;
	background:#EEE;
}
#titleNav{
	width:730px;
	text-align: right;
	padding: 17px 17px 0 0;
}
div.titleBarTop {
	width:731px;
	text-align: right;
	font-weight:bold;
	color:#666666;
	padding: 7px 16px 0 0;
	font-size:100%;
}

div.titleBarBottom {
	width:730px;
	padding: 8px 0 0 17px;
}
div.titleBarBottom img{
	position:relative;
	margin-bottom:-10px;
}
/* ---- Middle section ---- */
#containerMiddle {
	width: 748px;
	float:left;
}
#mainNav {
	float: left;
	width: 181px;
}

#mainContent {
	width: 544px;
	margin: 0 0 0 23px;
	float: left;
	clear:right;
}
/* ---- Bottom section ---- */

#containerBottom{
	background:url("../images/site_objects/bg_bottomCurve.gif") bottom right no-repeat;
	width:748px;
	clear:both;
}
#footerNav{
	clear:left;
	margin: 0 0 140px 206px;
}

#footerLinks{
	padding: 0 0 9px 18px;
}
#homepage #footerLinks{
	position:absolute;
	top:420px;
}
#footerLinks img{
	padding:0 10px 0 0;
	margin-top:-3px;
}


