
a.nav_bar_link { text-decoration: none;
	}

a.nav_bar_link:hover { color: #B3A37B;

	text-decoration: none;
	}

a.foot_text_link { color: #47563E;

	text-decoration: none;
	}

a.foot_text_link:hover { color: #B3A37B;

	text-decoration: none;
	}

img { border: 0px;
	}

body {  background-image: url("img/background_1280.png");
	font-family: Gill Sans MT Condensed, Arial Narrow;
	}

#main { background-color: #f4f2e4;
	position: absolute;
	left: 20%;
	width: 600px;
	height: 600px;	
	}

#header { width: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#logo { position: absolute;
	top: 10px;
	left: 10px;
	}

#logo_text { position: absolute;
	top: 18px;
	left: 165px;
	}
	
#grid_right { float: right;
	}

#nav_bar { width: 450px;
	height: 26px;
	position: absolute;
	top: 95px;
	left: 10px;
	}

#technology { position: absolute;
	left: 0px;
	height: 26.5px;
	}

#consulting { position: absolute;
	left: 98px;
	height: 26.5px;
	}


#training { position: absolute;
	left: 190px;
	}

#resources { position: absolute;
	left: 265px;
	}

#contact { position: absolute;
	left: 360px;
	}



/* content pane styles */

#content { width: 555px;
	height: 350px;
	position: absolute;
	top: 150px;
	left: 20px;
	}

.head1 { color: #47563E;

	font-family: Gill Sans MT, sans serif;
	font-size: 110%;
	}

.head2 { color: #47563E;

	font-family: Gill Sans MT, sans serif;
	font-size: 100%;
	}

.para { color: #47563E;

	font-size: 100%;
	font-family: Gill Sans MT, sans serif;
	margin-left: 40px;
	margin-right: 40px;
	}

.list-item { color: #47563E;

	font-size: 100%;
	font-family: Gill Sans MT, sans serif;
	margin-left: 20px;
	margin-right: 40px;
	}

#address_block { margin-left: 60px;
	margin-right: 40px;
	}


.address { color: #47563E;

	font-size: 100%;
	font-family: Gill Sans MT, sans serif;
	margin-top: 0px;
	margin-bottom: 0px;
	}


/* footer styles */

#footer { width: 600px;
	height: 75px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 200;
	}


.nav_footer_grid { position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;

	}

.nav_bar_footer { z-index: 300;

	}

.nav_text { color: #47563E;
	text-align: left;
	}

.foot_text1 { color: #47563E;
	margin-bottom: 0px;
	text-align: center;
	text-decoration: none;
	}

.foot_text2 { color: #47563E;
	margin-top: 0px;
	text-align: center;
	text-decoration: none;
	}

