/*td img {display: block;}*/
body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: left top;
}

.copyright {
	color:#777777;
	font-size:80%;
	margin-left:125px;
	position:absolute;
	text-align:left;
	top:523px;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
	width:950px;
	height:633px;
	background: #99cb99 url(../images/index.jpg) no-repeat;
	margin:auto;
}

.company_info {
	color:#555555;
	font-family:Arial,Helvetica,sans-serif;
	font-size:85%;
	font-weight:normal;
	margin-left:100px;
	padding-top:5px;
	position:relative;
	text-align:justify;
	top:394px;
	width:424px;
}
.leftNav {
	margin-left:43px;
	position:absolute;
	top:262px;
}
.rightNav {
	position:absolute;
	top:262px;
	margin-left:285px;
}
#navcontainer { width: 229px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 232px;
	/*background-color: #EFF6ED;*/
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #111;
text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #ECF6ED;
	color: Green;
}