@charset "utf-8";
/* CSS Document */


#container0{
	margin:40px auto 40px auto;
	width:1000px;
	border:0px solid red;
}


#container1{
	border:0px solid yellow;
	width:1000px;
	text-align:center;
	background:url(../images/pagesTheme/backgroundBuilding.jpg) no-repeat;
}

#container2{
	margin:0 auto 0 auto;
	width:800px;
	text-align:left;
	/*background:url(../images/pagesTheme/bg_transparent.png) repeat;*/
}

#container3_mid{
	border:0px solid red;
}

#navigation{
	float:left;
	width:170px;
	background-color:#000000;
}

#content_text{
	float:left;
	width:580px;
	margin:0 0 0 50px;
	border:0px solid orange;
}


.img_theme img{
	border:4px solid #000;
}


.content_text_img{
	float:right;
	width:250px;
}

.copyright{
	color:#ddd;
	text-align:right;
	font-size:8px;
	padding:5px 100px 5px 0;
}




.logo a:link, .logo a:visited, .logo a:active{
	display:block;
	width:210px;
	height:210px;
}
.logo a:hover, .logo a:focus{
	display:block;
	width:210px;
	height:210px;
}



