@charset "windows-1251";  

/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html { font-size: 76%; }
body {background: #462e18 url(body_bg.jpg) repeat-x top left; font-family: cursive, Verdana, Arial, Helvetica, sans-serif; font-size: 1.1em; line-height: 1.5em; color: #a58e61; text-align: center; margin: 0; padding: 0;}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {background: url(header_bg.jpg) no-repeat center; height: 160px}	
/* #header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/ 
 
 
/* ---------------------------------------------------------------- **
** Navigation
** ---------------------------------------------------------------- */

#nav {width: 500; height: 50px; position: absolute; text-align: center; vertical-align: bottom}
#nav ul{margin: 0; padding: 0; list-style: none; float: left; overflow: hidden;}
#nav li{list-style: none; float: left}
#nav a	{display: block; width: 100%; }



#navhome {width: 200px;}
#navabout {width: 140px;}
#navart	{width: 145px;}
#navwe	{width: 170px;}
#navforum {width: 100px;} 

/* ---------------------------------------------------------------- **
** Left image in the background
** ---------------------------------------------------------------- */
#leftcats {background: url(cats_bg.jpg) left top no-repeat; width:200px; height: 700px; left: -200px; position: relative;}

/* headers */
h2, h3, h4, h5, h6 { 
	color: gray; 
	margin: 0; 
	font-weight: normal;
	font-family: cursive, Arial, Helvetica, sans-serif;
	}
h2 { font-size: 1.8em; margin: 25px 0 15px; padding-bottom: 15px; border-bottom: 1px solid #ccc; }

/* text */
p { margin: 10px 0; }
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 15px 0; 
	border: 1px dashed #ddd; 
	padding: 15px; 
	display: block; 
	background: #fff url(../img/grey_grad_.jpg) repeat-x 0 -130px; 
	color: #666; 
	}
blockquote { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; border: 1px solid #ddd; 
	padding: 0 15px 0 15px;
	background-color: #eee;
	min-height: 60px; 
	}
* html blockquote { height: 60px; }	

/* links */
a { text-decoration: underline; color: gray; outline: none; }
a:hover { text-decoration: none; color: black }

/* images */

/* lists */


/* forms */


/* horizontal rule */
hr { border: 0; height: 1px; color: #bbbbbb; }

/* classes */
.left { float: left; }
.right {float: right; }
.hide { display: none; }

/* list of links */
ul.links { list-style-type: none; margin-left: 0; }
ul.links li { margin: 5px 0; }

/* list of images */
ul.images { margin-left: -15px; margin-bottom: 0; padding: 15px 0 0; list-style-type: none; height: 1%; width: 104%; }
* html ul.images { width: 100%; }
ul.images:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; }
ul.images li { float: left; margin: 0; padding: 0 0 15px 15px; }
ul.images li img { vertical-align: middle; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 840px;
	}


/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/	
#body {padding: 20px; background: #250200; border: thin solid #BBAF75; position: static}






/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {background: url(content_bg.jpg) top left;}
#content div { padding: 1px 20px 15px; min-height: 195px; }
* html #content div { height: 195px; }
#content div:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
#content div div { padding: 0; min-height: 0; }
* html #content div div { height: 1%; }

#content #sub { padding: 0 0 0 20px; }
#content #main { padding: 0 20px 0 0; }

#content #main { width: 466px; float: left; } 
#content #sub { width: 164px; float: right; }

#home #content #sub { 
	padding: 0 10px 0 0; 
	width: 280px; 
	float: left; 
	 
	}
#home #content #main { 
	padding: 0 0 0 0; 
	float: right; 
	width: 450px; 
	background-image: none; 
	}
#content #sub h2 { font-size: 1.6em; padding-bottom: 10px; margin-bottom: 10px; }	


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer { 
	padding: 0 20px; 
	background-color: #250200; 
	height: 1%; 
	font-size: 0.8em;
	color: #ccc;
	border-left: thin solid #BBAF75;
	border-right: thin solid #BBAF75;
	border-bottom: thin solid #BBAF75;
	border-top: 0px;}	
#footer:after {
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	}