/* CSS Document */body {	font:"Georgia", sans-serif;	font-size: 14px;	color:#FBC896;	padding:0;	background-color: black;}a:link {color: #16A00B;}a:visited {color: #ff0000;}a:active {color: #F3A700;}a:hover {color: #ffffff;}a {text-decoration:underline;}h1 {	font: 2.0em Georgia, sans-serif;	color: #FBC896;	font-size: 17px;	font-weight: bold;}#wrap {	width: 750px;	background: url(images/body_bg.jpg) repeat-y;	margin: 10 auto 10 auto;		}#header {	height: 339px;	background-image: url(images/header.jpg);	background-repeat: no-repeat;}#main {	margin-top: -175px;	margin-left: 50px;	margin-right: 50px;	text-align: left;}#footer {	background-image: url(images/footer.jpg);	background-repeat: no-repeat;	height: 107px;	margin-top: -25px;}
