*{
	margin: 0;
	padding: 0;
}

body{
	background: url(images/bg.jpg) fixed;
	margin: 0;
	padding: 0;
	font: normal 16px arial, sans-serif;
}

#center{
width: 982px;
margin: 0 auto;
background: #fff;
}

#header{
background:url(images/header.jpg) no-repeat;
width: 982px;
height: 137px;
}

.bgTopMenu{
	background:  url(images/line.jpg) repeat-x bottom;
	float: right;
	width: 982px;
	padding-bottom: 7px;
}

.bgTopMenu ul{
	list-style-type: none;
}

.bgTopMenu ul li{
	float: right;
}

.bgTopMenu ul li a{
	font: bold 14px arial, sans-serif;
	color: red;
	padding: 5px;
	display: block;
	width: 135px;
	height: 20px;
	text-align: center;
	text-decoration: none;
}

.bgTopMenu ul li a:hover{
	background: url(images/bg-menu.gif);
	color: red;
}

.search{
margin-top:100px;
margin-right: 10px;
float:right;
}

.btSearch{
font-family:arial; 
font-size:9pt; 
color:red; 
background-color:#f0dfdf; 
border:red; 
border-style:groove; 
border-top-width:1px; 
border-bottom-width:1px; 
border-right-width:1px; 
border-left-width:1px
}

#sideMenu{
background:url(images/bg-menu.jpg) repeat-y;
margin-top: 50px;
width: 142px;
padding: 5px 5px 5px 5px;
float:left;
}

#sideMenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sideMenu ul li{
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
}



#sideMenu ul li a{
	display: block;
	width: 135px;
	font: normal 14px arial, sans-serif;
	color: #ff6699;
	text-decoration: none;
	padding: 5px;
}

#sideMenu ul li a:hover{
	text-decoration: underline;
	background: #fff;
	color: #ffcc00;
}

.nameMenu{
	font: normal 16px arial, sans-serif;
	font-weight:bold; 
	color:#ff3333;
	padding: 5px;
	border: 0;
}

.paragraph,p{
font-weight:bold; 
color:#ff3333;
}

#right{
width:817px;
background:#f2cbcb;
border: #ff0c0c 1px solid;
margin-top: 50px;
margin-bottom: 20px;
float:right;
padding: 3px;
-moz-border-radius: 7px;
}

.img{
width: 152px;
border: #ffb0b0 1px solid;
background: #ffebeb;
padding: 3px 3px 3px 3px;
}

.line{
margin-top: 25px;
margin-bottom: 25px;
width:817px;
height: 1px;
float:right
}

.textLink{
margin-top: 15px;
width:817px;
float:right;
}

#footer{
clear: both;
}

.footer{
	margin: 10px auto;
	font: normal 9px arial, sans-serif;
	text-align: center;
	background: #fff;
	color: red;
}


