body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #b1c99e;
	background-image: url('../images/template/htmlbg.jpg');
	background-repeat: repeat-x;
	font-size: 13px;
}

#wrap {
	width: 1031px;
	margin: 0 auto;
}

#header {
	background: #fdd;
	height: 128px;
}

#content {
	width: 895px;
	margin: 0 auto 0 85px;
	background: #fff;
	background-image: url('../images/template/menucontentbg.png');
	background-repeat: repeat-y;
}

#footer {
	background: #5f7f45;
	color: #fff;
	text-align: center;
	padding: 4px;
	text-transform: uppercase;
	font-size: 18px;
}

#menu {
	float: left;
	width: 152px;
}

#main {
	float: left;
	background: #fff;
	background-image: url('../images/template/contentbg.jpg');
	background-repeat: repeat-y;
	padding: 25px;
	width: 685px;
}

.main_item { float: left; }

.main_item p { margin: 0; padding: 0; line-height: 16px; }

.main_w1 { width: 206px; margin-right:37px; }
.main_w2 { width: 411px; margin-right: 52px; }
.main_w3 { width: 685px; margin-right: 2px; }

.input { border: 1px solid #88aa6d; height: 20px; width: 175px; }
.inputta { border: 1px solid #88aa6d; }

table.attachment {
	background-color:#e2ecd9;
	width:50%;
}

div#attachmentbox h3 {
	margin-bottom:0;
}