.col1,.col2,.col3,.cols {float:left}
.col1 {
	width:500px
}
.col1-B {
	width:100%
}
.col2 {
	width:320px
}
.cols {width:225px}
/* index.html */
#page1 {background:url(../images/bg_top.gif)}
#page1 .text {
	margin-top:0px;
	height:163px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 180px;
	width: 740px;
	background-image: url(../images/bg_img2.gif);
	background-repeat: no-repeat;
	background-position: center 0;
}
#page1 .text1 span {
	padding-bottom:2px
}
/* index-1.html */
/* index-2.html */
/* index-3.html */
#page4 .cols {width:85px}
/* index-4.html */
/* index-5.html */
/* index-6.html */

#contact_contact-area {
	width: 450px;
	margin-top: 15px;
}

#contact_contact-area input, #contact_contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact_contact-area textarea {
	height: 90px;
}

#contact_contact-area textarea:focus, #contact_contact-area input:focus {
	border: 2px solid #900;
}

#contact_contact-area input.submit-button {
	width: 100px;
	float: right;
}

contact_label {
	float: none;
	text-align: left;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
