@charset "utf-8";
#mainLayout {
	background-color: #e0ffc1;
	width: 960px;
	margin: auto;
	height: 580px;
}
body {
	background-color: #663300;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#top {
	background-image: url(images/logoN.jpg);
	height: 240px;
	background-repeat: no-repeat;
}
#content {
	height: 40px;
	background-color: #e34908;
	background-image: url(images/bgMenuN.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#footter {
	width: 960px;
	height: 300px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-position: center;
	word-spacing: normal;
	letter-spacing: 8px;
	font-weight: normal;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}

