#container 
 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: auto;
	border: none;
}

#container2 
 {
	position: center;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: auto;
	border: none;
}

#header {
	position: absolute;
	height: 180px;
	width: 750px;
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-bottom: thin none #000000;
	border-left: thin solid #000000;
	background-color: #FFFFFF;
}

#header2 {
	position: absolute;
	height: 250px;
	width: 750px;
	background-color: #FFFFFF;
}


#images {
	position: absolute;
	height: 110px;
	left: 0px;
	top: 0px;
	width: 386px;
}
.title {
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;

	}
.title1 {
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;

	}
#title {
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	left: 386px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
        
	color: #000000;
	position: absolute;
	left: 386px;
	top: 90px;
	width: 750px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	height: auto;
	width: 730px;
	left: 0px;
	top: 120px;
	border-top: thin solid #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	z-index: 0;
	padding-right: 10px;
	padding-left: 10px;

	}
	
	#content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: center;
	height: auto;
	width: 750px;
	left: 0px;
	top: auto;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	z-index: 0;
	padding-right: 10px;
	padding-left: 10px;

	}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	height: 350px;
	width: 300px;
	left: 400px;
	top: 50px;
	overflow: scroll;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
a:link{
background: #ffffff;
color: #000000;
}

a:visited{
background: #ffffff;
color: #000000;
}

a:hover{
background: #ffffff;
color: #000000;
}

a:active{
background: #ffffff;
color: #000000;
}