body, html {
	padding: 0;
	margin: 0;
	background: #fbc60d;
	height: 100%;
}

img { 
	behavior: url("iepngfix.htc");
	border: 0;
}

#background {
	height: 100%;
	min-height: 100%;
	margin: auto;
	background:  url('bgContainer.jpg') repeat-y;
	width: 1000px;
	padding: 0 28px 0 28px;
}
#container {
	float: left;
	width: 1000px;
	
}
#header img {
	position: relative;

}
#menu {
	width: 173px;
	float: left;
	padding: 75px 0px 20px 23px;
}
#menu a:hover, #menu .over {
	color: #fcc515;
}
#image {
	width: 240px;
	float: left;
	height: 466px;
	z-index: 0;
	height: 100%;
}
#image img {
	vertical-align: top;
}

#content {
	width: 464px;
	float: left;
	font-size: 10px;
	padding: 75px 50px 20px 50px;
}

#mainContainer {
	float: left;
	background: #FFF url('backgroundContainer.jpg') repeat-y;
	margin-top: -56px;
	font-size: 11px;
	font-family: arial;
	color: #003261;
}

#menu a {
	color: #003261;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
	line-height: 18px;
}
#footer {
	
	clear:both;
	border-top: 1px solid #fcc515;
	color: #003261;
	font-size: 11px;
	font-family: arial;
	padding:5px 0px 0px 25px;
}
.subMenu {
	line-height: 22px;
	width: 156px;
}
#menu .subMenu a {
	color: #003261;
	font-size: 11px;
	font-family: arial;
	text-decoration: none;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#menu .subMenu a:hover {
	color: #003261;
	background: #feedb8;
}
.inputForm, .inputText {
	width: 200px;
	border: 1px solid #fcc515;
	color: #003261;
	font-size: 12px;
	padding: 2px;
}

.submitButton {
	width: 100px;
	background: #FFF;
	color: #003261;
	border: 1px solid #fcc515;
}
.error {
	color: #FF3300;
}
h1 {
	font-size: 13px;
	font-family: arial;
	color: #003261;
}
#lightFrame {
	position: absolute;
	background-color: transparent;
	z-index: 100;
	border: 0px;
}
#lightbox {
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	background: url('bgLightbox.png') repeat;	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="bgLightbox.png",sizingMethod="scale");
	width: 100%;
	height: 100%;
	display: none;
}