@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-image: url(grafx/bluebodybackground2.jpg);
}
/* CSS Document */

#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #FFF;
	border-color: #000;
	border-bottom-style: double;
	border-bottom-color: #FFF;
	border-bottom-width: thick;
	border-left-color: #FFF;
	border-left-style: double;
	border-left-width: thick;
	border-top-color: #FFF;
	border-top-style: double;
	border-top-width: thick;
	border-right-color: #FFF;
	border-right-style: double;
	border-right-width: thick;
}
#header {
	background-image: url(grafx/header1.png);
	height: 50px;
	width: 968px;
	padding-top: 30px;
	padding-left: 300px;
	background-repeat: no-repeat;
}
#main_body {
	width: 968px;
	height: 370px;
}
#main_bd {
	width: 968px;
	background-image: url(grafx/maintextbackground.png);
}

#main_text {
	background-color: #CCC;
	width: 350px;
	font-size: 14px;
	line-height: 110%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 8px;
	text-align: center;
	
}
#main_page {
	width: 968px;
	background-image: url(grafx/maintextbackground.png);
}
#main_pagetext {
	width: 968px;
	text-align: center;
}


main_text p{
	font-size: 70%;
	margin:0 auto;
}
#column_container {
	float: left;
	width: 968px;
}
#main_text_bottom {
	background-image: url(grafx/maintextbackground.png);
}

#left_column {
	float: left;
	width: 316px;
}

#center_column {
	float: left;
	width: 316px;
	margin-left: 10px;
}
#right_column {
	width: 316px;
	margin-left: 10px;
	float: right;
}




p{
	margin-top: 1em;
}
#map {
	float: left;
	width: 484px;
	padding-left: 100px;
}
#iso_cert {
	padding-left: 280px;
	width: 968px;
}
#robotics {
	padding-left: 125px;
}
#linecard_left {
	float: left;
	width: 490px;
	font-size: 13px;
}
#linecard_right {
	float: left;
	width: 478px;
	font-size: 13px;
	background-color: transparent;
}


#footer {
	width: 968px;
	height: 90px;
	background-image: url(grafx/Footer1.png);
	border: thin solid #333;
}
