body {
            background-image: url(bg.png);
			
}

p , h3, li{
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode";
}

a {
	text-decoration: none;
}

/* Главная страница*/
 
#container {
            background: #FFFFFF;
            margin: 50px auto;
            width: 1000px;
            height: 673px;
}
 
#header {
			background: url(uintei2.jpg);
			width: 1000px;
			height: 191px;
}
 
#subheader{
	background-color: blue;
    width: 1000px;
	height: 50px;
    text-align: right; 
	font-size: 36px;
	color: #ffffff;	
	padding: 5px 0px 0px 0px;

}

#subheader p {
		margin: 0px 10px 0px 0px;
} 
 
#menu {
	background: gray;
	border-left: 1px solid blue;
	float: left;
	width: 211px;
	height: 400px;
	font-size: 18px;
}

#menu, a:link{
	color: #ffffff;
}

#menu, a:visited {
	color: #ffffff;
}

#menu, a:hover {
	color: #800000;
}

#menu, a:active {
	color: #800000;
}

#menu p {
	margin: 10px 10px 10px 10px;	
} 
 
#content {
	background: #ffffff;
	border-right: 1px solid blue;
	float: right;
	width: 787px;
	height: 400px;
}

#content h3 {
	font-size: 25px;
	color: #000080;	
} 

#content p {
		
	letter-spacing: 1px;
} 

#footer {
	background: blue;
	text-align: center; 
	width: 1000px;
	height: 22px;
	font-size: 16px;
	color: #ffffff;
	padding: 5px 0px 0px 0px;
	
} 
 
#clear {
            clear:both;
			
}
 
 /* Остальной текст*/
 
.text1 {
	 color: #ffffff;
	 font-size: 25px;
 }
 
.text1 a:link{
	color: #ffffff;
}

.text1 a:visited {
	color: #ffffff;
}

.text1 a:hover {
	color: #800000;
}

.text1 a:active {
	color: #800000;
}
 
.text2 {
	 color: #ffffff;
	 font-size: 36px;
 }
 
.text3 {
	 color: #ffffff;
	 font-size: 18px;
 }
 
.text4 {
	 color: black ;
	 font-size: 18px;
 }
 
.text4 a:link{
	color: black;
}

.text4 a:visited {
	color: black;
}

.text4 a:hover {
	color: black;
}

.text4 a:active {
	color: black;
}
 
 /* Инструкция*/

#container_ins {
            background: #ffffff;
            margin: 50px auto;
            width: 1000px;
            height: 1105px;
}

#content_ins {
			background: #ffffff;
			border: 1px solid blue;
			width: 998px;
			height: 830px;
}

#content_ins h3 {
			font-size: 25px;
			color: #000080;
			text-align: center;
}

#content_ins p, li {
			margin: 0px 0px 0px 10px;
			letter-spacing: 1px;
			font-family: "Century Gothic", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode";
} 

#content_ins a:link{
	color: blue;
}

#content_ins a:visited {
	color: blue;
}

#content_ins a:hover {
	color: red;
}

#content_ins a:active {
	color: red;
}

#content_ins span {
			text-decoration: underline;
	
}

#footer_ins {
			background: blue;
			text-align: center; 
			width: 1000px;
			height: 22px;
			font-size: 16px;
			color: #ffffff;
			padding: 5px 0px 0px 0px;
} 
