/* Lucy's cat sitting style sheet */

html {
	height: 100%;
	background-color:#F7F6F1;
	background-image:url(images/pawprint.png);
	background-repeat:repeat;
}

body {
	padding:0;
	margin:0;
	background: url('images/shade.png') repeat-y top center;
	font-family:Arial, Helvetica, sans-serif;
}

.container{
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:880px;
	text-align:justify;
	border:1px solid #1D507D;
	background-color:#FFFFFF;
	min-height:700px;
}

.titlebar{
	height:160px;
	border:1px solid #1D507D;
	/*background: url('images/titlebar-fire.png') repeat-x top; */
	background-color:#1D507D;
	color:#FFF;
	padding:10px 0 0 20px;
}

h1{
	font-size:20px;
	margin:0 0 0 50px;
}

.logo{
	position:absolute;
	top:5px;
	margin-left:20px;
}

.content{
	margin:0;
	
	
}

.overview{
	background-color:#FFFFFF;
	color:#333;
	font-size:0.8em;
	padding:20px 30px 10px 20px;
	margin-left:200px;
	/*background:url(images/white_cat.jpg) no-repeat bottom right; */
}

.nlinks{
	position:absolute;
	width:200px;
	z-index:2;
	position:absolute;
	top:180px;
	margin-left:20px;
}

.nlinks ul{
	margin:0;
	padding:0;
}

.nlinks li{
	list-style:none;
	margin-top:30px;
}

.nlinks li a img{
	border:none;
}

.nlinks li a{
	text-decoration:none;
	background-image:url(images/paw_tb.png);
	background-repeat:no-repeat;
	padding:20px 0px 20px 60px;
	color:#155891;
	font-size:18px;
}

.nlinks li a:hover{
	background-image:url(images/paw_green_tb.png);
	color:#267A14;
	font-weight:bold;
}

.fadeshow{
	float:left;
	border:2px solid #1D507D;
	margin-right:10px;
}
