@charset "utf-8";
/* CSS Document */
body {
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	background:url(../images/background.jpg) repeat-x #044f28;
}
#wrap {
	margin:20px auto 0px;
	width:760px;
	background:url(../images/wrap-background.jpg) repeat-y;
}
#header {
	background:url(../images/header.jpg) no-repeat;
	height:200px;
	margin:0 0 20px 0;
}
#main {
	margin:auto;
	width:740px;
}
.box {
	background:url(../images/box-background.png) no-repeat;
	width:230px;
	height:348px;
	float:left;
	margin-left:12px;
}
.box p, h1 {
	margin:5px 12px;
}
#content {
	margin:20px 0 20px 0;
	text-align:center;
}
#form {
	text-align:center;
	margin:auto;
	margin-bottom:20px;
	width:717px;
	height:243px;
	background: url(../images/form-background.jpg) no-repeat;
}
#footer {
	text-align:center;
	padding:0 0 20px 0;
}
#end {
	color:#FFFFFF;
	width:760px;
	margin:auto;
	text-align:center;
	padding:0 0 20px 0;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#385782;
	font-size:17px;
	font-weight:normal;
	padding:0 0 10px 0;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#385782;
	font-size:20px;
	font-weight:normal;
	padding:0 0 10px 0;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#385782;
	font-size:27px;
	font-weight:normal;
	padding:0 0 10px 0;
}
input, textarea {
	background:url(../images/inputBg.gif);
	border:#999999 1px solid;
	padding:2px;
}

