/* CSS Document */
.bg {
background-image:url(bg.gif);
}
#main {
		margin:0px auto;
		}
	
#header {
	background-color:#f1eee6;
	width:760px;
	height:50px;
	font:24px Georgia, "Times New Roman", Times, serif;
	line-height:50px;
	color:#330000;
	text-align:center;
	text-transform:capitalize;
	margin:0px auto;
}
}
#menu {
	width:760px;
	height:50px;
	background-color:#f1eee6;
	font:12px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #330000;
	border-top:1px solid #330000;
	margin:0px auto;

}
	
	

