@charset "utf-8";

body {
	margin:0px; padding:0px;
	background:url(../images/bg.gif) repeat fixed;
}
img {border:0px;}
a:focus{outline: none;}
#wrapper {
	width: 904px;
	margin:10px auto;
	padding:10px;
	border: 1px solid #000000;
	background-color:#F5F5F5;
}
#navigation {height:57px;}
#border {
	padding-bottom:6px;
	background:url(../images/border.png) repeat;
}
#main {
	width:892px;
	margin: 0px auto;
	background-color:#FFFFFF;
}
#header {
	position:relative;
	height:380px;
	background:url(../images/True-Solutions.png) no-repeat;
}
.box {
	position:absolute;
	width:128px;
	height:128px;
	margin-left:660px;
	margin-top:85px;
}
#info {
	width:822px;	/* 70px, 35 for left and 35 for right marin */
	margin:0px auto;
}
.heading {
	font-family: "Times New Roman";
	font-size: 30px;
	color: #6a4b9e;
	font-weight: bold;
	padding-bottom:10px;
}
.req {color:#FF0000}
#footer {
	position:relative;
	width:892px;
	background:url(../images/Footer.png) no-repeat bottom;
	height:150px;
}
hr {
	width:822px;
	margin:15px auto;
}
#bottomNav {
	width:600px;
	margin:0px auto;
}
#footer ul li {
	float: left;
	list-style: none;
	border-right:
	solid 1px #999;
	line-height: .8em;
}
#footer ul li a {
	padding: 0 15px;
	text-decoration: none;
	color:#693434
}
#footer ul li a:hover {background: #ffeeee;}
#footer ul li.last {border: none;}
#footer #w3c {
	position:absolute;
	left:35px;
	top:97px;
}
#footer #resolutions {
	position:absolute;
	left:130px;
	top:100px;
}
#footer #copyRight {
	position:absolute;
	left:688px;
	top:110px;
	color:#0000FF;
	font-size:14px;
}