@charset "utf-8";
BODY {
	margin: 0px;
}
img {
	border: none;
	behavior: url("pngbehavior.htc");
}
#container {
	width: 900px;
	height: 580px;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -290px;
	position: absolute;
}

#header { width: 900px; height: 80px; background-image:url(../img/ptrn_top.gif); background-repeat: repeat-x; float: left; }

#lpad { padding-top: 20px; }

#mainCnt {
	width: 900px;
	height: 400px;
	float: left;
}

#divider { width: 900px; height: 12px; background-image:url(../img/divider.gif); float: left; }
#menu { width: 900px; height: 70px; margin: 10px 0px 0px 0px; float: left; }
#mnu1 {
	width: 90px;
	height: 64px;
	float: left;
}
#mnu2 {
	width: 90px;
	height: 64px;
	visibility: hidden;
	float: left;
}
#mnu3 {
	width: 180px;
	height: 64px;
	visibility: hidden;
	float: left;
}
#mnu_s1 { float: left; visibility: hidden; }
#mnu_s2 { float: left; visibility: hidden; }

P {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color: #2d2d2d;
	text-transform: uppercase;
}

a:link { text-decoration: none; color: #2d2d2d; }
a:visited { text-decoration: none; color: #2d2d2d; }
a:active { text-decoration: none; color: #af4240; }
a:hover { text-decoration: none; color: #af4240; }

.clrd { color: #af4240; }
