body{
  background:black url("images/bg_body2.gif") repeat top left;
  font:normal 9pt Verdana,Helvetica,Arial,Sans-serif;
  font-weight:100;
  color:#3a3a3a;
  }

#wrap {
    position:relative;
    top:6px;
    left:6px;
	float:none;
    background:#999999;
    width:787px;
    margin:0 auto;
    text-align:left;
	height:auto;
    }
#wrap2 {
    position:relative;
    top:-6px;
    left:-6px;
	float:none;
    background:#fff;
    width:785px;
    margin:0 auto;
    text-align:left;
	height:auto;
    }
#header {
    background:#fff  url("images/content_top.jpg") no-repeat left bottom;
	position:relative;
	left:0;
	top:0;
	float:left;
	width:785px;
	height:250px;
	padding-top:10px;
	}

#content {
  float:left;
  width:785px;
  height:auto;
  background:#fff url("images/content_middle.gif") repeat-y top left;
  padding-bottom:10px;
  margin:0px;
    }

#sidebar {
    width:160px;
	height:auto;
    float:left;
    margin-left:12px;
    }
#digital-product {
    background:#fff url("images/bg_container.gif") repeat-x top left ;
    width:160px;
    float:left;
	height:auto;
	border:1px solid #fe6602;
  }

.servicemenu {
    border-bottom:1px solid #fe6602;
	margin:5px;
	}
#last {
	margin:5px;
	border-bottom:0;}
#contact {
    background:#fff url("images/bg_container.gif") repeat-x top left ;
    width:155px;
    float:left;
	height:auto;
	border:1px solid #fe6602;
	margin-top:10px;
	padding-left:5px;
	padding-bottom:10px;
  }
#client-list {
	margin-top:10px;
	border:1px solid #ff4a00;
    background:#fff url("images/bg_container.gif") repeat-x top left ;
    width:160px;
    float:left;
    height:auto;
  }

#main {
	margin-left:15px;
    background:#fff;
    width:555px;
    float:left;
    }
  
#main-text {
	width:555px;
	text-align: justify;
	border:1px solid #fe6602;
	background:#fff url("images/bg_container.gif") repeat-x top left;
	margin-bottom:10px;
	float:left;
	padding:5px;
}

.container {
    width:220px;
	margin-left:20px;
	padding-right:20px;
	text-align:left;
	float:left;
	
	}
.container a{
    float:right;
	}

#footer {
	position:relative;
	left:0px;
	top:0px;
	width:785px;
	height:33px;
	text-align:center;
	float:left;
	background:#fff url("images/content_bottom.jpg") no-repeat bottom left;
	font-size:9pt;
	color:#167dae;
	
}

#bgblack {
    background-color:black;
	margin:auto;
	float:left;
	margin-left:10px;
	}


/**---------------------------------------------links--------------------------------------------**/

h1 {
font-size:10pt;
font-weight:bold;
color:#ff4a00;
margin:5px;
}
h2 {
font-size:10pt;
font-weight:bold;
}
a:link {
  color:#056d9f;
  text-decoration:none;
  }
a:visited {
  color:#056d9f;
  text-decoration:none;
  }
a:hover {
  color:#056d9f;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
#sidebar a:link {
  color:#606060;
  display: block;
  width:100%;
    }
#sidebar a:visited {
  color:#606060;
  }
#sidebar a:hover {
  color:#fff;
  background-color:#fe6602;
  text-decoration:none;
  }