/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #c2c3c7 url('img/body.jpg') repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;	
}
a {
	color: #c2c3c7;
	text-decoration: none;
}

/* headings */
h1 {font: normal 2em sans-serif; margin-top: 1em;}
h2 {font: normal 1.8em sans-serif; margin-top: 0.8em;}
h3 {font: bold 1.3em sans-serif; margin-top: 0.6em;}
h4 {font: bold 1.1em sans-serif; margin-top: 0.4em;}

h1,h2,h3,h4 {color: #c2c3c7;}



/* structure */
#main {
	width: 780px;
	margin: 0 auto;
}
#main_left {
	float: left;
	border-top: 0px solid #c2c3c7;
	width: 780px;
}



/* logo */


#header h1 {
	font: normal 2.2em Verdana,sans-serif;
	margin: 0;
	padding: 124px 0 0 24px;
}

/* main navigation */
#navigation ul,#navigation li {margin: 0; padding: 0;}
#navigation li {list-style: none;}
#navigation a {
	border-top: 1px solid #36adf9;
	border-bottom: 1px solid #36adf9;
	display: block;
	font: bold 1em Verdana,sans-serif;
	height: 1.8em;
	padding: 0.6em 0 0 1em;
	text-decoration: none;
}
#navigation a:hover {color: #1b1c20;
background: #c2c3c7;}

}

/* lists */
ul.block {
	background: #1b1c20;
	border-top: 1px solid #c2c3c7;
	margin: 0;
	padding: 0;
}
.block li {
	border-bottom: 1px solid #c2c3c7;
	list-style: none;
}


/* content */ 
#content {
	color: #c2c3c7;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 1em 1em; 
}
#content a {text-decoration: underline;color: #c2c3c7;}
#content a:hover {
	text-decoration: underline;
	color: #36adf9;
}
#content p {margin: 0.4em 0 1em 0;}
#content .descr {
	color: #666;
	margin-bottom: 0.5em;
}
#content ul li {list-style: url('img/li.gif');}
#content ul {margin-left: 1.8em;}

/* footer */
#footer {
	color: #c2c3c7;
	clear: both;
}
#footer .right {color: #555;}
#footer .right a {color: #555;}
#footer .right a:hover {
	color: #777;
	text-decoration: underline;
}
#footer .left a {color: #c2c3c7;}
#footer .left a:hover {
	color: #c2c3c7;
	text-decoration: underline;
}
#footer .left {
	border-top: 1px solid #36adf9;
	padding: 9px 0 9px 9px;
	width: 507px;
}
#footer .right {
	margin-right: 1em;
	padding: 0.8em 0;
	text-align: right;
	width: 220px;
}

}