body {
	background-color: #646464;
	color: #DDDDDD;
	margin: 0px auto;
}

#header {
	background-image: url('/img/head.jpg');
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px solid #C0C0C0;
	height: 300px;
	clear: both;
	text-align: center;
	margin: 0px auto;
	
}

#wrap {
}

#colLeft {
	height: 30px;
	width: 60px;
	float: left;
	border-bottom: 1px solid #C0C0C0;
}

#colCenter {
	height: 30px;
	border-bottom: 1px solid #C0C0C0;
}

#colRight {
	height: 30px;
	width: 60px;
	float: right;
	border-bottom: 1px solid #C0C0C0;
}

#nav-menu {
	width: 1000px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
} 
#col1 {
	float: left;
	width: 750px;
	text-align: left;
}
#col2 {
	float: right;
	width: 250px;
}
#nav-menu li {
	float: left;
	margin: 0 0.15em;
} 

#nav-menu li a {
	font-family: 'Arial Black', Gadget, sans-serif; 
	font-size: small;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 90px;
	display: block;
	color: #A00000;
	text-decoration: none;
	text-align: center;
} 
#nav-menu li a:hover {
	height: 30px;
	line-height: 30px;
	float: left;
	width: 90px;
	display: block;
	color: #A00000;
	background-color: #202020;
	text-decoration: underline;
	text-align: center;
} 


#content {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: center;
}

#newsInfo{
	float: left;
	width: 750px;
	border-right: 1px solid #2E2E2E;
	text-align: left;
}

#sideBar {
	padding-left: 10px;
	display: table;
}

#showWrap {
	border-bottom: solid 1px #666;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}

#showHead {
	border-bottom: solid 1px #666;
	background-color: #666;
	color: #DDD;
	font-size: 120%;
	font-weight: bolder;
}

.cShows {
	border-bottom: 1px solid #666;
}

.showTitle {
	font-weight: bolder;
	color: #A00000;
	text-decoration: underline;
	text-align: center;
	width: 100%;
}

.small {
	font-size: 80%;
}

.jLeft {
	text-align: left;
}

.jCenter {
	text-align: center;
}

.field {
	color: #A00000;
}
.showDate {
	font-size: 80%;
	padding-left: 10px;
}

.showInfo {
	font-size: 80%;
}

hr {
	width: 80%;
}

#footer {
	clear: both;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	height: 8px;
}
