body {
		font: 12pt "Times New Roman", Times, serif;
		background: #fff;
		}
	
	img {border: none;}
	a, a:visited {color: #E60202; text-decoration: underline;}
	
	
	h1 a, h2 a {color: #000;}
			
	.error-message {font-weight: bold;}
		
	.header,
	.secondary-column,
	.footer,
	.secondary-content  {
		display:none; 
		}
	
	.container,
	.primary-column,
	.primary-content-inner
	 {
		width: auto;
		background: #fff;
		float: none;
		position: relative;
		text-align: left;
		margin: 0;
		padding: 10px;
		color: #000;
		left: 0;
		top: 0;
		}

	
	ul.block-with-list,
	ul.gallery-list {
		list-style: none;
		padding: 0;
		margin: 0;
		}				
		ul.block-with-list li {
			overflow: hidden;
			width: 100%;
			padding: 10px 0;
			border-top: 1px solid #666;						
			}
			ul.block-with-list li img {
				border:1px solid #666;
				float:left;
				margin:0 10px 0 0;
				}
		ul.gallery-list li {
			float: left;
			}
			ul.gallery-list li img {
				margin: 0 10px 10px 0;
				}
