/* 2 column fixed width layout */

/* Zero down margin and padding on all elements */

* {
	margin: 0;
	padding: 0;
}

/* HTML tags
================================= */

body {
	text-align: center;
	min-width: 955px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fb7300;
	color:#555;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color:#b01400;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

p, li {
	font-size: 12px;
}

h1, h2, p {
	margin: 10px 0 0 0;
}

a {
	color:#f96f00;
	text-decoration:none;
}

a:hover {
	color:#b01400;
	text-decoration:none;
}

hr {
	background-color:#999;
	color: #999;
	height: 1px;
	border:0;
	
}

/* wrapper
================================= */

#wrapper {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

/* header
================================= */
#header {
	height: 135px;
	background-image: url(../images/karratha-flying-services.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* top nav
================================= */
#top-nav {
	position:relative;
	color:#fff;
	top:113px;
	left:7px;
}
#top-nav a {
	color:#fff;
	text-decoration:none;
	padding:3px;
}
#top-nav a:hover {
	color:#FFCC33;
	text-decoration:none;
}

/* content
================================= */

div.classContent {
	width: 620px;
	float: left;
	padding:20px 10px 0 10px;
}

div.classContent img {
	margin: 0 0 10px 10px;
}

/* right bar
================================= */
div.classRightBar {
	width: 295px;
	float: right;
	padding: 20px 10px 20px 0;

}

/* boxes
================================= */
div.grey-box {
	background-color:#e5e4e1;
	height:190px;
}

div.grey-box h1 {
	background-color:#a5a5a5;
	height:20px;
	padding-left:5px;
	color:#fff;
	font-weight:normal;
}

div.grey-box p {
	padding:0 10px 5px 10px;
}

div.red-box {
	background-color:#d01900;
	background-image: url(../images/red-box-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:210px;
	
}

div.red-box h1 {
	background-color:#de3700;
	height:20px;
	padding-left:5px;
	color:#fff;
	font-weight:normal;
}

div.red-box p {
	padding:0 10px 5px 10px;
	color:#fff;
	line-height:17px;
}

div.red-box a {
	color:#FF9900;
	text-decoration:none;
}
div.red-box a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #FF9900;
}

/* footer
================================= */

#footer {
	clear: both;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left:10px;
	padding-top:3px;
	height:28px;
	border-top:1px dotted #999;
}

