@charset "utf-8";
/* CSS Document */

body {
	background-image: url('../images/body-background.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #ffffff ! Important;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 18px;
	text-align: left;
}
#bodeywrapper{
/*	background-image: url('../images/body-background.jpg');
	background-position: left top;
	background-repeat: no-repeat; */
	padding: 0px;
	margin: 0px auto;
	width:1095px;
}

ul li {
	float:left;
	font-size: 24px;
	list-style: none;
	margin-right: 20px;
	text-decoration: none; 
	border-bottom: none; 
	font-style: italic;
}
