@charset "utf-8";
/* CSS Document */

 html{
 	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	font-size:80%; /*set default font size */
	font-family: arial, tahoma, verdana, arial, sans-serif; /* set default font */
	line-height: 18px;
	color: #666666;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */
 }
 
 body{
	text-align: center;
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background-color: #000000;
	color: #EEEEEE;
	width: 100%;
 }
 
 a{
 	color:#00FF00;
	text-decoration: none;
 }
 
 a:hover {
 	text-decoration: underline;
}

 #wrapper{
 	width: 100%;
	margin: 0 auto 0 auto; 
	text-align: left;
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%;
	overflow:auto; /* add scroll bars as required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
 	padding: 33px;
 }
	
 #page{
 	width: 950px;

 }
 
 #header-global{
 	
 }
 
 	#logo{
		width: 200px;
		height: 60px;
		float: left;
	}
	

  #main-ad{
  	margin: 0 0 0 2px;
  	width: 950px;
	height: 250px;
	text-align: center;

  }

		#main-ad h1{
			font-size: 20px;
			font-weight: bold;
			margin: 150px 0 0 0;
		}
		
   #main-welcome{
   	float: left;
	width: 925px;
	padding: 0 0 0 22px;
   }
   	
 #footer-global{
 	background-image: url(../_images/bg_footer-global-x.png);
	background-repeat: repeat-x;
	height: 35px;
	position:absolute;
  	bottom:0;
  	left:0;
  	width:100%;
 }
 
 	#footer-global-logo{
		height: 125px;
		width: 150px;
		float: left;
	}
	
 	#footer-global-navigation{
		height: 125px;
	}

p{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D5D5D5;
	line-height: 13px;
}

h1{
	font-size: 30px;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #EEEEEE;
	margin: 0 0 6px 0;
}

.grid_3.bg{
	background-image: url(../_images/bg-grid-3.png);
	background-repeat: no-repeat;
	min-height: 165px;
}

.grid_4.bg{
	background-image: url(../_images/bg-grid-4.png);
	background-repeat: no-repeat;
	min-height: 40px;
}

.grid_8.bg{
	background-image: url(../_images/bg-grid-8.png);
	background-repeat: no-repeat;
	min-height: 310px;
	height: 310px;
}

.grid_12.bg{
	background-image: url(../_images/bg-grid-12.png);
	background-repeat: no-repeat;
	min-height: 40px;
}

#temp-left{
	float: left;
	width: 200px;
}

#temp-right{
	float: left;
	padding: 12px 0 0 0;
	height: 600px
}


ul,li{font-size: 11px;}