body {
	width: 100%;
	height: 100%;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.wrap {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_sky.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}

.wrap table input, .wrap table textarea, .wrap table select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	padding: 2px;
	padding-bottom: 3px;
}
.wrap table #BtnSend {
	background-color: #FF0;
	width: 100px;
	border-top: #FC0 1px solid;
	border-left: #FC0 1px solid;
	border-right: #C60 1px solid;
	border-bottom: #C60 1px solid;
	font-weight: bold;
}

.header {
	height: 130px;
	width: 740px;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.content {
	display: table-cell;
	width: 740px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: justify;
}

.footer {
	height: 230px;
	background-image: url(images/hills_1.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: scroll;
	text-align: center;
}

h1, h2, h3, h4, h5 { font-family:"Courier New", Courier, monospace; }