body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #000;
	background-image: url(images/bgtile.gif);
	text-align: center;
}

#TOP {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
	background-color: #000;
	text-indent: -400px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #919baa;
	width: 100%;
}

#container {	/*this contains everything on the page*/
	position: relative;
	width: 980px;
	margin: auto;
	text-align: left;
}

#banner {
	text-align: center;
	margin: 5px 0px 2px 0px;
} 

/*#nav {
	text-align: center;
}*/

#menu {
	margin: 0;
	padding: 0;
	height: 25px;
	border-bottom: 5px solid #b51e13;
	background-color: #151f1c;
	background-image: url(images/bg_navpattern.gif);
	background-position: left top;
	position: relative;
}

ul#menu li {
	display: inline;
	list-style-type: none;
}

ul#menu li a:link, ul#menu li a:visited {
	float: left;
	margin: 0;
	padding: 0 9px 2px 9px;
	border-top: 1px solid #151f1c;
	border-bottom: 1px solid #151f1c;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 21px;
}

ul#menu li a:hover {
	color: #fff;
	background-color: #06517f;
}

ul#menu li a:active    {
	background-color: #919baa;
	color: #2d3851;
}

body#home ul#menu li#home a, 
body#events ul#menu li#events a,
body#services ul#menu li#services a,
body#customers ul#menu li#customers a,
body#faq ul#menu li#faq a,
body#links ul#menu li#links a,
body#contact ul#menu li#contact a {		/* "You Are Here" selectors: These selectors set the current tab in the navigation, based on the ID of the <body> tag */
	margin-left: 1px;
	margin-right: 1px;
	border-bottom: 1px solid #b51e13;
	background-color: #b51e13;
	color: #fff;
}

body#home ul#menu li#home a {
	margin-left: 0;
}

#main {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	width: 980px;
	min-height: 550px;
	padding: 1px 0px 1em 0px;
}

#left {
	float: left;
	width: 640px;
	margin-left: 15px;
}

#right {
	float: right;
	width: 300px;
	height: 520px;
	margin-top: 5px;
	padding: 10px 0px 15px 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ccc;
	cursor: auto;
}

#like {
	position: static;
	margin-right: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

p#pages {
	margin: 8px 5px 7px 0;
	padding: 0;
	position: static;
}

li {
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
}

a {
	color: #b81e12;
}

a:visited {
	color: #1f2d3c;
}

#copy {
	width: 100%;
	text-align: center;
	color: #C3271B;
	margin-top: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	left: 0pt;
	clear: both;
	display: block;
	border-top: 1px solid #919baa;
	border-bottom: 1px solid #919baa;
}
