@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#000000;
	background-image:url(images/ai.png);
	background-repeat:no-repeat;
	height:800px;
}
#holder {
	position: relative;
	margin: 0;
	paddding: 0;
}

#menu {
	position: absolute;
	top: 170px;
	width:100%;
	height:24px;
	text-align:center;
	z-index:100;
}

#content {
	position: absolute;
	top: 212px;
	left:20px;
	width:728px;
	height:321px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	z-index:200;
}

#imageHolder img {
	border: 1px solid #A67C52;
}

#thumbs {
	position: absolute;
	top: 540px;
	left:20px;
	width:768px;
	height:34px;
	z-index:300;
}

#imageHolder {
	position:absolute;
	left:0px;
	top:0px;
	width:514px;
	height:321px;
	z-index:1;
	text-align:right;
}

#imageHolderFlash {
	position:absolute;
	left:110px;
	top:15px;
	width:512px;
	height:288px;
	z-index:1;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
}

#nameHolderTitle {
	position:absolute;
	color:#000000;
	left:521px;
	top:0px;
	width:211px;
	height:17px;
	font-weight:bold;
	z-index:2;
}
#nameHolder {
	position:absolute;
	left:521px;
	top:23px;
	width:211px;
	height:15px;
	z-index:3;
}
#taskHolderTitle {
	position:absolute;
	left:521px;
	top:46px;
	width:211px;
	height:22px;
	z-index:4;
}
#locationHolderTitle {
	position:absolute;
	left:521px;
	top:208px;
	width:211px;
	height:27px;
	z-index:5;
}
#locationHolder {
	position:absolute;
	left:521px;
	top:240px;
	width:211px;
	height:79px;
	font-size:10px;
	font:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	z-index:6;
}

#tasksHolder {
	position:absolute;
	left:521px;
	top:73px;
	width:211px;
	height:130px;
	z-index:3;
}

a {
	color:#8C6239;
	text-decoration:none;
}
a:hover {
	color:#A67C52;
	text-decoration:none;
}
a:visited {
	color:#8C6239;
	text-decoration:none;
}
a.active {
	color:#A67C52;
	text-decoration:none;
}

#designer, #technology {
	position:absolute;
	left:488px;
	width:244px;
	height:140px;
	z-index:4;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#technology a, #nameHolder a {
	color:#8C6239;
}
#menu a:hover, #technology a:hover, #nameHolder a:hover {
	color:#A67C52;
}
#software {
	position:absolute;
	left:244px;
	top:279px;
	width:244px;
	height:140px;
	z-index:1;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#address, #hardware {
	position:absolute;
	left:0px;
	width:244px;
	height:140px;
	z-index:1;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#technology, #hardware {
	top:279px;
}
#address, #designer {
	top: 0px;
}
#siteInfoHeader {
	position:absolute;
	left:15px;
	top:0px;
	width:721px;
	height:31px;
	z-index:5;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#siteInfo {
	position:absolute;
	left:15px;
	top:45px;
	width:721px;
	height:280px;
	z-index:5;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#thumbsBlocks {
	float: left;
	padding-right:4px;
	width:auto;
	height:34px;
}
