@charset "utf-8";
/* CSS Document */
body					{
						background-color: #ea92cc;
						color: #36506d;
						font-family: Verdana, Geneva, sans-serif;
						font-size: 10pt;
}
#container				{
						width: 900px;
						margin-right: auto;
						margin-left: auto;
						top: 0px;
						border-left: 1px solid white;
						border-right: 1px solid white;
						min-height: 768px;
						}
#header					{
						width: 900px;
						height: 440px;
						background-image: url('kittyheader.png');
}
#side					{
						width: 175px;
						float: left;
						text-align: justify;
						padding: 5px;
}
#side ul				{
						list-style-type: none;
						list-style-position: inside;
						margin-left: 0;
						padding-left: 1em;
}
#content				{
						background-color: #f5cbe8;
						background-image: url('pinkgradiantbg.png');
						background-repeat: repeat-x;
						width: 700px;
						min-height: 400px;
						float: right;
						padding: 3px;
						padding-left: 5px;
						border-left: 1px solid white;
}
#iconmenu ul 			{ 
						list-style-type: square; 
						list-style-position: inside; 
						padding: 0px; 
						margin-left: 0px;
						}
.credit { font-size: 10px; }
a:link		{ color: #063; font-weight: normal; text-decoration: underline;}
a:visited	{ color: #063; font-weight: normal; text-decoration: underline;}
a:hover	{ color: #093; font-weight: normal; text-decoration: underline;}
a:active	{ color: #093; font-weight: normal; text-decoration: underline;}
#side a:link		{ color: #FFF; font-weight: bold; text-decoration: none;}
#side a:visited	{ color: #FFF; font-weight: bold; text-decoration: none;}
#side a:hover	{ color: #CFF; font-weight: bold; text-decoration: none;}
#side a:active	{ color: #CFF; font-weight: bold; text-decoration: none;}
a img			{border: none;}