a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#footer {
width:100%;
}

#footer .left {
background-color:#99ccff;
float:left;
height:150px;
width:40px;
border-top-left-radius: 20px; /* Левый верхний уголок */
border-bottom-left-radius: 20px; 

}

#footer .right {
background-color:#99ccff;
float:right;
height:150px;
width:40px;
border-top-right-radius: 20px; /* Правый верхний уголок */
border-bottom-right-radius: 20px; 
}

#footer .center {
background-color:#99ccff;
height:150px;
margin-left:40px;
margin-right:40px;
text-align:center;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer .center h1 {
font-size:66px;
margin-top:0px;
}

#footer .center h2 {
font-size:30px;
margin-top:-25px;
}

#content {
width:100%;
margin-top:5px;
border-color:#CCCCCC;
border-style:solid;
border-width: 1px;
border-top-left-radius: 20px; /* Левый верхний уголок */
border-top-right-radius: 20px; /* Правый верхний уголок */
border-bottom-left-radius: 20px; 
border-bottom-right-radius: 20px; 

}

#content .left{
width:260px;
float:left;
border-color:#CCCCCC;
border-style:solid;
border-width: 1px;
border-top-left-radius: 20px; 
border-top-right-radius: 20px; 
border-bottom-left-radius: 20px; 
border-bottom-right-radius: 20px;
margin-top:5px;
margin-left:5px;

}

#content .center{
margin-left:272px;
margin-right:272px;
border-color:#CCCCCC;
border-style:solid;
border-width: 1px;
border-top-left-radius: 20px; /* Левый верхний уголок */
border-top-right-radius: 20px; /* Правый верхний уголок */
border-bottom-left-radius: 20px; 
border-bottom-right-radius: 20px;
margin-top:5px;
margin-bottom:5px;
padding: 10px;
}

#content .right{
width:260px;
height:100px;
float:right;
border-color:#CCCCCC;
border-style:solid;
border-width: 1px;
border-top-left-radius: 20px; /* Левый верхний уголок */
border-top-right-radius: 20px; /* Правый верхний уголок */
border-bottom-left-radius: 20px; 
border-bottom-right-radius: 20px; 
margin-top:5px;
margin-right:5px;
}

#content .center h2 {
font-family: "Tahoma", "Geneva", sans-serif;
font-size: 24px;
font-weight: 400;}

#content .center td {
font-family:"Tahoma", "Geneva", sans-serif;
font-size:12px;
vertical-align:top;
}

#content .small {
font-size:11px;
color:#999999;
}

