* { margin: 0; padding: 0; }

html {

	color: #fff;
	font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;

	background: #770226 url(i/html.png) repeat-x top center;
}

#site {
	width: 780px;
	margin: 0 auto;
}

a {
	font-weight: bold;

	color: #770226;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#header {
	height: 30px;
	padding: 154px 5px 0 0;
	position: relative;
	
	background: url(i/header.jpg) no-repeat;
}

	#header h1 a {
		display: none;
	}
	
	#header ul {
		text-align: right;
	}
	
	#header ul li {
		display: inline;
		
		list-style: none;
		line-height: 1.5em;
	}
	
	#header a {
		padding-left: 5px;	
		
		color: #fff;
		text-decoration: none;
	}
	
		#header a:hover {
			background: #770226;
			text-decoration: underline;
		}
		
	#header span {
		position: absolute;
		top: 120px;
	}


#content {
	background: #888F95;
}

	#left_col {
		width: 214px;
		padding: 10px;
		float: left;
	}
	
	#left_col div.caption {
		text-align: right;
	}
	
	#text {
		margin-left: 234px;
		padding: 15px;
		min-height: 600px; // height: 600px;
		
		color: #000;
		
		background: #fff;
	}
	
	#text p img {
		margin: 0 1em 1em 0;
		padding: 1em;
	
		border: 1px solid #888F95;
	}
	
	#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: #41505E;
		font: normal 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	


.cam {

}

	.cam img {
		float: right;
		padding: 0 0 5px 5px;
	}

	.cam h2 {
		font-size: .9em !important;
		font-weight: bold !important;
	
		color: #A80137 !important;
	}
	
	
	.cam p {
		font-size: .85em !important;
	}
	
	.cam p.buy {
		clear: right;
		padding-bottom: .5em !important;
		margin-bottom: 1em !important;
		
		color: #FF7234;
		
		border-bottom: 1px solid #888F95;
	}

	
	p.pages {
		text-align: center;
	}
	
#footer {
	padding: 10px 5px 0 5px;
}	
	
	#footer #copy {
		float: right;
		width: 230px;
		text-align: right;
	}
	
	#footer #counters {
		width: 550px;
		padding-bottom: 10px;
	}