body {
	background-color: #164d7d;
	}


/* -------------------------- */
/* ---------- DIVS ---------- */
/* -------------------------- */

#container {
	width: 794px;
	min-height: 550px;
	_height: 550px;
	margin: auto;
	margin-top: 35px;
	background-color: #fff;
	}

	#home_content {
		width: 794px;
		min-height: 477px;
		_height: 477px;
		background-image: url(../images/home_content_bg.jpg);
		background-position: right;
		background-repeat: no-repeat;
		}
		
	#inside_content {
		width: 794px;
		min-height: 477px;
		_height: 477px;
		background-image: url(../images/inside_content_bg.gif);
		background-position: top right;
		background-repeat: no-repeat;
		background-color: #fff;
		}
		
		#home_content_left {
			width: 247px;
			min-height: 477px;
			_height: 477px;
			float: left;
			background-image: url(../images/home_content_left_bg.gif);
			}
			
		#content_left {
			width: 247px;
			min-height: 477px;
			_height: 477px;
			float: left;
			background-image: url(../images/content_left_bg.gif);
			background-repeat: no-repeat;
			background-color: #fff;
			}
			
			#searchParts {
				margin-top: 50px;
				margin-left: 30px;
				margin-bottom: 10px;
				}
			
			#homeText {
				width: 200px;
				position: relative;
					left: 22px;
					top: 202px;
				}
			
		#home_content_right {
			width: 540px;
			min-height: 477px;
			_height: 477px;
			float: right;
			}
			
		#content_right {
			width: 540px;
			min-height: 577px;
			_height: 477px;
			float: right;
			padding-bottom: 40px;
			}
	
	#footer {
		width: 794px;
		min-height: 73px;
		_height: 73px;
		background-image: url(../images/footer_bg.gif);
		}
		
		#footerLinks {
			color: #fff;
			position: relative;
				top: 39px;
				left: 25px;
				font-size: 9px;
			}
			
		#footerLinks a,
		#footerLinks a:link,
		#footerLinks a:visited,
		#footerLinks a:active {
			color: #fff;
			text-decoration: none;
			}
			
		#footerLinks a:hover {
			color: #fdc83d;
			text-decoration: underline;
			}


/* ------------------------- */
/* ---------- IDS ---------- */
/* ------------------------- */

.clearance {
	clear: both;
	height: 1px;
	margin-bottom: -1px;
	font-size: 0;
	line-height: 0;
	}
	
.i4logo {
	position: relative;
		left: 638px;
		top: 27px;
	}
	
.logo {
	position: relative;	
		left: 22px;
		top: 11px;
	}

.pageImage {
	position: relative;
		left: 3px;
		top: 26px;
	}
	
.pageNameImg {
	position: relative;
		left: 16px;
		top: 41px;
	}
	
.contentText {
	width: 492px;
	position: relative;
		left: 17px;
		top: 68px;
	margin-bottom: 50px;
	}
