@charset "utf-8";
@import url("text.css");
body {
	background-color: #FFFFFF;
	color: #000000;
	margin:0px;
	padding:0px;

}
img {
	border:none;
}
#toplevel {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
	background-image: url(../images/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#banner {
	width:970px;
	height:110px;
}
#menu {
	width:970px;
	height:38px;
	background-image:url(../images/layout/images/menu_bg.gif);
	background-repeat:repeat-x;
}
#content { 
	width:950px;
	padding:10px;
}
#footer {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	height:38px;
	background-image:url(../images/layout/images/menu_bg.gif);
	background-repeat:repeat-x;
}
#footer2 {
	width:149px;
	height:29px;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}