/* Created By SCHMIDLI Creation and Design to suit November 2004 version of Airborne Magazine web site*/
BODY, TD, UL, A, A:LINK, A:VISITED, A:ACTIVE, A:HOVER, A:FOCUS {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size : 12px;
	text-align: center;
}


/* Centralising Page Content */
div.container {
	position: relative;
	margin: 0 auto;
	width: 740px;
	text-align: left;
}

#toplhsbar {
  position : absolute;
  left : 0px;
  top: 0px;
  width : 470px;
  height: 30px;
  margin-left : 0px;
  margin-top : 0px;
  background : url(images/bg_top_lhs_bar.gif);
  padding : 0px;
  }

#header {
  position : absolute;
  left : 0px;
  top: 40px;
  width : 470px;
  height: 120px;
  margin-left : 0px;
  margin-top : 0px;
  background-image: url(images/bg_header_home.gif);
  padding : 0px;
}

#navlhs {
  position : absolute;
  left : 0px;
  top: 170px;
  width : 100px;
  height: 760px;
  margin-left : 0px;
  margin-top : 0px;
  background-image: url(images/bg_lhs_nav.gif);
  padding : 0px;
}

#magazineheader {
  position : absolute;
  left : 110px;
  top: 170px;
  width : 360px;
  height: 30px;
  margin-left : 0px;
  margin-top : 0px;
  background-color: #CCCCCC;
  padding : 0px;
}

#magavailable {
  position : absolute;
  left : 110px;
  top: 200px;
  width : 360px;
  height: 40px;
  margin-left : 0px;
  margin-top : 0px;
  background-color: #FFFFFF;
  padding : 10px;
  font-size: 14px;
	font-weight: bold;
	color : #0099FF;
}

#magcontent {
  position : absolute;
  left : 110px;
  top: 240px;
  width : 170px;
  height: 430px;
  margin-left : 0px;
  margin-top : 0px;
  background-color: #FFFFFF;
  padding : 0px;
}

#magcontent2 {
  position : absolute;
  left : 280px;
  top: 240px;
  width : 190px;
  height: 430px;
  margin-left : 0px;
  margin-top : 0px;
  background-color: #FFFFFF;
  padding : 10px;
}

#planheader {
  position : absolute;
  left : 480px;
  top: 0px;
  width : 260px;
  height: 30px;
  margin-left : 0px;
  margin-top : 0px;
  background-color: #CCCCCC;
  padding : 0px;
}

#planlistheader {
  position : absolute;
  left : 480px;
  top : 660px;
  width : 260px;
  height: 30px;
  margin-left : 0px;
  margin-top : 0px;
  background-color: #CCCCCC;
  padding : 0px;
}

#rhscolumnbackground {
  position : absolute;
  left : 480px;
  top: 40px;
  width : 260px;
  height: 890px;
  margin-left : 0px;
  margin-top : 0px;
  background-image: url(images/bg_rhs_column.gif);
  padding : 0px;
}

#plancontent {
  position : absolute;
  left : 480px;
  top: 40px;
  width : 260px;
  height: 380px;
  margin-left : 0px;
  margin-top : 0px;
  background-color : transparent;
  padding : 10px;
}

#planlistcontent {
  position : absolute;
  left : 480px;
  top: 690px;
  width : 260px;
  height: 220px;
  margin-left : 0px;
  margin-top : 0px;
  background-color : transparent;
  padding : 10px;
}

#planlistimage {
  position : absolute;
  left : 575px;
  top: 730px;
  margin-left : 0px;
  margin-top : 0px;
  background-color : transparent;
  padding : 0px;
}

#bottombar {
  position : absolute;
  left : 0px;
  top: 920px;
  width : 740px;
  height: 10px;
  margin-left : 0px;
  margin-top : 0px;
  background-image: url(images/bg_bottom_bar.gif);
  padding : 0px;
}

/* Navigation Menu Formating */
.nav {
	font-size: 14px;
	color : #000000;
	font-style : italic;
	padding-left: 6px;
}

a:link {
text-decoration : underline; 
color : #000099; 
} 
a:visited {
text-decoration : underline; 
color : #000099; 
} 
a:hover {
text-decoration : underline; 
color : #cc3333; 
}

a:link.nav {
font-weight : bold; 
text-decoration : none; 
color: Black;
} 
a:visited.nav {
font-weight : bold; 
text-decoration : none; 
color: Black;
} 
a:hover.nav {
background : #999999;
color: Black;
} 

H1 {
	font-size: 15px;
	font-weight: bold;
	color : Black;
}

H2 {
	font-size: 12px;
	font-weight: bold;
	color : Black;
}

.fine {
	font-size: 10px;
}

.finegrey {
	font-size: 10px;
	color : Gray;
}