/* CSS Document */
a {outline: none;}


body{
	margin:0px;
	padding:0px;
	background:url(../images/back-light.jpg) repeat;
	text-align:center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
}
#container{
	width:656px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#head{
	width:598px;
	height:50px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#head2{
	width:50px;
	height:50px;
	float:right;
	background-color:#fff;
	position:relative
}
#menu{
	width:330px;
	height:30px;
	margin-top:18px;
	float:left;
	background-color:#fff;
}
#menu a {
    color:#666666;
	}
#menu a:hover {
    color:#999999
	}	
#logo{
	width:260px;
	height:50px;
	margin:0 0px 0 0px;
	float:left;
	background:url(../images/logo.gif);
}
#main{
	width:598px;
	height:506px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#main-index{
	width:598px;
	height:506px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#clients-left{
	width:338px;
	height:506px;
	float:left;
}
#clients-right{
	width:260px;
	height:506px;
	float:right;
	text-align:left;
}
#contact-left{
	width:260px;
	height:506px;
	float:left;
}
#contact-right{
	width:338px;
	height:506px;
	float:right;
}
#gallery{
	width:598px;
	height:506px;
	margin:0 0 0 0px;
	float:left;
}
#footer{
	width:598px;
	height:25px;
	margin:10px 0px 0 0px;
	background-color:#FFFFFF;
}


