/* CSS Document */

#center {
	position: relative;
	width: 1030px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}
#whitebckgrd {
	position: relative;
	width: 940px;
	left: 45px;
	background-color: #FFFFFF;
}
#header {
	/*position: relative;*/
	height: 290px;
	width: 940px;
	/*background-color: #99CC00;*/
}
	#tools {
		position: relative;
		top: 0px;
		height: 45px;
		width: 940px;
		/*background-color: #CC3366;*/
	}
		#toolsleft {
			position: relative;
			width: 180px;			
			top: 11px;
			left: 22px;
			float: left;
			text-align: left;
			/*background-color: #333399;*/
		}
		#toolsright {
			position: relative;
			width: 700px;
			top: 10px;
			right: 22px;
			float: right;
			text-align: right;
			/*background-color: #333399;*/
		}
		
	#headerpic {
		position: relative;
		clear: both;
		top: 0px;
		height: 205px;
		width: 940px;
		//background-image:  url(/pictures/header/motive2_resvida.jpg);
		//background-repeat: no-repeat;
		background-color: #005694;
	}
	#menu0 {
		position: relative;
		top: 0px;
		/*height: 45px;*/
		width: 940px;
		/*background-color: #CC3366;*/
	}
#breadcrumb {
	position: relative;
	width: 680px;
	height: 20px;
	top: 7px;
	left: 260px;
	/*background-color: #CCCCCC;*/
}
#main {
	position: relative;
	top: 20px;
	width: 940px;
	min-height: 360px;
	margin: 0px;
	padding: 0px;
	/*background-color: #CCFF66;*/
}
	#menu1 {
		position: relative;
		top: 0px;
		left: 0px;
		width: 235px;
		float: left;
		background-color: #FFFFFF;
	}
	#content {
		position: relative;
		top: 0px;
		width: 683px;
		padding: 0px 0px 0px 0px;
		float: right;
		line-height: 18px;
		/*background-color: #FFCC66;*/
	}
		#bckgrdPic1 { /* 2 cols wos */
			position: absolute;
			top: 0px;
			left: -257px;
			height: 360px;
			width: 694px;
			padding: 0px 0px 0px 0px;
			background-color: #FFFFFF;
			background-image: url(/pictures/bckgrdpics/stripe_back.jpg);
			background-repeat: repeat-x;
		}
		#bckgrdPic2 { /* 1 col wos */
			position: absolute;
			top: 0px;
			left: -257px;
			height: 360px;
			width: 940px;
			padding: 0px 0px 0px 0px;
			background-color: #FFFFFF;
			background-image: url(/pictures/bckgrdpics/stripe_back.jpg);
			background-repeat: repeat-x;
		}
		#bckgrdPic3 { /* 2 cols ws */
			position: absolute;
			top: 0px;
			left: -11px;
			height: 360px;
			width: 448px;
			padding: 0px 0px 0px 0px;
			background-color: #FFFFFF;
			background-image: url(/pictures/bckgrdpics/stripe_back.jpg);
			background-repeat: repeat-x;
		}
		#bckgrdPic4 { /* 1 col ws */
			position: absolute;
			top: 0px;
			left: -11px;
			height: 360px;
			width: 694px;
			padding: 0px 0px 0px 0px;
			background-color: #FFFFFF;
			background-image: url(/pictures/bckgrdpics/stripe_back.jpg);
			background-repeat: repeat-x;
		}
		#content1 {
			position: relative;
			top: 0px;
			width: 426px;
			padding: 0px 0px 0px 0px;
			float: left;
			/*background-color: #FF9933;*/
		}
		#content2 {
			position: relative;
			top: 0px;
			width: 235px;
			padding: 0px 0px 0px 0px;
			float: right;
			/*background-color: #FFFF99;*/
		}
#footer {
	clear: both;
	position: relative;
	top: 45px;
	width: 940px;
	height: 65px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #000000;
	/*background-color: #0099FF;*/
}
	#footerleft {
		position: absolute;
		top: 0px;
		left: 280px;
		width: 200px;
		height: 20px;
		padding: 0px;
		/*background-color: #0099FF;*/
	}
	#footerright {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 800px;
		height: 65px;
		padding: 0px 22px 0px 0px;
		text-align: right;
		/*background-color: #33CCFF;*/
	}