@font-face {font-family: 'PT Serif'; 
	src: url('/css/ptf55f_w.eot'); 
	src: local('PT Serif'), url('/css/ptf55f_w.woff') format('woff'),url('/css/ptf55f_w.ttf') format('truetype'), url('/css/ptf55f_w.svg#PTSerif-Regular') format('svg');
}

body{
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: url('/img/background.jpg') #4A4A50;
	margin: 0 0 60px  0;
	color: #424247;
	text-align: center;
}
table tr td{
	font-size: 12px;
}	
table.table tr td{
	font-size: 12px;
	background-color: #fff;
	padding: 5px;
	vertical-align: top;
	border-left: 1px solid #dddad3;
	border-bottom: 1px solid #dddad3;
}
	table.table tr td.right{
		border-right: 1px solid #dddad3;
	}
p{
	margin-top:0px;
	line-height: 1.5;
}
a:link,a:visited{
	color: #3F7DAA;
}
a:hover{
	color: #910909;
}
ol li{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}
ul{
	list-style-image:url('/img/ul-li.gif');
}
ul li{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.headline{
	color: #424247;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #DCDAD2;
}
.headline-small{
	font-size: 18px;
	color: #424247;
}
	.wrapper{
		margin: 0px auto;
		width: 1020px;
	}
		.head{
			margin: 0px auto;
			width: 940px;
			//width: 1000px;
			padding: 0 30px 0 30px;
			height:175px;
			background: url('/img/head-bg.jpg') no-repeat #FAEFD7;
			text-align:left;
			box-shadow: 0 -10px 20px #28282D;
			-moz-box-shadow: 0 -10px 20px #28282D;
			-webkit-box-shadow: 0 -10px 20px #28282D;
		}
			.title{
				font-family: Georgia;
				font-size: 28px;
			}
				.title a:link, .title a:hover, .title a:visited{
					color: #424247;
					font-size: 28px;
					text-decoration: none;
				}
			.name{
				font-family: Georgia;
				font-size: 28px;
				font-weight: bolder;
			}
				.name a:link, .name a:hover, .name a:visited{
					color: #424247;
					font-size: 28px;
					text-decoration: none;
				}
			.contact{
				font-family: Georgia;
				font-size: 18px;
			}
		.menu{
			height:45px;
			background: url('/img/menu-bg.jpg') repeat-x bottom #746265;
			border-bottom: 2px solid #2B2829;
		}
			.menu ul{
				padding: 0px;
				margin: 0px;
				list-style: none;
				text-align: center;
			}
				.menu ul li{
					display: inline-block;
					//display: inline;
					//zoom: 1;
					position: relative;
					height: 15px;
					//height: 45px;
					padding: 15px 29px 15px 25px;
					margin: 0px;
					line-height: 1;
					background:url('/img/menu-brd.jpg') no-repeat center right;
				}
				.menu ul li.last{
					background: none;
				}
					.menu ul li a:hover,.menu ul li a:link,.menu ul li a:visited{
						color: white;
						font-size: 14px;
						font-weight: bolder;
						text-decoration: none;
					}
		.body{
			background:url('/img/menu-shd.png') no-repeat;
		}
		.content-wrapper{
			margin: 0px auto;
			width: 940px;
			//width: 1000px;
			background-color:#FBF6E8;
			padding:30px;
			text-align: left;
			box-shadow: 0 10px 20px #28282D;
			-moz-box-shadow: 0 10px 20px #28282D;
			-webkit-box-shadow: 0 10px 20px #28282D;
		}
		.licence{
			display: inline-block;
			//display: inline;
			//zoom: 1;
			position: relative;
			width: 190px;
			margin-right: 38px;
			vertical-align: top;
		}	
			.licence-last{
				margin-right: 0px;
			}
			.licence .scan{
				border: 5px solid #4A4A50;
				background-color: #4A4A50;
			}
		.articles{
			border: 1px solid #DCDAD2;
			background-color: #FEFCF6;
			float: right;
			padding: 20px;
			width: 200px;
			//width: 240px;
		}
			.new{
				margin-bottom:30px;
			}
				.new a{
					display: block;
					margin-top: 15px;
				}
				.news-timestamp{
					display: inline-block;
					//display: inline;
					//zoom: 1;
					position: relative;
					font-size:11px;
					color: #919096;
					width: 55px;
					//width: 65px;
					height: 16px;
					//height: 26px;
					padding: 5px;
					background: url('/img/timestamp-bg.png') no-repeat;
					text-align:center;
				}
			.articles .all{
				text-align: right;
			}
			.articles .all a:link,.articles .all a:visited{
				color: 424247;
			}
				.articles .all a:hover{
					color: 424247;
					text-decoration: none;
				}
		.footer{
			margin-top: 30px;
			padding-top: 30px;
			background-color: #FBF6E8;
			text-align: left;
			border-top: 5px solid #DCDAD2;
		}
			.footer div p{
				margin:0px;
			}
				.footer-info a:link, .footer-info a:visited{
					color: #424247;
				}
				.footer-info a:hover{
					color: #424247;
					text-decoration: none;
				}
			.menu-bottom ul{
				padding: 0px;
				margin: 0px;
				list-style: none;
				text-align: right;
			}
				.menu-bottom ul li{
					display: inline-block;
					//display: inline;
					//zoom: 1;
					position: relative;
					padding: 0 7px 0 5px;
					border-right: 1px solid #C9C6BF;
				}
				.menu-bottom ul li.last{
					border: 0px;
					padding: 0 0 0 5px;
				}
					.menu-bottom ul li a:link,.menu-bottom ul li a:visited{
						color: #424247;
					}
					.menu-bottom ul li a:hover{
						color: #424247;
						text-decoration: none;
					}