	html,body{
		width: 100%;
		height: 100%;
		background-color: #01418e;
		background-image: url(../../images/camel2010/layout/bg.jpg);
		background-repeat: repeat-x;
		background-position: top right;
		background-attachment: fixed;
	}
	
	#wrapper{
		width: 100%;
		position: relative;
	}
	
	#CamLogo
	{
	    position: absolute;
	    top: 12px;
	    left: 569px;
	    width: 160px;
	    height: 110px;
	    /*background-image: url("../../images/camel2010/layout/logo.png");*/
	    cursor: pointer;
		 outline: none;
	}
	#CamLogo a ,#CamLogo a:hover, #CamLogo a:active, #CamLogo a:focus {
		outline: none;
	}
	
	
	#flvBg {
		background-color: #ff0;
		width: 100%;
		height: 100%;
		position:fixed;
		left:0px;
		top:0px;
	}
	
	#bgDiv {	
		z-index: 0;
		position: fixed;
		/*left: 0px;
		top: 0px;*/
		width: 100%;
		height: 100%;
	}
	#bgDiv2 {	
		z-index: -1;
		position: fixed;
		width: 100%;
		height: 100%;
	}
	
	
	#contentWrapper{
		width: 990px;
		margin: 0 auto;
		position: relative;
		z-index: 500;
		overflow: visible;
	}
	#menu{
			position: fixed;
			z-index: 50;
			width: 265px;
			height: 1200px;
			float: left;
			background-image: url(../../images/camel2010/layout/menuBG.jpg);
			background-position: 0 0 ;
			background-repeat: no-repeat;
		}
		#flashMenu{
			width: 265px;
		}
		
		
			
	#mainContent{
		position: relative;
		width: 725px;
		z-index: 2;
		margin-left: 265px;
		padding-bottom: 200px;
		
	}
		#logo{
			position: absolute;
			top: 26px;
			right: 30px;
			z-index: 500;
		}
	#footer{
		position: fixed;
		bottom: 0px;
		z-index: 100;
		width: 100%;
		height: 143px;
		bottom: 0;
		z-index: 5000;
		background-image: url(../../images/camel2010/layout/footerbg.gif);
	}
		#footerWrapper{
			position: relative;
			margin: 0 auto;
			width: 1050px;
			height: 133px;
			font-size: 10px;
		}
			#surgeonGenWarning{
				position: absolute;
				top: 13px;
				left:171px ;
			}
			.warningStamp{
				position: absolute;
				top: 0px;
				left: 27px;
			}
			
			#languageSelector
			{
				display: none;
				color:#b2b1b2;
				font-family: Arial ,Helvetica,sans-serif;
				font-size:12px;
				font-weight:bold;
				top: 20px;
				left: 428px;
				position: absolute;
			}
				#languageSelector a
				{
					font-size:12px;
					color: #4fb1f7;
				}
			
			#FooterStatement{ 
				color:#b2b1b2;
				width: 502px;
				position: absolute;
				top: 26px;
				left: 428px;
				word-spacing: 1px;
				font-family: Arial ,Helvetica,sans-serif;
				font-size: 10px;
			}
		#FooterLinks {
			color: #8c949b;
			width: 555px;
			position: absolute;
			top: 92px;
			left: 428px;
			border-top:1px solid #d3d5d7;
			padding-top:7px;
		}			

		#HomePage #languageSelector{ 
				display: block;
			}
		#HomePage #FooterStatement{ 
				top: 48px;
			}
		#HomePage #FooterLinks {
			top: 110px;
		}	
		
		#FooterLinks a{
			color: #4fb1f7;
			font-size: 10px;
			font-family: Arial ,Helvetica,sans-serif;
		}
		
		/* error pages */
		
		.ErrorPage h3{
			font-size: 60px;
			line-height: 50px;
		}

		.ErrorPage h3 span{
			font-size:104px;
		}
	
	.ErrorPage #ErrorContent{
		padding-left: 80px;
		padding-top: 146px;
	}
	.ErrorPage #ErrorContent p{
		line-height: 21px;
	}
	
	/* intercept page */
	#esp_intercept #intercept_content_wrapper{
		padding-left: 80px;
		padding-top: 144px;
	}
		#intercept_content_wrapper #intercept_content
		{
			margin-left:5px;
		}
		#intercept_content_wrapper #intercept_button_wrapper
		{
			margin:15px 0 0 -8px;
		}
		
