﻿body {
	margin: 0px;
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #b3b3b3;
}
#container {position: absolute; left:50%; width:800px; margin-left: -400px;}
#tbmain {
	width: 100%;
	height: 250px;
	background-color: #fff; 
	background-image: url(content_bg.jpg);
	background-repeat: repeat-x;
}
p, td {
	font-family: Arial;
	font-size: 8pt;
	color: #333;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
.nav {
	padding-left: 12px;
	font-size: 10pt;
	color: #fff;
}
.nav a {
	color: #fff;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
.col1 {
	width: 140px; 
	padding: 12px;
	vertical-align: top;
}
.col2 {
	width: 2px; 
	background-image: url(spacer_v.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.col3 
{
	padding: 12px;
	vertical-align: top;
}

.dvprod {
	border: 1px solid #e8e8e8;
	height: 120px;
	width: 138px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.dvimg1 {
	height: 104px;
	width: 138px;	
}


