@IMPORT url("article.css");
@IMPORT url("article-forms.css");
@IMPORT url("gallery.css");
@IMPORT url("qform.css");
@IMPORT url("search.css");
@IMPORT url("boxes.css");
@IMPORT url("scroller.css");

* {
	padding: 0;
	margin: 0
}

body {
	background: url("images/bg.gif") repeat-x #c9c9c9;
	color: #222222;
	font: 11px Arial, Verdana, Tahoma;
}

object {
	outline: none;
}

img {
  border:none;
}

p {
  margin: 15px 0;
}

#container {
	width: 1100px;
	margin: 30px auto 0px auto;
	
	overflow: hidden;
}

#logo {
	float: left;
	
	background: url("images/logo.gif") left center no-repeat;
	height: 70px;
	width: 300px;
}

#topmenu {
	float: left;
	
	width: 800px;
}

#menu {
	padding-top: 20px;
	height: 30px;
	text-align: center;
}

#topmenu .separator {
	margin-left: 70px;
	width: 700px;
}

.separator {
	background: url("images/hseparator.gif");
	height: 2px;
	width: 90%;
	
	margin: 0 auto;
	
	overflow: hidden;
}

#contentt {
	clear: both;
	
	padding-bottom: 1em;
	overflow: hidden;
}

#left {
	float: left;
	
	width: 720px;
}

#right {
	float: right;
	
	width: 350px;
}

a.more {
	display: block;
	text-align: right;
	color: #00adef;
	
	font-weight: bold;
	text-decoration: none;
}

a.more:hover {
	text-decoration: underline;
}

.iboxes #iboxes-cols {
	background: url("images/ibox-bg.gif");
	
	height: 200px;
	
	margin: 15px auto;
}

.iboxes .ibox {
	float: left;
	
	width: 150px;
	
	margin: 0 15px;	
}

.iboxes .ibox .ibox-title {
	margin: 0 0 15px 0;
}

.line-separator {
	display: block;

	background: url("images/hseparator2.gif");
	height: 2px;
	
	overflow: hidden;
}

.line-separator-footer {
	display: block;

	background: url("images/hseparator3.gif");
	height: 2px;
	
	overflow: hidden;
}

.cooper-title {
	margin: 18px 10px 2px 0;
	text-align: right;
}

#navi {
	text-align: left;
	margin: 5px;
	
	list-style: none;
}

#navi a {
	color: #00adef;
	text-decoration: none;
}

#navi a:hover {
	color: #d81b4c;
	text-decoration: none;
}

div.dymek {
	font: normal 11px Verdana;
	color: #4a494a;
}

div.dymek a {
	color: #00aeef;
	text-decoration:none;
}

div.dymek a:hover {
	color: #0d759c;
	text-decoration:underline;
}

#footer {
	clear: both;
}

#links {
	float: left;
	
	color: #707070;

	margin: 1em 0 40px 15px;
}

#links a {
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
}

#links a:HOVER {
	text-decoration: underline;
	color:#d81b4c;
}

#author {
	float: right;
	
	text-align: right;
	color: #707070;

	margin: 1em 15px 40px 0;
}

#author a {
	color: #ffffff;
	text-decoration: none;
}
