/* Body */
body {
	font-size: 11px;
	font-family: Arial, sans-serif, monospace;
	background-color: #363636;
	color: #FFFFFF;
	background-image: url(../images/texturedBG.gif);
	background-repeat: repeat-x;
	margin: 0px auto 0px;
	padding: 0px;
	}
#preloadedimages { display: none; }

/* Body container */
#body-container{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/gold-BG.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: center top;
	position:relative;
	top:20px;
}
/* Container (wraps content, primary, and secondary) */
#container {
	width: 1040px;
	height: 714px;
	position: relative;
	background-image: url(../images/homeBackground.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	behavior: url(css/iepngfix.htc);
}
/* Links */
a {
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited {
	color: #FFFFFF;
	}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}

/*MAIN Contact*/
#contactnav{
	width: 108px;
	height: 32px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 800px;
	top: -12px;
	float: left;
	}
#contactnav ul {
	font-size: 11px;
	top: 0px;
	width: 108px;
	height: 32px;
	overflow: hidden;
	list-style-type: none;
}
#contactnav li a{ 
	float: left; 
	text-decoration: none; 
	width: 108px;
	height: 32px; }
	
.nav_contact{
	background: url(../images/buttons/nav_contact1.png);
	width: 108px;
	height: 32px;
	behavior: url(css/iepngfix.htc);
}
.nav_contact:hover{
	width: 108px;
	height: 32px;
	background-image: url(../images/buttons/nav_contact2.png);
	background-repeat: no-repeat;
	behavior: url(css/iepngfix.htc);
}
/*Home*/
#home
{
	width: 1000px;
	left: 20px;
	position: relative;
	height: 714px;
}
#headerWrap
{
	background-image: url(../images/header_bg_01.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	behavior: url(css/iepngfix.htc);
	padding:0px;
	margin:0px;
	text-align: left;
	vertical-align:top;
}
#headerWrap2
{
	background-repeat: no-repeat;
	height: 160px;
	width: 1000px;
	position: absolute;
	display: block;
	background-image: url(../images/header_bg_02.png);
	left: 0px;
	top: 0px;
	z-index: 5;
	behavior: url(css/iepngfix.htc);
}
#container-top {
	height: 300px;
	width: 1000px;
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 73px;
	}
#content
{
	height: 400px;
	width: 400px;
	position: absolute;
	display: block;
	left: 75px;
	top: 475px;
	z-index: 2;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	behavior: url(css/iepngfix.htc);
	text-align:left;
	vertical-align:top;
}
#logo
{
	height: 122px;
	width: 328px;
	position: absolute;
	display: block;
	left: 600px;
	top: 575px;
	z-index: 2;
	behavior: url(css/iepngfix.htc);
}
#content p {
	margin-top: -2px;
	line-height: 16px;
	padding-right: 10px;
	padding-left: 12px;
}
#container-bottom {
	height: 339px;
	width: 1000px;
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 76px;
	}


/* Footer */
#footer
{
	height: 70px;
	width: 100%;
	behavior: url(css/iepngfix.htc);
	background-repeat: repeat-x;
	position: relative;
	z-index: 20;
	margin: 0px;
	padding: 0px;
}
#footer div 
{
	text-align: center;
	vertical-align: top;
	height: 35px;
	padding: 0px;
	position: relative;
	width: 1080px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
}
#footer p 
{
	color: #FFF;
	line-height: normal;
	text-align: center;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}
#footer  a
{
	text-decoration: none;
	color: #FFF;
}
#footer   a:hover 
{
	text-decoration: underline;
	color: #CCCCCC;
	font-weight: normal;
}

