body {
	margin:0;
	padding:0;
	background:#fff;
	text-align: center;
}

#wrap {
	width:760px;
	padding: 0 10px;
	margin:0 auto;
	background:#ffffff url("images/bg.gif") repeat-y top center;
}

#navia {
	padding-left: 20px;
	padding-top: 20px;
	text-align: left;
}

.navi {
	color: white;
	font-family: Helvetica;
	text-decoration: none;
	padding: 0px;
}

#tree {
	color: white;
	font-family: Helvetica;
	text-decoration: none;
	padding-left: 25px;
	font-size: 14px;
}

#start {
	padding:10px 20px;
	text-align: center;
}

#content {
	font-family: Helvetica;
	padding:10px 30px 30px 30px;
	font-size: 12px;
}

#list {
	list-style-type: square;
}

table.images {
	width: 90%;
}

table.images td {
	text-align: center;
	padding: 10px 10px 10px 10px;
}

table.contact {
	width: 200px;
	font-family: Helvetica;
	font-size: 12px;
}

table.contact td {
	width: 100px;
	text-align: left;
	vertical-align: top;
}

table.contact input {
	border: solid black 1px;
}

table.contact textarea {
	border: solid black 1px;
}

#footer {
	background:#ccc;
	font-family: Helvetica;
	font-size:10px;
	/*padding:10px 20px;*/
	padding:10px;
	text-align:center;
}

#foot {
	width:780px;
	height:7px;
	margin:0 auto;
	background:#fff url("images/foot.gif") no-repeat;
}

input.contact {
	border:1px;
	border-style:solid;
	border-color:#666;
	width:270px;
}

textarea.contact {
	border:1px;
	border-style:solid;
	border-color:#666;
	width:270px;
}

input.button {
	color: black;
	background-color:#ccc;
	width:80px;
	border:1px solid #666;
}