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

body {
	background-color: #c5c5c5;
	background-image: url(images/sittibg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
}

#content {
	background-image: url(images/tablebg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width: 100%;
}

td.press {
	padding-top: 10px;
	padding-bottom: 15px;
}

h1 {
	font-weight: normal;
	color: #f4667a;
	font-size: 22px;
	font-style: italic;
	text-shadow: #fff 1px 1px 1px;

}

p {
	font-weight: normal;
	font-size: 14px;
	text-shadow: #999 1px 1px 1px;

}

td.facebook {
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #D5D5D5;
}
