body {
	font-family:						arial;
	font-size:							12px;
	color:								#000;
	background:							#BDD8D6;
	margin:								5px;
}

img { border:0px }

#matrix {
	width:898px;
	background-image: 				url("img/default/background_repeat.jpg");
	background-repeat:				repeat-y;
	background-color:					#fff;
}

	#header img { display:block }
	
	#navigation {
		padding-top:					20px;
		padding-left:					20px;
		width:100px;
		vertical-align:top;
	}
	
		#navigation a {
			font-size:					11px;
			color:						#222;
			text-decoration:			none;
			padding:						3px 0px;
			border-bottom:				1px solid #CC6600;
			display:						block;
		}
		
		#navigation a span {
			padding:						3px 10px;
			display:						block;
		}

		#navigation .active {
			padding:3px 10px;
			display:block;
			color:#fff;
			background:#993300;
		}
		
		#navigation a:hover {
			color:#cc6600;
			background:#fff;
		}

	#articles {
		vertical-align:top;
		width:444px;
		padding-top:50px;
	}
		
		#articles a {
			color:#f63;
			font-weight:bold;
		}
	
		#articles p { 
			padding-bottom:30px;
		}
		
		#articles .headline {
			font-size:24px;
			font-weight:normal;
			color:#000;
			display:block;
			margin-bottom:5px;
		}
	
		#articles .headline2 {
			font-size:24px;
			font-weight:normal;
			color:#f63;
			display:block;
			margin-bottom:5px;
			text-align:center;
		}

		#articles .headline3 {
			font-size:14px;
			font-weight:bold;
			color:#000;
		}

		#articles .headline4 {
			font-size:18px;
			font-weight:normal;
			color:#000;
		}

		#articles .headline span {
			color:#f63;
			background:#f63;
		}

		#articles .headline2 span {
			color:#f63;
			background:#f63;
		}
		
		.books {
			float:left;
			font-size:10px;
			color:#999;
		}
		
		#articles .big_link {
			font-size:22px;
			font-weight:normal;
		}
		
		.normal_link {
			color:#cc6600;
		}
		
	#xtras {
		vertical-align:top;
		width:205px;

		/* MOZ */
		margin-top:26px;

		/* OPERA */
		drdoc: ;/* IE */ 
		
	}
	
		#xtras .headline {
			font-size:12px;
			font-weight:bold;
			color:#000;
			display:block;
			margin-bottom:5px;
		}

		#xtras .headline span {
			color:#f63;
			background:#f63;
		}
		
		#xtras .readerOpinions {
			width:172px;
			border:1px solid #ccc;
			padding:10px;			
		}

	#footerText {
		clear:both;
		padding-top:0px;
		text-align:center;
			color:#999;
			font-size:11px;
	}
	
		#footerText span { 
			vertical-align:bottom;
			color:#999;
			font-size:11px;
			display:block;
		}
	
		#footerText a { color:#999; }
		
	#footer img { vertical-align:top; display:block; }
	
	.sepline { width:50px; text-align:center; vertical-align:top; }

	.button {
		font-size:11px;
		color:#fff;
		background:#f63;
		border:0px;
		padding:2px 3px;
		margin:1px 11px;
		width:110px;
		height:20px;
		cursor:pointer;
	}
	
	.button_big {
		font-size:22px;
		color:#fff;
		background:#f63;
		border:0px;
		padding:2px 3px;
		margin:1px 11px;
		cursor:pointer;
	}

	#domain {
		position:absolute;
		top:20px;
		left:30px;
		font-size:11px;
		color:#fff;
	}
