body {
	text-align: center; 
    padding: 0px;
	margin: 0px;
    font-size: 1em;
    font-family: Times New Roman, 宋体, Verdana, sans-serif;
	background-attachment: fixed;
	background-color : transparent;
    background-size:cover;
}


#outer-container {
	width: 1000px;
	margin: 0 auto;
}

#header{
	position: fixed;
	margin: 0;
	width: 1000px;
	height: 200px;
	background-color: transparent;
	z-index: 1;
}

#footer{
	width: 1000px;
	z-index:0;
	margin: 0px;
}

#header-bg {
	position: fixed;
	margin: 0;
	width: 100%;
	height: 200px;
	background-image: url(header-bg.png);
	background-color: transparent;
	background-size: cover;
	z-index: 1;
}

#body-container {
	width: 1000px;
	margin: 0 auto;
}

#body-header {
	width: 1000px;
	height: 200px;
	margin: 0;
}

#content-container{
	width: 660px;
	background-image: url(index/header-bg.png);
	float: left;
	padding: 20px;
}

#right-sidebar{
	width : 300px;
	background-color: transparent;
	float: left;
	z-index: 2;
}


.sponsorblk{
	margin: 5px, 0px, 0px, 0px;
	width: 125px;
	height: 62px;
	float: left;
	border-radius: 10px;
	color: white;

}

.index {
	color: white;
	background-image: url(index/bg.png);
	background-repeat: repeat;
}

.bannerblk{
	width: 300px;
	height: 100px;
	margin: 0px;
	font-size: 1.2em;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.15em grey;
}

.bannerblksmpic{
	width:150px;
	height: 100px;
	margin: 0px;
	float: left;
	padding: 0px;
}

.bannerblksmrt{
	width: 148px;
	height: 96px;
	margin: 0px;
	float: left;
	border-color: OrangeRed;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-width: 2px;
	padding: 0px;
	background-image: url(index/banner-old-bg.png);
	vertical-align: baseline;


}

.bannerblksmlt{
	width: 148px;
	height: 96px;
	margin: 0px;
	float: left;
	border-color: OrangeRed;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 2px;
	padding: 0px;
	background-image: url(index/banner-old-bg.png);
	
}



.bannerblk:link{ text-decoration: none; color: OrangeRed; }
.bannerblk:visited{ text-decoration: none; color: OrangeRed;}
.bannerblk:hover{
	font-weight: bold;
	background-image: url(index/banner-bg.png);
	text-shadow: 0.1em 0.1em 0.15em black;
}

ul {
	font-size: 1em;
	text-align: left;
	color: white;
}



.none:link{color: transparent;}
.none:visited{color: transparent;}
.none:hover{color: transparent;}

li{
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

a:link{
	text-decoration: none;
	color: Orange;
}
a:visited{
	text-decoration: none;
	color: Orange;
}
a:hover{
	font-weight: bold;
	color: OrangeRed;
	text-decoration: none;
}

a:link .sponsorblk {border-color: OrangeRed;}
a:visited .sponsorblk {border-color: OrangeRed;}
a:hover .sponsorblk {border-color: Orange; background-image: url(index/banner-bg.png); text-decoration: none;}

.headline-title-container {
	height: 150px; 
	width: 660;
	margin: 0px; 
	padding: 0px;	
	text-shadow: 0.1em 0.1em 0.1em white;
	font-weight: bold;
}

.headline-date {
	height: 40px; 
	width: 200px; 
	text-align: left; 
	position: relative; 
	left: 160px; 
	line-height: 40px;	
	font-size: 1.2em;
}

.headline-title {
	height: 90px; 
	width: 500px; 
	position: relative; 
	left: 155px; 
	text-align: center;
}

.headline-title-container img {
	visibility: hidden;	
	position: relative;
	top: -150px;
}

.headline-title-container:hover img {
	visibility: visible;	
}

.ex-comm-container{
	width: 660px; 
	height: 358px; 
	text-align: center;  
	
}

.excomm {
	width: 330px;
	height: 165px;
	text-align: center;
	float: left;
	text-shadow: 0.1em 0.1em 0.1em grey;
	font-weight: bold;
	
}

.ex-comm-container img {visibility: hidden; position: relative; top: -165px;}
.ex-comm-container:hover img {visibility: visible;}

.content-title {
	color: Orange;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.1em black;
}
