body,img,div,table,h1,h2,h3,td,tr,form,ul,li,ol,blockquote {
	border:0pt none;
	margin:0pt;
	padding:0pt;
}

body
{
	font-family: Verdana,Arial,Sans-serif;
	font-size: 11px;
	color:#666666;
	text-align: center;
}

table{
	font-size:12px;
}

#wrap {
	margin:0pt auto;
	position:relative;
	text-align:left;
	background:transparent url(images/d3b_fon.jpg) repeat-x;
}
/* HEADER */
#header{
	height:193px;
	background:transparent url(images/d3b.jpg) no-repeat;
}

#header-content{
	position:absolute;
	top:15px;
	left:210px;
	width:760px;
}

#header-content-top{
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin-bottom:5px;
}

#header #description{
	float:left;
}

#header .short{
	width:630px;
}

#header #logo{
	float:left;
	margin-right:5px;
}

#main{
	clear:both;
	overflow:auto;
}

#main-left{
	float:left;
	clear:left;
	width:193px;
	margin-right:8px;
	padding-left:7px;
	background:transparent url(images/d3y.jpg) no-repeat;
}

#main-center{
	float:left;
	clear:right;
}

#footer{
	margin-top:5px;
	border-top:1px solid #eee;
	height:100px;
	padding:5px;
	clear:both;
}

#contact{
	margin-top:5px;
	padding:7px;
	font-size:12px;
	border:1px solid #EEE;
}

/* STANDART CSS */
#exception {
	margin-top:30px;
	width:500px;
 	padding: 20px;
	border: 1px solid #003399;
	font-family: Verdana, Arial, Helvetica;
	font-size:14px;
}

#exception #msg{
	margin-top:20px;
}

#exception #debug{
	margin-top:20px;
	font-weight:bold;
	color:red;
}

#exception #links{
	margin-top:20px;
	font-weight:bold;
	color:#003399;
}

/* FORM */
input.textfield{
	border:1px solid #CCC;
	padding:2px;
	color:#666666;
}

#remember{
	margin:0px;
	padding:0px;
	height:15px;
}

select.combobox{
	border:1px solid #CCC;
	padding:1px;
	color:#666666;
}

select.combobox option{
	padding-right:2px;
	padding-left:2px;
}

input.button{
	border:1px solid #CCC;
	background-color:#eee;
	padding:4px;
}

a.linkbutton{
	margin-top: 4px;
	margin-right: 2px;
	padding:4px;
	padding-right:8px;
	background:#E0E9FE url(images/buttonback.jpg) repeat-x scroll right top;
	border:1px solid #53A9FF;
	color:#003366;
	font: bolder 12px "Trebuchet MS", Sans-serif;
	cursor:pointer;
	display:block;
	line-height:18px;
}

/* SIDEBAR START */
#sidebar {
}

#sidebar ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#sidebar li {
	
	list-style: none;
	border-bottom: 1px solid #EFF0F1;
	background: url(images/arrow.gif) no-repeat 3px 6px;
	padding: 2px 5px 2px 16px;
	text-decoration: none;
	text-indent:0px;
	margin:0px;
}

/* LINKS START */
a:link, a:visited, a:active
{
	/*background-color: #fff;*/
	font-family: Tahoma, Verdana, Sans-serif;
	text-decoration: none;
	color: #003366;
	font-size: 12px;
}
a:hover
{
	font-size: 12px;
	text-decoration: none;
	color: #F25819;
}

h2{
	font-family: Tahoma, Verdana, Sans-serif;
	display:block;
	font-size: 16px;
	color:#990000;
	margin-top: 5px;
	padding-left:4px;
	height:22px;
	text-align:left;
}

/* Pager */
.Pager{
	margin-top:25px;
	text-align:center;
}

.Pager #Current{
	border:1px solid #6B84C3;
	background-color: #6B84C3;
	text-decoration:none;
	color:#FFFFFF;
	padding:4px;
	line-height:24px;
}

.Pager a{
	border:1px solid #6B84C3;
	background-color: #FFFFFF;
	text-decoration:none;
	color:#6B84C3;
	padding:4px;
	line-height:24px;
}

.Pager a:hover{
	border-color:#6B84C3;
	background-color: #EEE;
	color:#6B84C3;
}

.keyword{
	background-color:yellow;
	border-bottom:1px dashed #000066;
}