body{
	margin:0 auto 0 auto;
	width: 1060px;
	font-family: Verdana, helvetica;
	font-size: 14px;
	background-image:url(images/body_bkg.jpg);
	background-repeat:repeat;
	}

#page{
	margin:10px auto 0 auto;
	width:960px;
	position:relative;
	}

#header{
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	height: 156px;
	width:954px;
	display: table;
	}

.catch{
	position: absolute;
	top: 60px;
	right: 280px;
	font-family: "Freestyle Script";
	font-size: 220%;
	}

#sidebar{
	float:right;
	padding-top: 30px;
	padding-right:20px;
	}
#main{
	background-image:url(images/bkg.gif);
	background-repeat:repeat-y;
	width:954px;
	display: table;
	}

#copy{
	margin:10px 10px 10px 10px;
	padding: 10px 20px 10px 10px;
	float:left;
	width: 680px;
	}

#footer{
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	height: 213px;
	}


#menu{
	margin:0;
	padding:0;
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
	display:table;
	width:954px;
	height:58px;
	}

#navlist{
	margin-top:20px;
	}

#navlist li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-top:0;
	font-size: 120%;
	}

#navlist a{
	color: #fff;
	text-decoration:none;
	}
