@charset "utf-8";
/* CSS Document */
body {
	background: #7c7c7c;
	font-family: Verdana,Arial;
	font-size: 16px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}
a:link, a:visited {
	color: #00749e;
	text-decoration: none;
}
a:hover, a:active {
	color: #00749e;
	text-decoration: underline;
}
#container {
	margin: 0 auto;
	width: 1000px;
	padding: 10px;
	border: 1px solid #606060;
	min-height: 450px;
	background: #919191 url('kitty_bck.png') top left no-repeat;
}
#topmenu {
	float: right;
	text-align: right;
}
#twitter {
	float: right;
	margin-top: 30px;
}
.inline {
	display: inline;
}
.shadow {
	-moz-box-shadow: 3px 3px 3px #000000;
	-webkit-box-shadow: 3px 3px 3px #000000;
	box-shadow: 3px 3px 3px #000000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}
