* {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
}

ul {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
a {
	color: #999;
	text-decoration: underline;
}
body {
	background-color: #333;
	background-image: url(../images/net_bg.jpg);
	background-repeat: repeat-x;
}


#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #060;
}
#header {
	height: 160px;
	width: 860px;
	background-attachment: fixed;
	background-color: #060;
	background-repeat: no-repeat;
	background-position: center center;
}
#navbar  {
	height: 45px;
	width: 860px;
	text-align: center;
}
#currentPage  {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #ebebeb;
	text-align: center;
}
#wrapper #homeLeftContainer {
	background-color: #ebebeb;
	margin: 10px;
	float: left;
	width: 400px;
}
#wrapper #homeRightContainer {
	background-color: #ebebeb;
	margin: 10px;
	width: 400px;
	float: right;
}

#wrapper #clientLeftContainer {
	background-color: #060;
	margin: 5px;
	width: 410px;
	float: left;
	text-align: left;
}
#wrapper #clientRightContainer {
	background-color: #060;
	margin: 5px;
	width: 410px;
	float: right;
	text-align: left;
	
}
#wrapper #aboutLeftContainer {
	background-color: #060;
	margin: 5px;
	float: left;
	width: 600px;
	word-spacing: normal;
}
#wrapper #aboutRightContainer {
	background-color: #060;
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#wrapper #faqContainer {
	background-color: #060;
	margin: 5px;
	float: none;
	padding: 5px;
	text-align: left;
	text-indent: 0px;
	clear: both;
}
#footer {
	clear: both;
	height: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #ebebeb;
}
.copyright {
	font-size: 10px;
}
