@charset "UTF-8";
h1 {
	font: 14px Arial;
	font-weight: bold;
	padding: 0 0 0 50px;
}
h2 {
	font: 14px Arial;
	font-weight: bold;
	margin: 10px 0 0 5px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	background-image: url(../images/assets/bg.jpg);
	background-repeat: repeat-x;
}
#container  {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	width: 550px;
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	background-color: #000;
	width: 100%;
	text-align: center;
	height: 88px;
	}
#flash {
	width: 800px;
	margin: 30px auto;
}
#slide {
	margin: 80px 0 0 0;
	padding: 3px 20px 0 20px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
		
a:link, a:visited, a:active { 
    color:white; 
	text-decoration:none;
}
        
a:hover{
    color:white;
	text-decoration:underline;
 }
#footer {
	padding: 5px 100px 0 110px;
	margin: 0 0 30px 0;
}
#like {
	float: right;
	width: auto;
	margin: 10px 0 0 0;
}
#test {
	margin: 39px 0 0 0;
}

.content-test {
	font-family: Arial, Helvetica, Times;
	font-size: 11px;
	color: #C3EBFD;
	float: left;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 8px;
}
.content-test p {
	margin: 6px 0 6px 20px;
	padding: 0 5px 0 0;
	width: 700px;
	color: #666666;
	border: none;
	text-align: justify;
	font-size: 12px;
	font-family: Arial;
}
.content-test .signature {
	width: 320px;
	margin: 68px 0 0 120px;
	padding: 10px 0 0 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #C3EBFD;
	clear: both;
}
.content-test img {
	padding: 5px;
	margin: 5px 0 0 40px;
	background-color: #C3EBFD;
}

.content-testLast {
	font-family: Arial, Helvetica, Times;
	font-size: 11px;
	color: #C3EBFD;
	float: left;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 8px;
	width: 890px;
}
.content-testLast p {
	margin: 6px 0 6px 20px;
	padding: 0 5px 0 0;
	width: 700px;
	color: #666666;
	border: none;
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
}
.content-testLast img {
	padding: 5px;
	margin: 5px 0 0 40px;
	background-color: #C3EBFD;
}
.content-testLast .signature {
	width: 320px;
	margin: 68px 0 0 120px;
	padding: 10px 0 0 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #C3EBFD;
	clear: both;
}
#clients-content {
	clear: both;
	float: inherit;
	width: 75%;
	margin: 30px 0 0 0;
}
#clients-content   ul   li  {
	padding: 0 0 0 10px;
	list-style-type: none;
}
#clients-content p {
	width: 550px;
	padding: 0 0 0 60px;
	color: #999999;
}
#bio-content p {
	width: 700px;
	margin: 0 0 0 140;
	padding: 0 0 0 120px;
}
#footer div {
	margin: 10px auto;
}
#bio-content h1 {
	margin: 20px 0 20px 70px;
}
