* { margin: 0; padding: 0; }

html {

	color: #000;
	font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;

	background: #fff;
}

#site {
	width: 780px;
	margin: 12px auto;
}

a { color: #1377BD;  }
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#header {
	height: 259px;
	position: relative;
	
	font-weight: bold;
	
	background: url(i/header.jpg) no-repeat;
}

	#header h1 a {
		display: block;
		height: 100px;
		width: 502px;
		
		text-indent: -1000px;
		text-decoration: none;
		
		
	}
	
	#header ul {
		position: absolute;
		left: 500px;
		top: 20px;
	}
	
	#header ul li {
		list-style: none;
		line-height: 1.5em;
	}
	
	#header ul li a {
		width: 120px;
		display: block;
		padding-left: 5px;	
		
		text-decoration: none;
	}
	
		#header ul li a:hover {
			padding-left: 8px;
		
			text-decoration: none;			
		}
		
	.right {
		position: absolute;
		top: 25px;
		right: 0px;
		width: 170px;
		
		font-size: .8em;
	}
	

#content1 {

}

	#left_col {
		width: 214px;
		padding: 10px;
		float: right;
	}
	
	#left_col ul {
		margin-top: 5px;
		margin-left: 16px;
	}
	
	#text {
		margin-right: 234px;
		padding: 15px 15px 15px 0px;
		min-height: 600px; // height: 600px;
		
		
	}
	
	#text p img {
		margin: 0 1em 1em 0;
		padding: 1em;
	
		border: 1px solid #555D5E;
	}
	
	#text h1, #text h2, #text h3, #text p, #text ul, #text ol {
		margin-bottom: .5em;
		padding: 2px;
	
		/*background: #555D5E;*/
	}
	
	#text h1, #text h2, #text h3 {
	
		color: #1377BD;
		font: normal 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	


.cam {
	margin-left: -15px;
	margin-right: -15px;
}
	
	.cam td {
		padding: 10px;

		vertical-align: top;
	
		/*background: #555D5E;*/
	}

	.cam img {
		float: left;
		padding: 0 5px 5px 0;
	}

	.cam h2 {
		font-size: .9em !important;
	
		background: none !important;
	}
	
	
	.cam p {
		clear: left;
		
		font-size: .85em !important;
	}
	
	.cam p.buy {
		text-align: right;
		color: #1377BD;
	}

	
	p.pages {
		text-align: center;
	}
	
#footer {
	padding: 0 5px;
}	
	
	#footer div.f_top {
		height: 34px;
		
		line-height: 23px;
		
		background: #343A3B;
	}
	
	#footer .cap_right {
		float: right;
		margin: 0;
	}

	#footer .cap_left {
		float: left;
		margin: 0;
	}
	
	#footer #copy {
		float: right;
		width: 240px;
		text-align: center;
	}
	
	#footer #counters {
		width: 550px;
		padding-bottom: 10px;
	}