
#all {
	
	

}

#page {
	float: left;
	width: 100%;
	background: url(img/bg-all.jpg) repeat-x top left;
	min-width: 1030px;
	}



#header {
	float: left;
	width: 100%;
	background: url(img/bg-header.jpg) no-repeat top left;
	height: 300px;
	border-bottom: 10px solid #9DA4DB;
	position: relative;
	font-family: trebuchet, sans-serif;
	
}

#logo {
	position: absolute;
	display: block;
	widtH: 230px;
	height: 230px;
	left: 25px;
	top: 45px;
	
}
#header .minimenu {
	position: absolute;
	top: 0;
	right: 20px;
	padding: 4px 10px 6px 10px;
	background: #283595;
	}

#header .minimenu a {
	color: #BBD1E9;
	text-transform: lowercase; 
	padding: 10px;
	}

#header .minimenu a:hover {
	color: #7E8ADC;
	}

#header .menu {
	position: absolute;
	bottom: 10px;
	left: 420px;
	}

#header .menu a{
	color: #3d386e;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 20px;
	
	}
	
#header .menu a:hover {
	color: black;
	}	
/*-----------------------------*/

#main {
	float: left;
	width: 100%;
	text-align: justify;
	font-family: tahoma, sans-serif;
	background: url(img/bg-middle.jpg) repeat-y 300px top;
	padding-bottom: 20px;
}

#main * {
		line-height: 130%;
	}
.sidebar {
	float: left;
	width: 260px;
	padding: 10px 20px;
	position: relative;	
}

.middle {

	float: left;
	width: 100%;
	margin: 0 -300px;
	}

.wrapper {
	padding: 0 320px;
	}
	
.right {

}

.content {

	}


/*----------------------------------------*/

#footer {
	float: left;
	width: 100%;
	background: #3A49A6;
	position: relative;
}

#footer .menu {
	margin: 0 300px;
	background: #900210;
	text-align: center;
	padding: 15px 0;
	}
	
#footer .menu a {
	color: #F7FAE7;
	text-transform: uppercase;
	font-weight: bold;
	font-family: trebuchet MS;
	padding: 0 10px;
	}	

#footer .menu a:hover {
	color: #F8D6CA;
	}

#footer .ds {
	position: absolute;
	right: 60px;
	top: 16px;
	color: #DDE0F1;
	}

#footer .ds a {
	color: #DDE0F1;
	}
/*---------*/

