body {
	margin: 0px;
	padding : 80px 0px 50px 0px;
	background-color: #E2D4B9;
}
ul,ol,li,form,td,p {
	margin: 0px;
	padding: 0px;
}
ul {
	padding-left: 20px;
}
ol {
	padding-left: 0px;
}
a,a:visited,a:active{
	text-decoration: none;
	color: #6F4514;
}
a:hover {
	text-decoration: underline;
	color: #6F4514;
}

#wrap {
	margin: 0px;
	width: 1000px;
}
#top {
	width: 1000px;
	height: 20px;
}
#content {
	width: 1000px;
	height: 366px;
	vertical-align: top;
}
#nav{
	background-color: #EEEBDC;
	width: 280px;
	vertical-align: bottom;
	text-align: center;
}
#bottom {
	width: 1000px;
	height: 21px;
}
