html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	background-color: #b04808;
	color: #999999;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../images/hangaway_webtemplate_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: normal;
}

h1 {
  color: #777890;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #777890;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a,  a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
}

a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #e8b500;
	text-decoration: underline;
}

a:focus {
  color: #e8b500;
}

a:active {
  color: #e8b500;
}

#outerWrapper {
	text-align: left;
	width: 950px;
	background-image: url(../images/hangaway_webtemplate_03.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
    background-color: #121212;
}
#outerWrapper #topNavigation {
	text-align: right;
	padding-right: 35px;
	height: 27px;
	padding-top: 8px;
}

#outerWrapper #contentWrapper {

}
#outerWrapper #header {
	height: 120px;
}
#outerWrapper #lowerNavigation {
	text-align: right;
	height: 35px;
	padding-top: 18px;
	padding-right: 40px;
	font-family: "Trebuchet MS", san-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: auto;
	background-position: top;
	padding-top: 15px;
	padding-bottom: 0px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left; 
	width: 100px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#outerWrapper #footer {
/
	padding-top: 10px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 45px;
	background-color: #000000;
	color: #999999;
}
disclaimer {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
}
.thumb {
	border:#CC6600 1px solid;
	padding:5px;
	margin:5px;
}
.thumb_box {
	border:#CC6600 1px solid;
	padding:5px;
	margin:5px;
	width:160px;
	height:160px;
}
.fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
}
.fileUploadQueueItem .cancel {
	float: right;
}
.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}