/* CSS Document */


html, body {
	margin:0px;
	padding:0px; 
	position:relative; 
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a
{
color:#508aab;
}

h1,h2
{
color:#eb907b;
font-size:18px;
padding-top: 16px;
background-image:url(img/h1.jpg);
background-position:left;
background-repeat:no-repeat;
padding-left:25px;
height:40px;
}

body {
	text-align:center;
}


#all {
	text-align:left;
	margin:0 auto;
	width:1000px;
}

.head {
	display:block;
	height:180px;
}

#container {

}
#inner {

}

#right {
	float:left; 
	width:350px;

}
#center {
float:left;
width:650px;

}
.clear {
	clear:both;
}


.foot {
	display:block;
	height:110px;
	padding:1px;
}

#menu
{
padding-left:22px;
background-image:url(img/maket_08.jpg);
background-repeat:repeat-x;
}

.vopros
{
color:#ff0000;
font-size: 12pt;
float:left;
margin-left:20px;
padding-left:55px;
background-position:left top;
width:170px;
margin-top:20px;
height: 100px;
background-repeat:no-repeat;

}
.svet
{
 background: transparent;
 float: center;
 margin: 0px;
 opacity: 0.5; 
 filter:alpha(opacity=50); }
 .svet:hover
 {
 background: transparent;
opacity: 1.0; 
filter:alpha(opacity=100); }
 


