body {
	background-image: url(grafica/xborder.jpg);
	background-position-x: repeat;
	margin: 0px;
	color:#333;
}
p {
	margin-left:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	font-stretch:normal;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
	color:#333;
}
#header {
	height: 696px;
}
#nav {
	background-color:#9f977f;
	height:80px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	background-color: #9f977f;
}
#wrap {
	height: auto;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}
.box {
	height:60px;
	margin-left:200px;
	float:left;
}
