@charset "utf-8";
/* CSS Document */

img, div, a { behavior: url(iepngfix.htc) }

* {
	border:0;
	margin:0;
}

/*//////////////////////// Form Boxes //////////////////////////*/
.text-box {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	width:100px;
}

.text-box2 {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	width:260px;
}

.text-box3 {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	width:160px;
}

.text-box4 {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	width:79px;
}

body {
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-color:#23130d;
	background-position:top center;
}

#container {
	width: 927px;
	margin:0 auto;
}

/*//////////////////////// Layout //////////////////////////*/

#stretch-container {
	float:left;
	display:inline;
	width:927px;
	min-height:690px;
	height:auto !important;
	height:690px;
	background-image:url(../images/stretch-bg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	z-index:0;
	
}

#header {
	float:left;
	display:inline;
	width:927px;
	height:448px;
	background-image:url(../images/top-bg.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	z-index:0;
}

#flash-header {
	float:left;
	display:inline;
	width:927px;
	height:90px;
	z-index:0;
}

#logo {
	float:left;
	display:inline;
	width:277px;
	height:60px;
	padding-left:325px;
	margin-top:13px;
	z-index:0;
}

#flash-images {
	float:right;
	display:inline;
	width:659px;
	height:227px;
	margin-top:7px;
	padding-right:75px;
	z-index:0;
}	

#main-content {
	float:left;
	display:inline;
	width:927px;
	padding-bottom:30px;
	z-index:20;
	margin-top:-86px;
}

#navigation {
	float:left;
	display:inline;
	width:182px;
	height:231px;
	height:auto !important;
	height:204px;
	z-index:20;
}

#text {
	float:right;
	display:inline;
	width:650px;
	min-height:160px;
	height:auto !important;
	height:160px;
	padding-right:75px;
	margin-top:106px;
	z-index:20;
	text-align:left;
}

/*//////////////////////// Footer //////////////////////////*/

#footer {
	float:left;
	display:inline;
	width:927px;
	margin-top:7px;
}

.left-left {
	float:left;
	display:inline;
	text-align:left;
}

.right-right {
	float:right;
	display:inline;
	text-align:left;
}
