/* Cozy Kitty CSS */

body {
	font-family: times, Times New Roman, Serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #8f253c;
	font-size: 10pt;
	line-height: 1.5em;
}

img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#menu {
	margin: 0px;
	padding: 0px;
	height: 43px;
	width: 803px;
	background-image: url('../images/menu-background.gif');
	background-repeat: repeat-x;
}

.menu-button {
	float: left;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	border: 0px;
}

#centered-layout {
	margin: 0px auto;
	padding: 0px;
	width: 1263px;
	background-image: url('../images/left-alley.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}

#main-with-right {
	width: 833px;
	margin-left: 215px;
	padding-right: 215px;
	background: url('../images/right-alley.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #EDBAB9;
	height: 100%;
}

#middle-area {
	width: 803px;
	margin-left: 15px;
	margin-right: 15px;
}

#split-left-right {
	background-color: white;
}

#main-pane-left {
	text-align: left;
	float: left;
	width: 415px;
}

#main-pane-right {
	float: right;
	width: 388px;
}

#copyright {
	clear: both;
	background-color: #EDBAB9;
	color: #89273e;
	text-align: center;
	padding: 5px 0px 15px 0px;
}

#credits {
	background-color: #EDBAB9;
	color: #89273e;
	text-align: right;
	font-size: 10px;
}
