body {
	text-align: center;
	background: #0cc;
	font-size: small;
	font-family: Verdana;
	}

#header {
	background: #878f80 url(/_img/town.jpg) no-repeat top right;
	height: 75px;
	}

#header h1 {
	text-indent: -9999px;
	background: url(/media/intech2.gif) no-repeat;
	}

#header h1 a {
	display: block;
	height: 75px;
	background: #fff url(/media/intech2.gif) no-repeat 0 15px; /*:KLUDGE: Duplicate entry from #header h1 to ensure IE doesn't show flicker onmouseover. */
	width: 200px;
	}

#footer {
	font: normal 12px/38px Arial, sans-serif;
	background: #346536 url(/_img/header-background.gif) repeat-x top left;
	height: 38px;
	clear: both;
	color: #fff;
	text-align: center;
	}

/* #container - In this case the bg image is 1000px wide. Both ends of the image have a transition color. Set the horizontal-offset as follows: LEFT MENU- negative product of (bg_imagewidth-#menu{width}+transition_color_width), RIGHT MENU- (#container{width}-#menu{width}-transition_color_width). The width of the transition color must also be factored in. */

#container {
	background: #fff url(/media/bg1.gif) repeat-y -838px 0;
	margin: 10px auto;
	width: 760px;
	text-align: left;
	}

#menu {
	width: 160px;
	float: left;
	}

#menu p {
	margin: 0 5px;
	}

#content {
	width: 590px; /* Must equal #container{width}-#menu{width}-desired_seperator_width (margin between the menu and the content text. NOTE 1*/
	float: right;
	}

#content h2 {
	clear: left;
	}

#mainmenu {
	list-style-type: none;
	}

#mainmenu a {
	display: block;
	width: 148px;
	height: 25px;
	line-height: 25px;
	color: #000;
	text-decoration: none;
	background: #ccc;
	padding: 0 6px;
	}

#mainmenu a:hover {
	background: #c00;
	}

.center {
	text-align: center;
	}

#news {
	float: right;
	margin: 2px 8px;
	}

/* NAV */

#mainNav {
	margin: 0 0 0 -10px;
	padding: 0;
	width: 100%;
	font-weight: bold;
	font-size: 90%;
	}

#mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#mainNav li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	}

#mainNav a {
	color: #d7d493;
	display: block;
	width: auto;
	text-decoration: none;
	background: #000;
	margin: 0;
	padding: .5em;
	border-right: 1px solid #FFF;
	}

#mainNav a:hover,
#mainNav a:active {
	background: #d7d493;
	color: #000;
	}

#mainNav a.active:link,
#mainNav a.active:visited {
	position: relative;
	z-index: 102;
	background: #bbb;
	color: #d7d493;
	font-weight: bold;
	}

/* Highlighting the current page */

body.home #mainNav a#home,
body.gallery #mainNav a#gallery,
body.contact #mainNav a#contact { 
	color: #fff;
	text-decoration: underline;
	}

body.home #mainNav a:hover#home,
body.gallery #mainNav a:hover#gallery,
body.contact #mainNav a:hover#contact { 
	color: #000;
	}

.cbSide {
	list-style-type: none;
	}

.cbSide li a {
	line-height: 125%;
	color: #333;
	padding: 0 3px;
	width: 148px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #edeaeb;
	background: #fff url('/media/ticks.gif');
	}

.cbSide li a:hover {
	color: #990000;
	background: #fff url('/media/ticks.gif') 0px -20px;
	}

.cbSide li a:visited {
	color: #999;
	background: #fff url('/media/ticks.gif') 0 -40px;
	}

/* NOTE 1 - This protects against display issues in IE6 and earlier not drawing boxes correctly which have margins and padding. */

#skip {display:none;}
