/* CSS Document */

/*--------FORCE site GLOBAL elements ---------*/

body {

	margin: auto;

	padding: auto;

	/*background: url(images/BGpattern.jpg);*/
	
	background: #3B6888; /*url(images/logo.jpg) right bottom fixed no-repeat;*/
	
	
}

a {

	color: #0065A8;	
	
	text-decoration: none;
	


}

a:hover {

	color: #E0B53D;	

}


/*-----------Page------*/

#container{
	position: relative;

	margin: auto;

	padding: auto;

	width: 800px !important;

	width /**/: 800px;

	background: repeat-y url(images/page.jpg);

	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;

	font-size: .75em;

	color: #535353;
	
	height: 100%;
	



}
#pageHeader{



background:url(images/banner.jpg) no-repeat;

width: 722px;

height: 132px;

margin: auto;

padding: auto;

}

#pageHeader a{

display: inline;

margin-left: 30px;

margin-right: 20px;

position: relative;

top:102px;

font-size:12.8px;

}
#text{

width:457px;

margin-top: 36px;

margin-left: 57px;

line-height: 160%;

position: relative;



}

/*------------image------------*/

#image{

/*background-image: url(images/force_one.jpg);*/

height: 223px;

width: 231px;

position: relative;

bottom: 566px;

left:523px;

/*color: white;*/






}

/*------------Footer-----------*/
#footer{

    margin-top: auto;
	
	margin-right: auto;
	
	margin-bottom: auto;
	
	margin-left: auto;

	padding: auto;
	
	width: 709px;

	height: 58px !important;

	height /**/: 70px;

	background: #fff url(images/footer.png) no-repeat;
	
	background-position: bottom;
	
	/*position: relative;
	
	bottom: 228px;*/
	


}

#footer a{

position:relative;

top: 10px;

margin-left: 22px;

font-size: 11px;


}





