/* layout.css */

html,
body {
	color:#333;
	font-size:100%;
	line-height:130%;
	font-family:Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
	text-align:left;
	background-color: #E3DDE4;
	background-image: url(../gfx/background.gif);
	background-repeat: repeat-x;
}
#menucontent {
	height: 90px;
	width: 100%;
}
#pictLeft {
	height: 610px;
	width: 283px;
}
#main {
	position:absolute;
	width:450px;
	height:480px;
	z-index:2;
	left: 288px;
	top: 90px;
	font-size:70%;
	line-height:130%;
	padding-left: 30px;
	padding-top: 20px;
}
#dots {
	position:absolute;
	width:453px;
	height:10px;
	z-index:3;
	left: 305px;
	top: 626px;
}

#contact {
	position:absolute;
	width:225px;
	height:100px;
	z-index:4;
	left: 385px;
	top: 55px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	border: 1px solid #999999;
}
#mainform {
	border: 0px none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainform h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-top: -5px;
}
#name_p {
	position: absolute;
	left: 30px;
	top: 80px;
	padding-top: 5px;
}
#fname {
	position: absolute;
	left: 150px;
	top: 84px;
}

#lname {
	position: absolute;
	left: 150px;
	top: 109px;
}
#lname_p {
	position: absolute;
	left: 30px;
	top: 175px;
	padding-top: 5px;
}
#email_p {
	position: absolute;
	left: 30px;
	top: 105px;
	padding-top: 5px;
}
#textArea {
	left: 150px;
	top: 140px;
	position: absolute;
	width: 277px;
	height: 85px;
}
#email1 {
	position: absolute;
	left: 150px;
	top: 205px;
}
#submit_p, #submit {
	position: absolute;
	left: 196px;
	top: 264px;
	width: 239px;
	text-align: right;
}
#textArea1 {
	position: absolute;
	left: 30px;
	top: 140px;
	width: 81px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
#links {
	position:absolute;
	width:225px;
	height:100px;
	z-index:4;
	left: 385px;
	top: 180px;
}
#quote {
	position:absolute;
	width:225px;
	height:100px;
	z-index:4;
	left: 385px;
	top: 310px;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
.pict {
	padding-left: 70px;
}
#dots {
	position: absolute;
	left: 30px;
	top: 319px;
	padding-top: 5px;
}
#thanx {
	position:absolute;
	width:228px;
	height:45px;
	z-index:1;
	left: 123px;
	top: 123px;
}
#logos {
	position:absolute;
	width:206px;
	height:188px;
	z-index:4;
	left: 787px;
	top: 491px;
}
