body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
.main {
	width: 998px;
	margin: 0px auto;
}
.page, .header  {
	width: 998px;
	float: left;
}
.content {
	width: 927px;
	float: left;
	padding: 10px 30px 30px 41px;
}
.leftpanel {
	width: 192px;
	float: left;
	padding: 15px;
	border: none;
}
.leftpanel h2 {
	font-size: 16px;
	line-height: 100%;
	text-decoration: blink;
	color: #000000;
	margin-bottom: 30px;
}
.leftpanel ul {
	list-style-type: none;
}
.rightpanel ul {
	list-style-type: circle;
}
.leftpanel ul li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.leftpanel ul li a {
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/pose.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-shadow: none;
	-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;
	-o-transition: 500ms linear 0s;
	transition: 500ms linear 0s;
	/*outline: 0 none;*/
}
.leftpanel ul li a:hover {
	
	color: #0404B4;
	
	/*-moz-transform:scale(1.25,1.25);
  -webkit-transform:scale(1.25,1.25);
  -o-transform:scale(1.25,1.25);
  transform:scale(1.25,1.25);*/
   -moz-transform: translate(20px, 0px);
  -webkit-transform: translate(20px, 0px);
  -o-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}
.rightpanel {
	width: 650px;
	float: right;
}
.title {
	font-size: 16px;
	line-height: 100%;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}
.rightpanel p {
	margin-bottom: 15px;
}

.news {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	margin: 0px;
}
.footer {
	font-size: 11px;
	line-height: 58px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	width: 998px;
	height: 58px;
	float: left;
	margin-left: 0px;
}
.footer-link {
	color:#ffffff; 
	text-decoration:none; 
}


