@charset "UTF-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #a28b3d;
	background-image: url(../images/ix_bkg.jpg);
	background-repeat: repeat-x;
}

#main{
	margin-top:0em;
	margin-left:1em;
	margin-right:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper{
	width:60em;
	margin:auto;
}

/* Page header styles */
#header{
 	width: 963px;
	height: 2934px;
	position:absolute;
	background-image:url(../images/ix_bkg.png);	
 	background-repeat: no-repeat;
}

/* Style for Navigation */
#nav{
	margin-top:0em;
	clear:both;
	font-size:14px;
		}
ul{
	list-style-type: none;
	display: inline;
}

li{
	display:inline;
	margin-right: 3em;
}


/* left column */
.leftcolumn{
	position:absolute;
	top: 120px;
	left: 10px;
	width: 530px;
	margin: 10px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* right column */
.rightcolumn{
	position:absolute;
	top: 185px;
	left: 550px;
	width: auto;
	margin: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* bottom column */
.bottom{
	position:absolute;
	top: 505px;
	left: 20px;
	width: 920px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* bottom column */
.bottomfaq{
	position:absolute;
	top: 759px;
	left: 20px;
	width: 920px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF9E4;
}
/* bottom column */
.footer{
	position: absolute;
	top: 2924px;
	width:920px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

/* none bulleted list */
ul{
	list-style-type: none;
	display: inline;
}

/* LINKS */
/* Unvisted links */
a:link{
	color:#000000;
	text-decoration:underline;
}

/* Active links */
a:active{
	color: #000000;
	text-decoration:underline;;
}

/* Visited links*/
a:visited{
	color: #000000;
	text-decoration:underline;
}

/* Images */
div.img
{
  margin: 10px;
  border: 0px;
  height: auto;
  width: 111px;
  float: right;
  text-align: center;
}	

/* Image description */
div.desc
{
	text-align: center;
	font-weight: normal;
	font-size:12px;
	width:auto;
	margin: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* footnote description */
div.footnote
{
  text-align: left;
  font-weight: normal;
  font-size:12px;
  width:auto;
  margin: 10px;
}


