@charset "UTF-8";
body {
	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: #0D3547;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/stonebg.jpg);
	padding: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
*
{
margin: 0;
padding: 0;
}
#container {
	width: 900px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#mainContent {
	padding: 0 20px;
	background-repeat: no-repeat;
}
#bg {
	background-image: url(images/body_bg.jpg);
}
#footer {
	padding: 0;
}
#rogertrib {
	text-align: center;
	font-style: italic;
	color: #204657;
	padding-top: 30px;
}
#rogertrib a {
	text-align: center;
	font-style: italic;
	color: #339999;
	padding-top: 30px;
}
#clientlist {
	font-size: 10px;
	width: 640px;
	margin-left: 30px;
	text-align: left;
}
h1, h2, h3  {
	margin-right: 170px;
	margin-left: 30px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h4 {
	margin-right: 170px;
	margin-left: 30px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
}
h5 {
	margin-right: 170px;
	margin-left: 30px;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
p {
	margin-right: 170px;
	margin-left: 30px;
	font-size: 13px;
	padding-bottom: 8px;
}
ul {
	padding-left: 70px;
	font-size: 10px;
}
.ital {
	font-style: italic;
}
.fltlft {
	float: left;
	padding-right: 8px;
	padding-bottom: 5px;
}
.navposition {
	float: right;
}
a:link {
	color: #663333;
}
a:visited {
	color: #333333;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#copyright  a:link {
	color: #006666;
	text-decoration: none;
}
#copyright a:visited {
	color: #006666;
	text-decoration: none;
}
