@charset "windows-1251";


/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html { font-size: 76%; }
body {
	background: #000000;
	font-family: cursive, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* 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: 5px 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;
	}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header h1 {
	background: url(../img/logo.gif) no-repeat;
	width: 321px;
	height: 105px;	
	margin: 0;
	float: center;
	}	
/* #header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/
/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/	
#body { padding: 20px; background: #222 url(../img/body_.png) repeat-x; }

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
ul#nav {
	margin: 0 0 6px;
	padding: 0;
	list-style-type: none;
	height: 1%;
	}


ul#nav:after {	
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	}
ul#nav li {
	/* 5 links: 100/5 = 20% */ 	
	width: 160px;
	float: left; 
	margin: 0; 
	font-size: 1.1em;
	padding: 2px 0 0px;
	}	



/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer { 
	padding: 0 20px; 
	background-color: #222; 
	height: 1%; 
	font-size: 0.8em;
	color: #ccc;
	margin-top: -20px;
	}	
#footer:after {
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	}