html {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #002433;
}

/* header */



#header {
	background: #233B49 url("../images/page/header-bg.png") top left no-repeat;
	padding: 9px;
	height: 52px;
	min-width:950px;
}

#header div.content a.logo {
	position:relative;
	display:block;
	float:left;
	width:295px;
	height:21px;
	overflow:hidden;
	cursor:pointer;
	margin-top:14px;
	margin-left:16px;
	
}

#header .logo span {
	position:absolute;
	top:0;
	left:0;
	width:295px;
	height:21px;
	background: url("../images/page/logo.png");
	
}


#header .content {
	width: 929px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	
	padding: 9px;
	padding-top: 15px;
	padding-left: 15px;
	background: #002433;
	min-width:950px;
}

/* web content */

#tresor {
	background: #44738e url("../images/page/body-bg-nogrdt.png") center top repeat-y;
	min-width:950px;
}

#tresor .content {
	background: url("../images/page/tresor-bg-nogrdt.png") center top no-repeat;
	padding-top: 16px;
	padding-bottom: 30px;
	min-height:535px;
	_height:535px;
}

#tresor .content .wrapper, #footer .wrapper {
	width: 899px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#tresor .content .wrapper {
	padding-left:0;
	padding-right:0;
}
/* footer */

#footer p {
	float: right;
	clear: right;
	width: 400px;
	text-align: right;
	font-size: 0.8em;
}

#footer p a {
	color: #aec7d4;
}
#footer p a:hover {
	color: #fff;
}

/* 3 column homepage design */

#columnLeftHP {
	float: left;
	width: 337px;
}
#columnCenterHP {
	float: left;
	width: 296px;
}

/* 2 column subpage design */

#columnRight {
	float: right;
	width: 229px;
	margin-top:33px;
}

#columnRight h2 {
	margin-top:28px;
}

#columnRightUvod {
	float: right;
	width: 229px;
	margin-top:0px;
}


#columnLeft {
	float: left;
	width: 635px;
}

.bold {font-weight:bold}