﻿body {
	margin:0 0 0 0;
	background-image:url('../images/streched-background.jpg');
	background-repeat:repeat-x;
	background-color:#b6b5b5;
}

/* **********  MAIN LAYOUT *************/
#page {
	width:1062px;
	margin-left:auto;
	margin-right:auto;
	background-image:inherit;
}

#nav {
	width:1062px;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;
}
#nav-left {
	width:60px;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;	

}

#nav-middle {
	width:957px;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;	
	text-align:center;

}
#nav-right {
	width:45px;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;	

}

#title {
	width:1062px;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;
}

#title-left {
	width:60px;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;

}
#title-middle {
	width:957px;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;

}
#title-right {
	width:45px;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;

}

#content {
	width:1062px;
	max-width:1062px;
	min-height:233px;
	border:0px;
	padding:0px;
	float:left;
}

#content-main {
	position:relative;
	height:100%;
	left:20px;
	top:10px;
	padding-bottom:10px;
	width:630px;
	float:left;	
	background-image:none;

}
#content-main-no-rightNav {
	position:relative;
	height:100%;
	left:20px;
	top:10px;
	padding-bottom:10px;
	width:927px;
	float:left;	
	background-image:none;

}

#content-topNav {
	height:20px;
	width:947px;
	padding-left:10px;
	float:left;
	background-color:white;
}

#content-rightnav {
	position:relative;
	height:100%;
	padding-left:10px;
	top:10px;
	padding-bottom:20px;
	width:290px;
	float:right;
}
#content-left-column {
	width:60px;
	height:auto;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;
}
#content-middle-with-right-border {
	min-height:233px;
	width:957px;
	border:0px;
	float:left;
	background-image:url('../images/content-bg-with-border.gif');
	background-repeat:repeat-y;

}
#content-middle-no-right-border {
	min-height:233px;
	width:957px;
	border:0px;
	float:left;
	background:white;
}


#content-right-column {
	width:45px;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;

}
#bottom {
	width:1062px;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;
}

#bottom-left {
	background-image:inherit;
	min-width:60px;
	min-height:10px;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;

}
#bottom-middle {
	width:957px;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;

}
#bottom-right {

	width:45px;
	border:0px;
	padding:0px;
	margin:0px;
	float:left;
}

#footer-spacer {
	float:left;
	width:100%;
	height:50px;
}

#footer {
	border-top:1px #aaaaaa solid;
	border-bottom:1px #aaaaaa solid;
	float:left;
	background-color:#959595;
	width:100%;
	text-align:center;
	height:50px;
}

/****** LOGIN **********/


#leftLoginBox {
	
	width:48%;
	float:left;	
}

#rightLoginBox {
	width:48%;
	float:right;
}

