/*
TITLE:	Gears Design Stylesheet
AUTHOR:	Khaled Maiwand, HighCo Technology
CREATED:	Sept. 2007
border: 1px solid red;
*/
body{
	margin: 0; padding: 0;
	background: #fff url( "img/body-bg.gif") repeat-y;
	font: 90% Arial;
	}
#nav-left{
	float: left;
	width: 200px; height: 800px;
	margin-right: 5px;
	color: black; background: url( "img/gears.gif") top center no-repeat;
	}
	#nav-left  ul{ margin: 100px 0 0 40px; list-style: disc url( "img/bullet.gif");}
	#nav-left li { margin: 15px 2px; font-weight: bold;}
	#nav-left li a { background-color: white; padding: 1px 3px; text-decoration: none;}
#nav-right{
	float: right;
	width: 230px; height: 800px;
	margin-left: 5px;
	background: url( "img/skyline.gif") top center no-repeat;

	}
	#nav-right  ul{ margin: 200px 0 0 50px; list-style: disc url( "img/disc.gif"); }
	#nav-right li { margin: 10px 2px;}
	#nav-right li a { text-decoration: none; }
#main{ 
	padding: 5px 0;
	color: #70768e;
	}
#footer{
	font-size: 70%;
	text-align: center;
	color: #70768e;
	}
/* --------------------------------- Common Styles --------------------------------- */
h1 { font-size: 160%; }
h2{ font-size: 140%; line-height: 80%;}
a { color: #70768e;}
	a:hover{ color: black;}
blockquote{ margin: 0 250px; padding: 5px; border-left: 5px solid #99c; background: #ececec;}
blockquote p{ margin: 2px;}
