body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

#bg_img
{
   position: absolute;
	width: 100%;
	background-image: url(bg_orange.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 690px;
	top: 0px;
	padding:0;
	margin:0;
}

/*
* Fix positioning all IEs
*/

#page
{
  clear:both;
  height: 1%;
  margin: 0;
  padding: 0;
  text-align: center;
 
}



/*Fix for IE 5.x*/

* html #page
{
	width: 100%;
}

* html #page
{
	wid\th: auto;
}

#page
{
 position: relative;
}

#screen_bg
{
 	position: relative;

	width: 1000px;
	height: 698px;

}

#screen_img
{
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
}

#text_wrapper
{
   position: relative;
	z-index: 999;
	border: 1px solid transparent;
	top:90px;
}

*html #text_wrapper
{
	border: none;
}

#text_left
{
	position: relative;
	z-index: 999;
	float: left;
	
	width: 260px;
	margin-left: 194px;
	
	top: 40px;
}

*html #text_left
{
	margin-left: 98px;
}


*+html #text_left
{
	top: 60px;
	left: 6px;
}

#text_right
{
	position: relative;
	z-index: 999;
	
	
	margin-left: 572px;
	margin-right: 172px;
	
	top: 40px;
}

#sub_text_left
{
	position: relative;
	z-index: 999;
	float: left;
	
	width: 350px;
	margin-left: 144px;
	
	top: 240px;
}

*html #sub_text_left
{
	margin-left: 80px;
	top: 255px;
}

*+html #sub_text_left
{
	left: 8px;
}

#sub_text_right
{
	position: relative;
	z-index: 999;
	
	
	margin-left: 532px;
	margin-right: 132px;
	
	top: 240px;
}

*html #sub_text_right
{
	top: 255px;
}

h2,
h2 a
{
   font-size: 20px;
   font-weight:normal;
	color: #FF8C06;
	text-decoration: none;
}

p,
p a
{
	font-size: 16px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
}

#sub_text_left p,
#sub_text_right p,
#sub_text_left p a,
#sub_text_right p a
{
	font-size: 15px !important;
	font-weight: normal;
	color: Gray !important;
	text-decoration: none;
}

#footer
{
   position: relative;
	z-index: 999;
	text-align: center;
	color: Black;
	font-weight: normal;
	font-size: 9px !important;
	top: 395px;
	margin:0 auto;
	width:800px;
}

#footer address{
	position:absolute;
	left:65px;
	top:2px;
	width:630px;
	display:inline;
}

#footer a:link, #footer a:visited{
	position:absolute;
	left:685px;
	top:0;
	text-decoration:none;
	color:#000000;
	outline:none;
	border:none;
}

#footer a:link img, #footer a:visited img{
	text-decoration:none;
	color:#000000;
	outline:none;
	border:none;
	margin-left:10px;
}

*html #footer
{
	top: 400px;
}
