body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #ccc;
 	/* font-size: 9px;
	text-align: center;*/ 
	}
a {
	color: #fff;
	text-decoration: none;
	}
a:hover {
	color: #ccc;
	text-decoration: none;
	}
#wrapper {
	width: 770px; 
	/* height: 550px; */
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto; 	
	background: #ccc;
	border-left: solid #e9e9e9 1px;
	border-right: solid #e9e9e9 1px;
	}
#header {
	width: 770px;
	height: 74px;
	padding: 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	}
#logo {
	height: 52px;
	padding: 0;
	margin: 0;
	background: #fff;
	/* text-align:left; */
	}
#logographic {
	height: 52px;
	float: left;
	border: none;
	}
#tagline {
	height: 52px;
	float: right;
	border: none;
	}
/* #nav {
	height: 18px;
	padding: 0;
	padding-top: 4px;
	margin: 0;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #eb1207;
	background-image: url(../images/nav_bg.gif);
	} */
/*		skip nav to content		*/
#skiptocontent a {
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	}
#skiptocontent a:active, #skiptocontent a:focus {
	width: auto;
	height: auto;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #666;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	overflow: visible;
	top: 3px;
	left: 3px;
	z-index: 5;
	}
/*		top nav		*/
#navwrapper {
	height: 22px;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #eb1207;
	background-image: url(../images/nav_bg.gif);
	}
#navwrapper h4 {
	display: none;
	}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 22px;
	display: inline;
	overflow: hidden;
	}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#nav a {
	float: left;
	margin: 0;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	}
#nav a:hover, #nav a.selected {
	background-position: 0 -22px;
	}
#nav a:active {
	background-position: 0 -44px;
	}
/*		nav		*/	
#data a {
	width: 127px;
	background: url(../images/btn_data.gif) top left no-repeat;
	}
#enterp a {
	width: 137px;
	background: url(../images/btn_enterp.gif) top left no-repeat;
	}
#coloserv a {
	width: 147px;
	background: url(../images/btn_colo_serv.gif) top left no-repeat;
	}
#proserv a {
	width: 155px;
	background: url(../images/btn_pro_serv.gif) top left no-repeat;
	}
#about a {
	width: 128px;
	background: url(../images/btn_about.gif) top left no-repeat;
	}
#contact a {
	width: 76px;
	background: url(../images/btn_contact.gif) top left no-repeat;
	}
#contentwrapper {
	margin: 0;
	padding: 0;
	width: 770px;
	/* height: 462px; */
	background-color: #ffffff;
	}
#contentiframe {
	border: none; 
	margin: 0;
	padding: 0;
	width: 770px;
	/* height: 462px; */
	/* background-color: transparent; */
	background-color: #fff;
	/*background-color: #9cf;
	 margin-top: -1px; */
	}
#footer {
	height: 13px;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	background: #e91207; /* eb1207 */
	text-align: right;
	font-size: 8px;
	font-weight: bold;
	color: #fff;
	}
.graytext {
	color: #700;
	}