@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #661947;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #F6F4F4;
	background-image: url(images/pattern.png);
	background-repeat: repeat;
}
a {
	color: #613E0F;
}
a:hover {
	color: #A1728E;
	text-decoration: none;
}
h1 {
	color: #613E0F;
	font-weight: lighter;
}
h2 {
	font-weight: lighter;
	color: #613E0F;
}
.oneColFixCtr #container {
	width: 871px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #footer {
	background-color: #661947;
	width: 863px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	position: relative;
	font-size: 12px;
	padding: 0px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.oneColFixCtr  #footer  p  {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.oneColFixCtr #footer a {
	color: #C2C2C2;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #mainContent #right {
	margin-left: 600px;
	position: absolute;
	top: 312px;
	left: 0px;
	width: 230px;
	font-size: 12px;
}
.oneColFixCtr #container #mainContent #rightserv {
	width: 260px;
	margin-left: 290px;
	font-size: 12px;
	position: absolute;
	top: 312px;
}
.oneColFixCtr #container #mainContent #left {
	width: 400px;
}
.oneColFixCtr #container #mainContent #leftserv {
	width: 210px;
	font-size: 12px;
	top: 312px;
	margin-left: 40px;
}
.oneColFixCtr #headerdeep {
	background-image: url(images/header_deepbg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 714px;
	z-index: 0;
	left: 0px;
	top: 0px;
	position: absolute;
}
.oneColFixCtr #container #header {
	height: 245px;
	width: 871px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #container #header #bizeval {
	margin-right: auto;
	margin-left: 520px;
	margin-top: 50px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #container #header #navbar {
	margin-left: 20px;
	margin-bottom: 10px;
	position: absolute;
	top: 200px;
}
.oneColFixCtr #video {
	height: 310px;
	width: 364px;
	margin-left: 240px;
}
td {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
}
td.client {
	font-size: 12px;
	border: 2px double #661947;
}
tbody {
	font-size: 12px;
}
