* {
	margin: 0;
	padding: 0;
	border: none;
}

html { 
	min-width: 800px;
	 }
:focus { outline:0;}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #464646;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
	background: #e5e5e5 url("/i/body_bkgd.gif") repeat-x;
}

#wrapper	{
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-right: 3px solid #ccc;
	border-left: 3px solid #ccc;
	font-size: 11px;
	}

#header {
	height: 150px;
	text-align: center;
}
h1 a {
	display: block;
	width: 352px;
	height: 150px;
	margin: 0 auto;
	text-indent: -5000px;
	position:relative;
	overflow: hidden;
	background: transparent url("/i/3xdata_logo.gif") no-repeat;
}

#title {
	margin: 0 0  28px 260px;
	}

h2{
	font: normal 18px  Arial, Helvetica, sans-serif;
	color: #f33;
	}

h3 {
font-size: 11px;
margin: 0 0 10px 0;
}
	
#leftrail	{
	float: left;
	width: 220px;
	padding-top: 20px;
	border-top: 1px solid #dadada;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin: 0 0 0 10px;
	}
	
html>body div#leftrail {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 20px;
	min-height: 400px;
	}

#leftrail ul li {
	display: block;
	list-style: none;
	border-bottom: 1px solid #dadada;
	}
	
#leftrail a {
	display: block;
	width: 220px;
	padding: 8px 0;
	text-decoration: none;
	font-weight: bold;
	background: transparent url("/i/nav_bkgd.gif") repeat-y;
	}
#leftrail ul li a:hover {
	background: #fff;
	}
	
/* on states for nav*/
body#database li#nav_dat a, body#directmail li#nav_dir a, body#lettershop li#nav_let a, body#digital li#nav_dig a,body#portfolio li#nav_por a, body#resources li#nav_res a, body#contact li#nav_con a, body#client li#nav_cli a{
	background: #fff;
	color: #f33;
	}

#maincontent {
	margin: 0 20px 0 260px;
	padding: 20px 10px 0 20px;
	border-top: 1px solid #dadada;
	width: 480px
	}
html>body div#maincontent{ width: 490px;	
	}	
a {
	color: #464646;
	text-decoration: underline;
	}

a:hover {
	color: #ff3333;
	text-decoration: none;
	}

p, ul, ol {
	font-size: 11px;
	margin-bottom: 15px;
}

#maincontent ul {
	margin-left: 30px;
	list-style: url("/i/bullet.gif");
}

#maincontent  li {
	margin-bottom: 5px;
 }

#footer	{
	clear: both;
	border: 0;
	border-top: 1px solid #dadada;
	color: #666;
	width: 760px;
	padding: 5px 0;
	margin: 20px 20px 0 20px;
	text-align: center;
	}
	
#footer p {
	font-size: 10px;
	
	}

#footer a {
	color: #666;
	text-decoration: underline;
	}
	#footer a:hover {
	color: #ff3333;
	text-decoration: none;
	}

.redbold {
	font-weight: bold;
	color: #ff3333;
	}
img.float {
float: left;
margin-bottom: 20px;}