body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
	background-image: url(../img/bgbody.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}
h1 {
	color: #666666;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.5em;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #666666;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #3B4B28;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h6 {
	color: #666666;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


ul {
	margin: 0px;
	list-style-type: square;
	padding-left: 15px;
}

li {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0033CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	font-weight: bold;
}

.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
#container {
	padding: 0px;
	height: auto;
	width: 667px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
#top {
	padding: 0px;
	float: left;
	height: 456px;
	width: 667px;
	position: relative;
	z-index: 2;
	background-image: url(../img/4matto.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 667px;
	position: relative;
	z-index: 5;
}
#footer p {
	color: #999999;
	text-align: center;
	font-size: 10px;
}
