body {
	behavior:url("csshover.htc");
	background-image: url("http://www.cotgonline.com/fg/cotg/images/mainback.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans;
	background-color: black;
	color: white;
}
a {
	color: #66F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #F66;
}
.shield {
	margin-right: -5px;
}
#main {
	padding: 0px;
}
#copyright {
	text-align: center;
	width: 400px;
	display: block;
	border-top: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 5px;
}
#left, #right, #leftcap, #rightcap {
	width: 140px;
	padding: 10px;
	margin: 0px;
	background-position: top-left;
}
#left {
	background-image: url("http://www.cotgonline.com/fg/cotg/images/leftbar.png");
	background-repeat: repeat-y;
}
#right {
	background-image: url("http://www.cotgonline.com/fg/cotg/images/rightbar.png");
	background-repeat: repeat-y;
}
#leftcap {
	background-image: url("http://www.cotgonline.com/fg/cotg/images/leftcap.png");
	background-repeat: no-repeat;
	height: 110px;
}
#rightcap {
	background-image: url("http://www.cotgonline.com/fg/cotg/images/rightcap.png");
	background-repeat: no-repeat;
	height: 110px;
}
.bookend {
	background-image: url("images/bookend.jpg");
	background-repeat: no-repeat;
	background-position: top-left;
}
#cell {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	}
#left ul li {
	position: relative;
	}
#left li ul {
	position: absolute;
	left: 129px;
	top: 0;
	display: none;
	width: 200px;
	}
#left ul li a, #left .nolink {
	width: 120;
	display: block;
	text-decoration: none;
	color: white;
	background-color: #CC0000;
	padding: 10px 5px;
	border: 1px solid white;
	border-bottom: 0;
	background-image: url("images/fadebg.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	}
#left li ul li a {
	width: 190px;
}
#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	}
#left a:hover, .topbar a:hover,#left .nolink:hover {
	background-image: url("images/fadebg2.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #0000CC;
	text-decoration: none;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
#left li:hover ul { display: block; }

.topbar {
	margin-top: 20px;
	padding: 0px;
}
.topbar a {
	width: 90px;
	background-color: #C00;
	color: white;
	padding: 8px 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	font-size: 14px;
	background-image: url("images/fadebg.png");
	background-position: bottom left;
	background-repeat: repeat-x;
}
.end {
	border-right: 1px solid white;
}
.menubottom {
	border-bottom: 1px solid white;
}