/*==================================
Jan004 a.k.a. Hey Kitty
by Payal Dhar (http://writeside.net)
Feel free to use, but please retain credit
===================================*/

*{
	padding:0;
	margin:0;
	outline:0;
}

body{
	background:url(images/background.jpg);
	font:1em 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#wrapper{
	width:979px;
	margin:20px auto 20px auto;
	background:#7a9139;
	border:1px solid #666b3e;
}

#header{
	background:url(images/kitty.jpg) center no-repeat;
	height:162px;
}

/*Wolfram Fiedler's CSS Drop Shadow headline
http://webdesignguide.wfiedler-online.de*/
h1.container { 
	font-size: 2.5em;
	position: relative; 
	left: 500px; 
	top: 22px; 
	color: #000;
	width:400px
}

.text { 
	position: absolute; 
	left: -2px; 
	top: -2px; 
	color: #f18c20;
}
/* End of Wolfram's code. */


.main_nav{
	margin-top:73px;
	margin-left:15px;
	height:34px;
}

.main_nav ul li{
	float:left;
	list-style:none;
	width:121px;
	height:34px;
	background:url(images/tab.jpg) top left no-repeat;
	text-align:center;
	line-height:34px;
	border-bottom:1px solid #7a9139;
	margin-right:3px;
}

.main_nav a{
	color:#7a9139;
	text-decoration:none;
	font-variant:small-caps;
}

.main_nav a:hover, a:active{
	text-decoration:underline;
}

.main_nav ul li.current{
	border-bottom:3px solid #000;
}


#content{
	margin:11px;
}

#nav_left{
	width:205px;
	float:left;
}

#nav_left .top{
	height:10px;
	background:url(images/nav-top.jpg) center no-repeat;
}

#nav_left .mid{
	background:url(images/nav-bg.jpg) repeat-y;
}

#nav_left .bot{
	background:url(images/nav-bottom.jpg) center no-repeat;
	height:10px;
}

#nav_left ul li{
	list-style:none;
	padding:3px 10px 10px 10px;
}

#nav_left a{
	color:#666b3e;
	font-size:1em;
	display:block;
	width:178px;
	text-decoration:none;
	border-bottom:1px solid #f18613;
}

#nav_left a:hover, a:active{
	border-bottom:1px solid #f1b370;
}

#nav_left p{
	font-size:0.8em;
	padding:10px;
}

#text{
	width:530px;
	float:left;
	margin:0 auto 10px auto;
	border-right:2px solid #000;
}

#text p{
	padding:0px 9px 9px 9px;
	font-size:1em;
}

#right_side{
	width:210px;
	float:right;
}

#right_side p{
	font-size:0.8em;
	padding:5px 10px;
}

#footer{
	background:url(images/kitty-footer.jpg) top center no-repeat;
	height:105px;
	clear:both;
}

#footer p{
	font-size:0.8em;
	padding-left:85px;
	position:relative;
	top:70px;
}

/*Other styles */

#text a, #footer a{
	text-decoration:none;
	color:#666b3e;
	border-bottom:1px solid #666b3e;
}

#text a:hover, a:active, #footer a:hover, a:active{
	color:#000;
	border-bottom:0;
	text-decoration:none;
}

h2{
	font-size:1.2em;
	padding:0 3px 3px 9px;
	font-variant:small-caps;
}

h3{
	font-size:1.1em;
	padding:0 3px 3px 9px;
}

img{
	border:1px solid #666b3e;
	padding:3px;
}

.right{
	float:right;
	margin-left:3px;
}

.left{
	float:left;
	margin-right:3px;
}

input, textarea{
	border:1px solid #666b3e;
	padding:3px;
	background:transparent;
}	
