		 body {
		 	background-color: #FFF;
		 	background-image: url(/gfx/layout/250twin.gif);
		 	background-repeat: repeat-y;
		 	background-position: 25px 0;
		 	/*color: #202020;*/
		 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		 	line-height: 18px;
		 	font-size: 14px;
		 	margin: 0;
		 	padding: 0;
		 				color: #606060;

		 }
		 #above_content {
		 	padding: 5px;
		 	background-image: url(/gfx/layout/topbar.gif);
		 	background-repeat: repeat-x;
		 	height: 211px;
		 	color: #FFF;
		 }
		 #footylogo{
		 	/*
		    position: absolute;
 			  z-index: 1;
 			 */
			  bottom: 0px;			  right: 0px;
		 }

		#topteaser {
		height: 140px;
		margin-top: 36px;
		/* 	border: 1px solid red;*/
		overflow: hidden;
		}

		 #l2r, #r2l {
		 	width: 700px;
		 	border : none;
		 	height: 1px;
		 	position: absolute;
		 }

		 #l2r {
		 	top: 35px;
		 	left: 10px;
		 	margin-bottom: 1px;
		 }
		 #r2l {
		 	right: 10px;
		 }

		h1 {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			/*
			 font-variant: small-caps;
			*/
			font-size: 1.7em;
			color: #606060;
		}

		h5 {
			margin:0;
			padding: 0;
			margin-top: 30px;
			margin-bottom: 3px;
			float: right;
		}

		h5 a {
			width: 464px;
			height: 98px;
			display: block;
			background: url(/gfx/layout/logo_gray_aero.gif) no-repeat;

			text-indent : -1000px;
			font-size: 1px;
		}
		#nav {
			position: absolute;
			z-index: 2;
			right: 10px;
			width: auto;
			height: auto;
			top: 0;
			font-size: 10px;
			font-stretch: extra-expanded;
		}
		#nav a {
			color: #FFF;
			text-decoration: none;
			height: 30px;
			line-height: 30px;
			display: inline-block;
			padding-left: 8px;
			padding-right: 8px;
			border-bottom: 2px solid #4b4b4b;
		}
		#nav a:hover {
			background-color: #606060;
			border-bottom: 2px solid #a0a0a0;
		}
		/* ### Sidenav related ### */
		#sidenav {
			margin-left: 10px;
			width: 250px;
			float: left;
    	margin-top: -22px;
    }
		#sidenav .menu {
			clear:left;
			width: 250px;
			background: url(/gfx/layout/sidenavFill.png) repeat-y;
			padding-bottom: 7px;
			padding-top: 30px;
		}

    #sidenav .header {
    	display: block;
    	padding-left: 15px;
    	font-weight: bold;
    	font-size: 1.2em;
    	border-bottom: 1px dotted #808080;
    	background-repeat: no-repeat;
    	margin-bottom: 10px;

    }
    #sidenav .menu a {
    	display: block;
    	text-decoration: none;
    	color: #606060;
    	height: 26px;
    	line-height: 26px;
    	padding-left: 25px;
    	margin-bottom: 6px;
    	font-size: 0.9em;
    	border-left: 9px solid transparent;
    }
    #sidenav .menu a:hover {
    	background-color: #999;
    	color: #F0F0F0;
    }
    #sidenav .text {
    	display: block;
    	padding-left: 15px;
    	padding-right: 10px;
    	line-height: 20px;
    	margin-bottom: 10px;
    }

    #training_today #sidenav .today,
    #training_atsas #sidenav .atsas,
    /* ### Product ### */
    #product_overview #sidenav .overview,
    #product_pool #sidenav .pool,
    #product_planning #sidenav .planning,
    #product_building #sidenav .building,
    #product_safety #sidenav .safety,
    #product_reporting #sidenav .reporting,
    #product_analyses #sidenav .analyses,

    #implementation #sidenav .implementation,
    #implementation_workshop #sidenav .workshop,
    #implementation_fact_finding #sidenav .fact_finding,

    #contact_address #sidenav .address,
    #contact #sidenav .contact,
    #contact_support #sidenav .support

    {
    	/* border-left: 9px solid #4A7BBD;  */
    	 border-left: 9px solid #808080;
    }


		#content {
			margin:10px;
			margin-left: 250px;
      margin-left: 275px;
			margin-right: 50px;

			padding-left: 10px;
			word-spacing: 0px;
			line-height: 22px;
		}

		.imgbox {
			margin: 0 10px;
			font-size: 9px;
			font-style: italic;
			word-spacing: 0px;
			text-align: center;
		}

		.imgbox img {
			-moz-box-shadow: 5px 5px 5px #777777;
      -webkit-box-shadow: 5px 5px 5px #777777;
      box-shadow: 5px 5px 5px #777777;

		}

		.at_list li {
			margin-bottom: 5px;
		}

		.textbox {
			display: block;
			background-color: #FDD030;
			margin: 0 2px;
			padding-left: 15px;
			padding-right: 10px;
			padding-bottom: 10px;
			padding-top: 10px;
			margin-bottom: 15px;
		}

		.textbox2 {
			vertical-align: top;
			background-color: #EEEEEE;

			padding-left: 15px;
			padding-right: 10px;
			padding-top: 7px;
		}

    .w50 {
    	width: 48.5%;
    	/*float: left;*/
    	}

		.w50 .textbox {
			margin-right: 10px;
			}

		li {
			margin-bottom: 20px;
		}

