﻿/*
	project: MRO Tools
	author: CLW
	
*/
   
/* default styles */



/* layout */
#content { width: 702px; }



/* left side */
#left {
	float: center;
	width: 702px;
	margin: 0 0 0 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding: 8px;
		background: #DDDDDD url(images/bgshade.gif) repeat-x;
		color: #000000;
		border: 1px solid #ccc;
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 200px;
			height: 170px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #f4f4f4;
		color: #808080;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}
	