@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: rgb(179,186,192);
}

#outer {
	height: 510px;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}

#inner {
	position: absolute;
	height: 510px;
	width: 775px;
	top: 0px;
}

#main {
	position: absolute;
	height: 510px;
	width: 775px;
	top: 0px;
	left: 0px;
}

#title {
	position: absolute;
	height: 40px;
	width: 570px;
	top: 75px;
	right: 0px;
	text-align: right;
	font-size: 24px;
	letter-spacing: 1px;
	color: rgb(130,133,135);
}

#logo {
	position: absolute;
	height: 110px;
	width: 205px;
	top: 15px;
	left: 0px;
}
a img{
border:none;
}



#footer {
	position: absolute;
	height: 15px;
	width: 300px;
	left: 187px;
	bottom: 0px;
	text-align: center;
	font-size: 9px;
	color: rgb(76,81,84);
}

#siteby {
	position: absolute;
	height: 15px;
	width: 200px;
	right: 0px;
	bottom: 0px;
	text-align: right;
	font-size: 9px;
	color: rgb(76,81,84);
}


#loantitle {
	position: absolute;
	height: 20px;
	width: 460px;
	top: 10px;
	left: 20px;
	color: rgb(219,26,48);
	font-size: 18px;
}

.submitButton {
	background-image: url(../images/submit.png);
	width: 68px;
	height: 25px;
	cursor: pointer;
}

input.registertextstandard, #textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: rgb(76,81,84);
}

#aboutus {
	position: absolute;
	height: 385px;
	width: 515px;
	top: 135px;
	left: 0px;
	background-image: url(../images/abouttextbg.png) no-repeat;
}

#aboutustext {
	position: absolute;
	height: 295px;
	width: 475px;
	top: 40px;
	left: 20px;
	color: rgb(76,81,84);
	font-size: 11px;
}


#contactImage {
	position: absolute;
	height: 345px;
	width: 260px;
	left: 515px;
	top: 135px;
	background-image: url(../images/contactImage.png);
}
