body {
	margin: 0; 
	padding: 0; 
	font: normal 10px/13px Trebuchet MS, Verdana, Arial, sans-serif;
	color: #333;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #015aa9;
}

.header { 
	width: 660px;
	height: 297px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(images/header.jpg) no-repeat;
	overflow: hidden;
}

.nav {
	height: 30px;
	width: 660px;
	margin: 0 auto;
	paddin: 0;
	background: url(images/nav.jpg) no-repeat;
	overflow: hidden;
}

.content { 
	width: 660px;
	margin: 0 auto;
	background: url(images/content.jpg) repeat-y;
	overflow: hidden;
}

.content img {
	margin: 10px 0 10px 0;
}

.text1 {
	color: #000000;
	line-height: 1.2em;
	font-size: 2.2em;
	margin: 10px 40px 20px 40px;
}

.text2 {
	color: #363636;
	line-height: 1.2em;
	font-size: 1.3em;
	text-align: left;
	margin: 10px;
}

.text3 {
	color: #333333;
	font-size: 1.8em;
	padding: 10px;
	border: solid 1px #999999;
	margin: 20px 150px 20px 150px;
}

.footer { 
	width: 660px;
	height: 90px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(images/footer.jpg) no-repeat;
	overflow: hidden;
}

.compNo {
	margin: 10px 40px 10px 40px;
	color: #cccccc;
	font-size: 1em;
}

/* form style */
form {
	margin: 0;
	padding: 0;
}

#page-wrap {
	width: 600px;
	padding: 20px 60px 0 60px;
	margin: 0 auto;
	/* min-height: 500px;
	height: auto !important;
	height: 500px; */
}

#contact-area {
	width: 510px;
	margin: 0 0 10px 0;
	padding: 15px;
	border: solid 1px #999999;
	background-color: #eaeaea;
}

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

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

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 1.3em;
	width: 100px;
	float: right;
	margin: 0 0 0 10px;
	padding: 5px;
	color: #015aa9;
}

label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}