/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #CECECE url(../img/img1.gif);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: url(../img/img2.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 700px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 1000px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(../img/img3.gif);
	font-size: 1.3em;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(../img/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/img5.gif);
	font-size: 1.2em;
}

#colOne {
	float: left;
	width: 210px;
	padding: 20px 10px 0 10px;

}


#colOne ul {
    margin-left: 0;
	padding-left: 15px;
	list-style: none;

}
#colOne ul li {
list-style-type: none;   
padding-left: 0px;
background: none;
border:none;

}


#colTwo {
	float: left;
	width: 610px;
	padding: 20px 10px 0 10px;
}

#colThree {
	float: left;
	width: 120px;
	padding: 10px;
}

/* Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	position:relative;
	background: url(../img/img6.gif) repeat-x;
	font-size: 1em;
}

#footer * {
	color: #000000;
}


#colTwo .table {
margin-top:15px;
margin-bottom:20px;
width:100%;
}
#colTwo .table td {
padding:4px;
border:solid 1px #333333;
border-collapse:collapse;
}
#colTwo .table th {
padding:4px;
border:solid 1px #333333;
border-collapse:collapse;
color:#FFFFFF;
height:41px;
background: url(../img/img3.gif) repeat-x;
}
#copyright { position: absolute; right:0px; top:5px; width:100px;height:45px;background:#fff url(http://www.webrune.ru/webrune.png) no-repeat center bottom; font-size:11px; color:#FF0000; text-align:center; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5;}
#copyright a { color:#FF0000; text-decoration:none;height:45px;display:block; }
#copyright a span {font-size:11px;color: #333 !important;text-decoration:none;}
