	
.margin{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	//font-size:12px;
} /* end margin line */

.margin1{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	//font-size:12px;
	//background: #9FF;
} /* end margin1 line */
	
	
	
a:link {
	font-weight: none;
	text-decoration: none;
	color: black;
	background: transparent;
	display:block;
} /* end anchor element styles */
	
a:visited {
	font-weight: none;
	text-decoration: none;
	color: light-blue;
	background: transparent;
} /*end visited hyperlink display styles */
	
a:hover {
	color: !important;
	font-weight: none;
	background: transparent;
	text-decoration: underline;
} /* end hover over hyperlink display styles */
	
a:active {
	color: yellow;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
} /* end active hyperlink display styles */
	 
	
li {
	margin-bottom: 10px
} /*end list item styles */
	
	
#World_player {
	width: 100%;
	height: 500px;
	background: black;//transparent;

	//background-color: pink;//, white;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	
	//align: center;
	border: 0px;
} /* end World_player styles */
	
	
#World_block {
	width: 100%; //1080px;
	height: 640px;
	background: transparent;
	
	//background-color: teal;
	//background-color: pink;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//text-align: left;
	//width: 1074px;
	
	
	//border: 20px;
} /* end World_block styles */
	
	
#World_left-side {
	float: left;
	align: left;
	width: 970px;
	height: 640px;
	background: transparent;
	
	//background-color: Pink;
	//background-color: #00CCCC;
	//text-align: left;
	//border: 2px;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
} /* end world_left-side layout styles */
	
#Google_ad-left {
	float: left;
	align: left;
	width: 100px;
	height: 620px;
	background: transparent;
	
	//background-color: pink;
	//background-color: #00CCCC;
	//text-align: left;
	//border: 2px;
	
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	
} /* end Google_ad-left layout styles */
	
	
#World_right-column {
	float: right;
	align: right;
	width: 860px;
	height: 640px;
	background: transparent;
	
	
	//background-color: Pink;
	//background-color: #00CCCC;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//position: relative;
	//border: 0px;
	//text-align: left;
	//margin-left: 5px;
} /* end World_right-column layout styles */
	
	
#World_main-message {
	width: 860px;
	height: 300px;
	
	
	
		
	background: transparent;
	
	
	//background-color: Pink;
	//background-color: #00CCCC;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	//text-align: justify;
	//border: 0px;
	} /* end world_main-message styles */
	
	
	
#World_headlines {

	text-align: center;
	align: top;
	//valign: center;
	width: 860px;//840px; //100%;
	line-height: 20px;
	border-radius: 2px;
	text-shadow: 1px 1px 1px #FFF;
	text-transform:uppercase;
	
	
	/*start of background color*/
	
	background: rgb(226,226,217); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(226,226,217,1) 1%, rgba(0,204,204,1) 50%, rgba(226,226,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,rgba(226,226,217,1)), 	
	color-stop(50%,rgba(0,204,204,1)), color-stop(100%,rgba(226,226,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(226,226,217,1) 1%,rgba(0,204,204,1) 50%,rgba(226,226,217,1) 100%); /* 
	Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(226,226,217,1) 1%,rgba(0,204,204,1) 50%,rgba(226,226,217,1) 100%); /* Opera 11.10+ 
	*/
	background: -ms-linear-gradient(45deg,  rgba(226,226,217,1) 1%,rgba(0,204,204,1) 50%,rgba(226,226,217,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(226,226,217,1) 1%,rgba(0,204,204,1) 50%,rgba(226,226,217,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2d9', endColorstr='#e2e2d9',GradientType=1 ); /* IE6-9 
	fallback on horizontal gradient */

	/*end of background color*/
	
	
	//background-color: pink;//, #157497;
	//background-color: #00CCCC;
	
	margin-left: 0px;//10px;
	margin-right: 0px;//10px;
	margin-top: 10px;//0px;
	margin-bottom: 0px;
	
	//border: 0px;
} /* end World_headlines styles */

#World_headlines a:hover{
	
	border-radius: 2px;
	
	/*start of background color*/
	
	background: rgb(207,231,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,231,250,1)), 
	color-stop(100%,rgba(99,147,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
	
	/*end of background color*/
	
} /* end World_headlines a:hover styles */
	
#World_message {
	width:  840px;
	//100%;
	height: 280px;
	
	
		
	background: transparent;
	
	

	
	
	//background-color: pink;
	//background-color: #00CCCC;
	//background-color: white;

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;


	//border: 0px;
	//text-align: center;
	//margin: 0 auto;
} /* end World_message styles */
	
	
	
	
	
	
#Google_ad-right {
	float: right;
	align: right;
	width: 100px;
	height: 620px;
	background: transparent;
	
	//background-color: pink;
	//text-align: left;
	//border: 2px;
	
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
} /* end Google_ad-right layout styles */
	
#World_message11 {
	float: left;
	//align: right;
	width: 415px;
	height: 50px;
	background: transparent;
	
	
	//background-color: pink;
	display: block;
	
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	
	//position: relative;
	//border: 0px;
	//text-align: left;
	//margin-left: 5px;
} /* end World_message11 layout styles */



#World_message12 {
	float: right;
	//align: right;
	width: 415px;
	height: 50px;
	background: transparent;
	
	
	//background-color: pink;
	//background-color: white;
	
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	
	//position: relative;
	//border: 0px;
	//text-align: left;
	//margin-left: 5px;
} /* end World_message12 layout styles */


	
#World_pics11 {
	float: left;
	//align: right;
	width: 100px;
	height: 50px;
	background-color: pink;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//position: relative;
	//border: 0px;
	//text-align: left;
	//margin-left: 5px;
} /* end World_pics11 layout styles */
	
#World_submessage11 {
	float: right;
	text-align: justify;
	width: 310px;
	height: 50px;
	display:block;
	border-radius:2px;
	
	background: rgb(254,255,232); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(254,255,232,1) 0%, rgba(214,219,191,1) 25%, rgba(214,219,191,1) 75%, rgba(254,255,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(254,255,232,1)), color-stop(25%,rgba(214,219,191,1)), color-stop(75%,rgba(214,219,191,1)), color-stop(100%,rgba(254,255,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 25%,rgba(214,219,191,1) 75%,rgba(254,255,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 25%,rgba(214,219,191,1) 75%,rgba(254,255,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 25%,rgba(214,219,191,1) 75%,rgba(254,255,232,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(254,255,232,1) 0%,rgba(214,219,191,1) 25%,rgba(214,219,191,1) 75%,rgba(254,255,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe8', endColorstr='#feffe8',GradientType=1 ); /* IE6-9 */

	
		
	//background-color: pink;//, white;
	//background-color: white;
	//text-align: left;
	
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//position: relative;
	//border: 0px;
	
	//margin-left: 5px;
} /* end World_submessage11 layout styles */


#World_submessage11:hover, #World_submessage21:hover {
	
	/*start of background color*/
	
	background: rgb(207,231,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,231,250,1)), 
	color-stop(100%,rgba(99,147,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
	
	/*end of background color*/

} /* end World_submessage11 a:hover .margin1 layout styles */


	
#World_submessage21 {
	float: left;
	text-align: justify;
	width: 310px;
	height: 50px;
	border-radius:2px;
	
background: rgb(254,255,231); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2Q2ZGJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2Q2ZGJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZmZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmRmZmNkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZmZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(254,255,231,1) 0%, rgba(214,219,191,1) 20%, rgba(214,219,191,1) 80%, rgba(254,255,231,1) 100%, rgba(253,255,205,1) 100%, rgba(254,255,231,1) 100%, rgba(254,255,231,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,231,1)), color-stop(20%,rgba(214,219,191,1)), color-stop(80%,rgba(214,219,191,1)), color-stop(100%,rgba(254,255,231,1)), color-stop(100%,rgba(253,255,205,1)), color-stop(100%,rgba(254,255,231,1)), color-stop(100%,rgba(254,255,231,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,255,231,1) 0%,rgba(214,219,191,1) 20%,rgba(214,219,191,1) 80%,rgba(254,255,231,1) 100%,rgba(253,255,205,1) 100%,rgba(254,255,231,1) 100%,rgba(254,255,231,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,255,231,1) 0%,rgba(214,219,191,1) 20%,rgba(214,219,191,1) 80%,rgba(254,255,231,1) 100%,rgba(253,255,205,1) 100%,rgba(254,255,231,1) 100%,rgba(254,255,231,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,255,231,1) 0%,rgba(214,219,191,1) 20%,rgba(214,219,191,1) 80%,rgba(254,255,231,1) 100%,rgba(253,255,205,1) 100%,rgba(254,255,231,1) 100%,rgba(254,255,231,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,255,231,1) 0%,rgba(214,219,191,1) 20%,rgba(214,219,191,1) 80%,rgba(254,255,231,1) 100%,rgba(253,255,205,1) 100%,rgba(254,255,231,1) 100%,rgba(254,255,231,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffe7', endColorstr='#feffe7',GradientType=0 ); /* IE6-8 */




	
	
	//background-color: pink;//, white;
	//background-color: white;

	//text-align: center;
	
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//position: relative;
	//border: 0px;
	//text-align: left;
	//margin-left: 5px;
} /* end World_submessage21 layout styles */



.fonnts{
	
	font-size:12px;
	font-variant: small-caps;
	font-weight:bolder;
		//text-shadow:1px 1px 1px #000;
		text-shadow: -0.5px 0px -1px #000 ;
		text-transform:capitalize;
		text-align:justify;
		
		
} /* end .fonnts styles */




	
#World_pics21 {
	float: right;
	//align: right;
	width: 100px;
	height: 50px;
	background-color: pink;//, red;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//position: relative;
	//border: 0px;
	//text-align: left;
	//margin-left: 5px;
} /* end World_submessage12 layout styles */
