@import url("/css/univ_styles.css");

* { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	vertical-align: top;
	}
	
#fck_background { background: #fff; }
	
body { 
	padding: 0;
	margin: 0;
	background: #1b0e00 /* url(/images/body_repeater.jpg) center 240px repeat-y */;
	}

.block {
	padding: 5px;
	margin: 5px;
	width: 275px;
	/* border: 1px solid #000;
	background: #fff; */
	}
	
.article {
	padding: 5px;
	margin: 5px;
	/* border: 1px solid #000;
	background: #fff; */
	}
	
#modules_container { 
	padding: 5px;
	width: 100%;
	/* border: 1px solid #000;
	background: #ccc; */
	}
	
#landings_container { 
	padding: 5px;
	width: 100%;
	/* border: 1px solid #000;
	background: #ccc; */
	}
	
#articles_container { 
	padding: 5px;
	width: 100%;
	/* border: 1px solid #000;
	background: #ccc; */
	}
	
#blocks_container {
	padding: 5px;
	/* border: 1px solid #000;
	background: #ccc; */
	}
	
#main_container {
	padding: 5px;
	width: 950px;
	/* border: 1px solid #000;
	background: url(/images/body_top.jpg) top center no-repeat; */
	}
	
.footer { width: 950px; }
#main_nav { margin-top: -75px; margin-bottom: -180px; }
	.main_nav_buffer { height: 180px; }
.wood_paper {
	background: url(/images/body_repeater.jpg) center 240px repeat-y;
	}
	.wood_paper_top {
		background: url(/images/body_top.jpg) top center no-repeat;
		}
	.wood_paper_bottom {
		background: url(/images/body_bottom.png) bottom center no-repeat;
		height: 324px;
		}
.tilted_paper {
	background: url(/images/tilted_paper.png) top center no-repeat;
	/* height: 100%; */
	min-height: 729px;
	}
.straight_paper {
	background: url(/images/straight_paper.png) top center repeat-y;
	}
	.straight_paper_top {
		background: url(/images/straight_paper_top.png) top center no-repeat;
		height: 30px;
		}
	.straight_paper_bottom {
		background: url(/images/straight_paper_bottom.png) top center no-repeat;
		height: 34px;
		}
		
.article p, .article i {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
}

	.article strong {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		line-height: 24px;
	}
	
	.article a {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		line-height: 24px;
		color: #80161b;
	}
	
	.article a:hover {
		text-decoration: none;
	}
		
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 48px;
	color: #80161b;
	margin: 10px;
	padding: 0px;
	border-bottom: 2px dotted;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	color: #80161b;
	margin: 0px;
	padding: 10px 0px;
}

