
			body{
				margin: 0px;
			}
			
			#sidebar{
				width: 285px;
				background: url(http://www.expressprint-bg.com/img/sidebar_background.jpg);
				margin: 0px;
			}
			
			.menu_item{
				background: #fff;
				width: 228px;
				height: 33px;
				font-size: 14pt;
				font-family: Tahoma;
				cursor: pointer;
			}

			.menu_link{
				color: #000;
				font-size: 14pt;
				font-family: Tahoma;
				text-decoration: none;
				margin-left: 10px;
				margin-top: 10px;
			}
			
			
			h3{
				color: #fff;
				margin-left: 10px;
				font-size: 15pt;
				font-family: Arial;
			}
			
			#lang_changer_back{
				width: 270px;
				height: 57px;
				background: url(http://www.expressprint-bg.com/img/lang_changer_back.jpg);
				margin-left: 700px;
				display: none;
			}
			
			#content{
				width: 650px;
				border: 1px solid #e7e7e7;
				margin-left: 320px;
				margin-top: 10px;
			}
			
			.lang{
				text-decoration: none;
				color: #fff;
				font-size: 15pt;
			}
			
			#footer{
				background: #f6f6f6;
			}
			
			#contact_box{
				width: 250px;
				height: 80px;
				border: 1px solid #000;
				color: #121267;
				font-weight: bold;
				font-family: Tahoma;
				font-size: 10pt;
				background: url(http://www.expressprint-bg.com/img/contact_box.jpg);
				position: absolute;
				top: 30px;
				left: 300px;
			}
			
				#paging
	{
		width: 400px;
		margin: auto;
		margin-top: 20px;
	}
	
	a.page
	{
		font-family: Tahoma;
		font-size: 10pt;
		color: #393939;
		background: #fff;
		text-decoration: none;
		outline:none;
		padding-left: 3px;
		padding-right: 3px;
		border: 1px solid #000;
		margin: 2px;
	}
	
	a.page:hover
	{
		color: #000;
		border: 1px dotted #000;
		background: #ccc;
	}
	
	a.page:active
	{
		text-decoration: none;
	}
