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:80%;
}
#borderBottom{
	width:775px;
	height:14px;
	background:url("../images/site_objects/bg_borderBottom.gif") top left no-repeat;
	float:left;
	clear:both;
}

/* ------------- HOMEPAGE -------------- */
#homepage {
	width:748px;
	background:url("../images/site_objects/bg_homepage.jpg") no-repeat;
	height:463px;
}
#homepage #logo{
	margin-top:17px;
	float:left;
}


/* ------------- topbar -------------- */
#containerTop{
	width: 100%;
	position:relative;
}
#titleBar{
	width:748px;
	background:#EEEEEE;
}
#titleNav{
	width:731px;
	text-align: right;
	padding: 17px 17px 0 0;

}
div.titleBarTop {
	width:732px;
	text-align: right;
	font-weight:bold;
	color:#666666;
	padding: 7px 16px 0 0;
	font-size:90%;	
}
div.titleBarBottom {
	width:731px;
	padding: 8px 0 0 17px;
	
}

/* ---- middle section ---- */
#containerMiddle {
	width: 748px;
	float:left;
}
#mainNav {
	float: left;
	width: 181px;
}

#mainContent {
	width: 541px;
	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;
}
#footerNav{
	clear:both;
	margin: 37px 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;
}


