HTML{
	height:100%;
}

body {
	background-image:url(images/background.jpg);
	background-color: #ffffff;
	color: #4d4b4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	height:100%;
}

* {margin: 0px;padding: 0px;}

.clear{clear:both;}

#container {
	margin: 0px auto;
	text-align: left;
	width:1000px;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	/*border-bottom:2px solid #000000;*/
	min-height:100%;
	background-color: #ffffff;
	/*padding-bottom:205px;*/
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	width: 1000px;
	height:170px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position:relative;
	border-bottom: 1px solid #626667;
}
#header ul{
	list-style-type: none;
	display:inline;
	position:absolute;
	top:150px;
	left:20px;
}
#header li{
	float:left;
		
}
.lastchild{
	border-right: 0px none #ffffff !important;
}
#header ul a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	border-right: 2px solid #ffffff;
}
#header ul a:hover{
	color:#000000;
}


/********************** Content ***************************/

#content {
	width:600px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	/*border-left:1px solid #000000;*/
	/*border-right:1px solid #000000;*/
	/*border-bottom:1px solid #000000;*/
	background-color:#ffffff;
}

#content_header_about {	
	background-image:url(images/about.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:50px;
	width:600px;
}

#content_header_services {	
	background-image:url(images/services.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:50px;
	width:600px;
}

#content_header_vendor_due_diligence_reports {	
	background-image:url(images/vendor_due_diligence_reports.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:50px;
	width:600px;
}

#content_header_bio {	
	background-image:url(images/bio.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:50px;
	width:600px;
}

#content_header_contact {	
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:50px;
	width:600px;
}

/********************** text ***************************/
#text{
	width: 100%;
	min-height: 500px;
	background-image:url(images/text_background.jpg);
	background-repeat:no-repeat;
	/*background-color: #ffffff;*/
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
}

#text p{
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #27282d;
	margin: 6px 60px 10px 50px;
}

#text a{
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#27282d;
	text-decoration:underline;
}

#text a:hover{
	font-weight:bolder;
	text-decoration:none;
}

#text ul{
	margin-left:75px;
}

#text li{
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#27282d;
	padding-bottom:10px;
}

/********************** footer ***************************/
#footer {
	background-color: #ffffff;
	margin: 0px auto;
	width: 1000px;
	height:25px;
	text-align:center;
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #27282d;
	padding-top:20px;
}
