* { margin: 0; padding: 0; }

html {

	color: #fff;
	font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;

	background: #0C6FBC;
}

#site {
	width: 780px;
	margin: 0 auto;
	
	background: url(i/header.gif) repeat-x 0 51px;
}

a { color: #0C6FBC; text-decoration: none; }
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#header {
	height: 87px;
	padding: 10px 0 0 0;
	position: relative;
	
	font-weight: bold;
	
	background: url(i/header.jpg) no-repeat 50px 17px;
}

	#header h1 a {
		display: block;
		height: 41px;
		width: 322px;
		margin-left: 300px;
		
		text-indent: -1000px;
		text-decoration: none;
		
		background: url(i/header_h1.jpg) no-repeat;
	}
	
		#header h1 a:hover {
			text-decoration: none;
		}
	
	#nav_menu {
		float: right;
		padding-top: 13px;
		width: 400px;
	}
	
	#header a {
		color: #fff;
		text-decoration: none;
	}
	
		#header a:hover {		
			text-decoration: underline;			
		}
		
	#left_col .cap_left {
		display: block;
		margin: 0 -10px;
		margin-top: 70px;
		line-height: 26px;
		
		text-align: center;
		
		color: #fff;
		background: #0C6FBC;
	}
	
	#text .cap_right {
		float: right;
		padding: 0 20px;
		line-height: 25px;
		margin-top: -15px;
		
		font-weight: bold;
		
		color: #fff;		
		background: #0C6FBC;
	}
	

#content {
	position: relative;

	background: #EBF6FF;
	color: #000;
}

	#left_col {
		width: 214px;
		padding: 10px;
		padding-bottom: 52px;
		position: absolute;
		top: 0px; // left: -234px;
		
		background: url(i/col_left.jpg) no-repeat 50px 0;
	}
	
	#left_col ul {
		margin-left: 10px;
	}
	
	#text {
		margin-left: 234px;
		padding: 15px;
		min-height: 600px; // height: 600px;
		
		background: #fff;
	}
	
	#text p img {
		margin: 0 1em 1em 0;
		padding: 1em;
	
		border: 1px solid #0C6FBC;
	}
	
	#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: #0C6FBC;
		font: normal 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	


.cam {
	margin-top: 30px;
}
	
	.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 {
		
		font-size: .85em !important;
	}
	
	.cam p.buy {
		margin-top: .8em;
		margin-bottom: 1.0em !important;
		padding-bottom: .3em !important;
		width: 100%;
	
		text-align: right;
		color: #0C6FBC;
		
		border-bottom: 1px solid #0C6FBC;
	}

	
	p.pages {
		text-align: center;
	}
	
#footer a {
	color: #fff;
}	
	
	#footer div.f_top {
		height: 32px;
		padding: 0 5px; //	margin-right: -5px;
		
		line-height: 32px;
		
		background: url(i/footer_top.gif) repeat-x;
	}
	
	#footer .cap_right {
		float: right;
		margin: 0;
	}

	#footer .cap_left {
		float: left;
		margin: 0;
	}
	
	#footer #copy {
		float: right;
		width: 240px;
		padding-top: 10px;
		padding-right: 5px;
		
		display: inline;
		text-align: right;
	}
	
	#footer #counters {
		width: 550px;			// margin-top: -15px;
		padding: 10px 5px;	// padding: 0 5px 5px 5px; 
	}
