﻿* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url('../graphics/grey.jpg');
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
}
#header {
	width: 960px;
	float: left;
	height: 269px;
	margin-top: 10px;
	background-image: url('../graphics/lax_airport_image_edited.png');
}
#navigation {
	float: left;
	width: 960px;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
}
#insidewrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
	background-color: #6699FF;
	float: left;
	background-image: none;
}
#leftcolumn {
	padding: 5px;
	height: auto;
	width: 195px;
	float: left;
	background-color: #6699FF;
	background-image: none;
}
#content {
	float: left;
	padding: 5px;
	height: auto;
	width: 540px;
	display: inline;
	background-color: #FFFFCC;
}
#rightcolumn {
	padding: 5px;
	height: auto;
	width: 195px;
	float: left;
	background-color: #6699FF;
	background-image: none;
}
#footer {
	width: 960px;
	float: left;
	background-color: #FF0000;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txt_footer {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.txt_align_ctr {
	text-align: center;
}
.txt_headline {
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
}
.article_headline {
	color: #FF0000;
	font-size: medium;
	font-weight: bold;
}
.blue_headline {
	color: #333399;
	font-size: large;
}
.large_blue_headline {
	font-size: x-large;
	font-weight: bold;
	color: #0033CC;
	text-align: center;
}
.article_headline_center {
	color: #FF0000;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}


