/* CSS Document */
body {
	font-family: helvetica;
	font-size: 12px;
	margin: 0em;
	color: 999999;
	margin-top: 0px;
	}

a img {
	border: none;
	}
	
.links{
	font-face: helvetica;
	font-size: 12px;
	text-transform: uppercase;
	color: 666666;
	text-align: right;
	vertical-align: bottom;
	}
	
#main {
	width: 772px;
	height: 500px;
	position: relative;
    top: 50px;
    left: 50%;
    margin-left: -385px;
	border: none;
	}

#header {
	width:772px;
	height: 40px;
	}

#left {
	width: 170px;
	height: 480px;
	position: relative;
	top: 10px;
	left: 0px;
	border: 0;
	}

#right {
	width: 600px;
	height: 390px;
	position: absolute;
	top: 50px;
	left: 170px;
	}

#right2 {
	width: 585px;
	height: 390px;
	position: absolute;
	top: 50px;
	left: 170px;
	padding-left: 15px;
	background-image: url('images/clients.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	line-height: 18px;
	}

#footer{
	width: 790px;
	height: 40px;
	position: relative;
	top: 50px;
	left: 50%;
	margin-left: -380px;
	border: none;
	}

	#div1, #div2, #div3, #div4, #div5, #div6, #div7 {
	width:160; 
	padding: 5px; 
	visibility:hidden; 
	font-family: arial; 
	font-size: 12px;
	text-align: right;
	color: 999999;
	position: absolute;
	top: 320px;
	}
