* { margin: 0; padding: 0;}

body {
	background: #fff url('img/texture.jpg');
	font-family: Cambria, Georgia, serif;
	font-size: 80%;
	}


#wrapper {
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 auto;
	width: 960px;
	}
	
/* Global navigation starts here */

#global-nav {
	background-color: transparent;
	float: left;
	padding: 10px;
	width: 140px;
	min-height: 600px;
	}
	
/* Page Header starts here */

#header {
	background: #000 url('img/light-fade.jpg') repeat-x;
	
	margin-left: 160px;
	padding: 4px 10px 10px 10px;
	}

#header h1 {
	font-size: 3em;
	text-align: center;
	}

#header h2 {
	color: #f00;
	font-size: 2em;
	letter-spacing: 2px;
	text-align: center;
	margin-top: -10px;
	}
	
/* Local navigation starts here */

#local-nav {
	background-color: #857e4e;
	margin-left: 160px;
	overflow: hidden;
	color: #000;
	}
	
#local-nav ul {
	font: bold 1.2em Cambria;
	letter-spacing: 2px;
	list-style-type: none;
	width: 620px;
	position: relative;
	left: 60%;
	}
#local-nav li:first-child {border-left: 3px double #993;}

#local-nav li {
	float: left;
	text-align: center;
	border-right: 3px double #993;
	position: relative;
	right: 50%;
	}
	
#local-nav li a {
	color: #000;
	display: block;
	width: 150px;
	outline: 0;
	padding: 8px 0 2px 0;
	text-decoration: none;
	}
	
#local-nav li a:hover {
	background-color: #595c29;
	color: #fff;
	}
#local-nav li a:active  {
	color: #999;
	}

#local-nav li a#active {
	background-color: #979c4b;
	}
/* Content begins here */

#content {
	background: #fff url('img/light-fade.jpg') repeat-x;
	font-size: 1.2em;
	margin-left: 160px;
	padding: 12px;
	overflow: hidden;
	}

#footer {
	background-color: #000;
	color: #808000;
	clear: both;
	font: normal .8em arial;
	padding: 10px;
	border-left: 160px solid #000;
	}
	
.inset {
	border: 1px solid #000;
	float: left;
	margin: 0px 14px 14px 0 ;
	}
.inset-r {
	border: 1px solid #000;
	float: right;
	margin: 0px 0px 0 12px ;
	}
.red {
	color: #f00;
	}
#content h3, p {
	margin-bottom: 12px;
	}
#content h2 {clear: both;}