/* column container */

.border {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #ccc;
}

.colmask {
	position: relative;


/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: none;
	width: 800px;


/* width of whole page */
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

/* common column settings */

.colright,
	.colmid,
	.colleft {
	float: left;
	width: 100%;
	position: relative;
}

.col1,
	.col2,
	.col3 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;
	overflow: hidden;
}

/* 2 Column (right menu) settings */

.rightmenu {
	background: #343400 url(images/navmap.jpg) no-repeat right top;
	float: none;
}

.rightmenu .colleft {
	right: 25%;
	

/* right column width */
	background: #343400;
/* left column background colour */
}

.rightmenu .col1 {
	width: 71%;
	

/* left column content width (left column width minus left and right padding) */
	left: 27%;
/* (right column width) plus (left column left padding) */
}

.rightmenu .col2 {
	width: 21%;
	

/* right column content width (right column width minus left and right padding) */
	left: 31%;
/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* Footer styles */

#footer {
	clear: both;
	float: none;
	width: 800px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.jpg);
	border-top: 2px solid #ccc;
}

#footer p {
	padding: 10px;
	margin: 0;
	color: #ccc;
	font-size: 70%;
	text-align: center;
	font-variant: small-caps;
}

/* Header */

#header {
	clear: both;
	float: none;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/banner.jpg) no-repeat;
	height: 300px;
}

body {
	direction: ltr;
	color: #000;
	font: 80% "Courier New", Courier, mono;
	background: #000;
}

/* Links */

a:link {
	color: #5f3200;
}

a:visited {
	color: orange;
}

a:active {
	color: gray;
}

a:hover {
	color: silver;
}

/* nav links */

.navbar a {
	display:block;
	width: 188px;
	font: bold 13px sans-serif;;
	color:#333;
	background: url(images/spacer.gif) no-repeat right center;
	text-decoration: none;
	text-align: right;
	height: 44px;
}

h1 {
	font-weight: bold;
	font-size: 200%;
	text-transform: uppercase;
	text-align: left;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
