h1 {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5BBD21;
}
p {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding:0px;
	margin:0px
}
a:link {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00A133;
	text-decoration: none;
}
h2 {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
h3 {
	font-family: "Lucida Sans Regular", Arial, sans-serif;
	font-size: 10px;
	color: #626262;
}
h4 {
	font-family: "Lucida Sans Regular", Arial, sans-serif;
	font-size: 12px;
	color: #626262;
	text-decoration: underline;
}
a:visited {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00A133;
	text-decoration: none;
}

div.menu{
	color:green;
	padding: 0px 0px 0px 40px;
	float: left;
}

div.mainText{
	
	float:right;
	width: 280px;
	margin: 15px 0px 0px 0px;
	text-align: justify;
}


body {
	background-color: #666666;
	text-align: center ;
	align: center;
	margin-top:65px;
}

.rightContent{
	float: right;
	width: 280px;
	height: 300px;
	text-align: justify;
	padding: 0px 0px 0px 0px;
}

.leftContent{
	float: left;
	width: 560px;
	/*height: 300px;
	overflow: hidden;*/
	text-align: center;
	padding: 15px 0px 0px 2px;
	/*background-color:#333333;*/
}

div.subContent{
	float: left;
	/*background-color:#555555;*/
}

div.subContentText{
	clear:both;
	height: 135px;
	overflow:auto;
	margin: 5px 5px 10px 5px;
	scrollbar-arrow-color: #bbbbbb;
	scrollbar-base-color: #444444;
	scrollbar-face-color: #777777;
	/*background-color:#777777;*/
}

div.subContentImage{
	width: 335px;
	height: 185px;
	overflow: hidden;
	float:left;
	margin:7px 20px 15px 0px;
	/*background-color:#999;*/
}

div.subContentCastName{
	color:ffffff;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding:100px 0px 0px 20px;
	/*background-color:#999999;*/
}
	
a:hover {
	font-family:"Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
