@charset "utf-8";
/* CSS Document */

body {
	background-color: #999998;
	background-image: url(images/bck.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#env {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/env.png);
	background-repeat: repeat-y;
}
#others {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	color: #666;
}
#others a {
	color: #666;
	text-decoration: none;
}
#others a:hover {
	color: #000;
}



#grad {
	background-image: url(images/grad_env.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
#header {
	background-repeat: no-repeat;
	background-image: url(images/alesco_top.png);
	height: 120px;
}
#footer {
	background-repeat: no-repeat;
	background-image: url(images/footer.png);
	height: 133px;
}
#header h1 {
	display: none;
}
#main a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#main {
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menuitem {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
#header strong {
	display: none;
}
