@charset "windows-1251";
/* CSS Document */
* {
	padding:0;
	margin:0;
	border:0;
}

body {
	  padding: 2% 0;
	  background: #fff;
	  background-image:url(../images/bg1.jpg);
	  color: #333;
	  font-family:Arial, Helvetica, sans-serif;
}

#container {
		    border:dotted 1px #000;
			width:989px;
            height:1350px;			
			margin:0 auto;
			padding:0;
			background-color:#FFF;
}

#header {
		 height:259px;
		 width: 989px;
		 background-image:url(../images/header.jpg);
		 color:#000;		
}

#content {
		  height:980px;
		  width: 660px;
		  color:#000;
		  float:left;
		  padding:20px 20px;
}

#content h1 {
			 text-align:center;
			 font-family:Arial, Helvetica, sans-serif;
			 font-size:3em;
			 color:#F60;
			 font-weight:bolder;
			 margin:5px 0;
			 text-transform:uppercase;
}

#content h2 {
			 text-align:left;
			 font-family:Arial, Helvetica, sans-serif;
			 font-size:.9em;
			 color:#36F;
			 font-weight:bolder;
			 margin:5px 0;
			 text-transform:uppercase;
}

#content p {
			font-family:Arial, Helvetica, sans-serif;
			font-size:1em;
			text-indent:30px;
			text-align:justify;
			margin:10px 0;
}

#side {
		  border-left:dotted 1px #000;
		  height:1000px;
		  width:225px;
		  color:#000;
		  padding:10px 10px;
		  float:right;
		  background-color:#EEE;
}

#side-header {
		  border-bottom:dotted 1px #000;
		  height:22px;
		  width:220px;
		  color:#000;
		  padding:3px 5px;
		  text-align:center;
		  background-color:#F90;
  		  text-transform:uppercase;
		  font-weight:bold;
}

#side-block {
		  border-bottom:dotted 1px #000;
		  width:220px;
		  color:#000;
		  padding:3px 5px;
}

#side-block p {
					font-size:.8em;
}

#side h6 {
		  text-align:center;
		  font-size:1.4em;
}

#footer {
		    border-top:dotted 1px #000;
			width:969px;
            height:50px;			
			padding:10px 10px;
			background-color:#FFF;
}

#img-left {
	       float:left;
		   border:dotted 1px #000;
		   background-color:#CCC;
		   padding:5px;
		   margin-right:20px;
		   margin-bottom:20px;
}

#img-right {
	       float:right;
		   border:dotted 1px #000;
		   background-color:#CCC;
		   padding:5px;
		   margin-left:20px;
		   margin-bottom:20px;
}

.clearfloat {
			 clear : both;
} 	

p .cnt { text-align:center; } 
p .jst { text-align:justify; }
