* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 25px 0px 12px;
	background-color: #98a664;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #526052;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 12px;
	text-align: justify;
	line-height: 15px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
}

#container {
	margin: 0px auto;
	width: 767px;
	background-image: url('images/background_image.jpg');
	background-repeat: no-repeat;
	text-align: left;
}

/* controls the mainthumb nail placement */
#page_static {
	width: 767px;
	height: 235px; 
/*	height: 500px; */ 
	overflow: inherit; /* "inherit" and "visible" same results, missing images for ie8; "hidden" no link ie7, ie8, firefox */
	visibility: visible; 
}

.thumbnail {
	padding: 10px 0px;
	text-align: center;
}


/* Page Header */

#page_header1 {
	padding: 0px 11px 18px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
}

#page_header {
	padding: 5px 14px 2px;
	z-index: 1;
	position: absolute;
}

#page_header h1 {
	width: 265px;
	height: 49px;
	background: url('images/radio_station.gif') no-repeat 0% 50%;
}


/* Navigation Menu */

#navmenu {
	margin: 54px 528px 0px 66px;
	padding-bottom: 2px;
	width: 173px;
	clear: both;
	text-align: center;
	z-index: 1;
	position: absolute;
}

#navmenu a {
	text-decoration: none;
}

#navmenu li {
	padding: 0px 11px;
	float: left;
	background: url('images/navmenu_background.jpg') repeat-y 50% 0%;
	line-height: 23px;
}

#navmenu li#menu_first {
	padding-top: 5px;
	background-image: url('images/navmenu_background_top.gif');
	background-repeat: no-repeat;
}

#navmenu li#menu_last {
	padding-bottom: 12px;
	background-image: url('images/navmenu_background_bot.gif');
	background-repeat: no-repeat;
}

#navmenu li a {
	display: block;
	background-color: #acba78;
	color: inherit;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}

#navmenu li a:hover {
	background-color: #ddebb1;
	color: #526052;
}

#navmenu li#menu_first a {
	padding-top: 2px;
	background-image: url('images/navmenu_background_litop.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

#navmenu li#menu_last a {
	background-image: url('images/navmenu_background_libot.gif');
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

#navmenu li a b {
	margin: 0px auto;
	padding-bottom: 2px;
	display: block;
	width: 151px;
	border-bottom: #fff 1px solid;
}


/* Main Content */

#main_content {
	width: 435px;
	padding-left: 22px;
/*	background: url('images/main_background.gif') repeat-y 22px 0%; */
	background: url('images/main_background.gif') repeat-y 22px 0%;
	float: left;
	clear: right; 
	overflow: visible;
	visibility: visible;	
	text-align: center;
	position: relative;
}

#main_content2 {
	width: 435px;
	background: url('images/main_background_right.jpg') no-repeat 100% 0%;
	overflow: visible;
	visibility: visible;
	position: inherit;
}

#main_content_header {
	width: 435px;
	background: url('images/main_background_top.jpg') no-repeat 50% 0%;
}

#main_content_header h2 {
	padding: 20px 10px 12px;
	font-size: 12px;
	text-transform: uppercase;
}

#main_content_body {
	margin: 0px auto;
	padding: 2px 0px;
	width: 411px;
	min-height: 220px;
	background-color: #98a664;
	color: inherit;
}

#main_content_body #content_box {
	margin: 0px auto;
	padding-bottom: 15px;
	width: 380px;
	text-align: justify;
}

#main_content_footer {
	width: 435px;
	height: 21px;
	background: url('images/main_background_bot.gif') no-repeat 50% 100%;
	overflow: hidden;
}


/* Breaking News */

#breaking_news {
	margin-top: 276px;
	/*	margin-top: 0px; */
	width: 310px;
	background: url('images/news_background.gif') #98a664 repeat-y 0% 0%;
	color: #141619;
	float: right;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 11px;
	text-align: justify;
}

#breaking_news a {
	color: #141619;
	background-color: inherit;
}

#breaking_news a:hover {
	color: #606c35;
	background-color: inherit;
}

#breaking_news p {
	margin-top: 2px;
	line-height: 11px;
}

#breaking_news .thumbnail {
	padding: 5px 0px 7px;
}

#breaking_news_header {
	padding: 7px 15px 0px;
	background: url('images/news_background_top.gif') no-repeat 0px 0%;	
}

#breaking_news h2 {
	width: 280px;
	background-color: #ddebb1;
	color: #2f3c26;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	text-align: center;
}

#breaking_news_body {
	padding: 0px 30px 3px;
}

#breaking_news_footer {
	height: 6px;
	overflow: hidden;
	background: url('images/news_background_bot.gif') no-repeat 0% 0%;
}

#breaking_news2 {
	margin-top: 10px;
	/*	margin-top: 0px; */
	width: 310px;
	background: url('images/news_background.gif') #98a664 repeat-y 0% 0%;
	color: #141619;
	float: right;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 11px;
	text-align: justify;
}

#breaking_news2 a {
	color: #141619;
	background-color: inherit;
}

#breaking_news2 a:hover {
	color: #606c35;
	background-color: inherit;
}

#breaking_news2 p {
	margin-top: 2px;
	line-height: 11px;
}

#breaking_news2 .thumbnail {
	padding: 5px 0px 7px;
}

#breaking_news2 h2 {
	width: 280px;
	background-color: #ddebb1;
	color: #2f3c26;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	text-align: center;
}

/* Break News 3 */

#breaking_news_header3 {
	padding: 7px 15px 0px;
	background: url('images/news_background_top3.gif') no-repeat 0px 0%;	
}

#breaking_news_footer3 {
	height: 6px;
	overflow: hidden;
	background: url('images/news_background_bot3.gif') no-repeat 0% 0%;
}

#breaking_news3 {
	margin-top: 2px;
	/*	margin-top: 0px; */
	width: 435px;
	background: url('images/news_background3.gif') #98a664 repeat-y 0% 0%;
	color: #141619;
	float: right;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 11px;
	text-align: justify;
}

#breaking_news3 a {
	color: #141619;
	background-color: inherit;
}

#breaking_news3 a:hover {
	color: #606c35;
	background-color: inherit;
}

#breaking_news3 p {
	margin-top: 2px;
	line-height: 11px;
}

#breaking_news3 .thumbnail {
	padding: 5px 0px 7px;
}

#breaking_news3 h2 {
	width: 400px;
	background-color: #ddebb1;
	color: #2f3c26;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;
	text-align: center;
}

/* Page Footer */

#page_footer {
	padding: 18px 11px 0px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
}

div.sexy-bookmarks { margin:20px 0 0 0; clear: both !important; }
div.sexy-bookmarks-expand { height: 29px; overflow: hidden; }
.sexy-bookmarks-bg-caring-old { background:url(images/sexy-trans.png) no-repeat !important; }
div.sexy-bookmarks-bg-caring-old { padding: 26px 0 0 10px !important; background-position: left -748px !important; }
div.sexy-bookmarks ul.socials {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	float: right !important;
}
div.sexy-bookmarks ul.socials { background:transparent none !important; border:0 none !important; outline:0 none !important; }
div.sexy-bookmarks ul.socials li {
	display:inline !important;
	float:left !important;
	list-style-type:none !important;
	margin:0;
	height:29px !important;
	width:60px !important;
	cursor:pointer !important;
	padding:0 !important;
	background-color:transparent !important;
	border:0 none !important;
	outline:0 none !important;
	clear:none !important;
}
div.sexy-bookmarks ul.socials li:before, div.sexy-bookmarks ul.socials li:after, div.sexy-bookmarks ul.socials li a:before, div.sexy-bookmarks ul.socials li a:after { content:'' !important; }
div.sexy-bookmarks ul.socials a {
	display:block !important;
	width:60px !important;
	height:29px !important;
	background-color:transparent !important;
	text-decoration:none !important;
	border:0 none !important;
	outline:0 none !important;
}
div.sexy-bookmarks ul.socials a:hover {
	text-decoration:none !important;
	border:0 none !important;
	background-color:transparent !important;
}
div.sexy-bookmarks ul.socials a:hover, div.sexy-bookmarks ul.socials li:hover { background-color:transparent !important; border:0 none !important; outline:0 none !important; }
div.sexy-bookmarks ul.socials li {
	background-image:url(images/sexy-sprite.png) !important;
	background-repeat: no-repeat !important;
}
li.sexy-newsvine { background-position:left bottom !important; }
li.sexy-newsvine:hover { background-position:left top !important; }
li.sexy-linkedin { background-position:-70px bottom !important; }
li.sexy-linkedin:hover { background-position:-70px top !important; }
li.sexy-googlebookmarks { background-position:-140px bottom !important; }
li.sexy-googlebookmarks:hover { background-position:-140px top !important; }
li.sexy-googlereader { background-position:-210px bottom !important; }
li.sexy-googlereader:hover { background-position:-210px top !important; }
li.sexy-scriptstyle { background-position:-280px bottom !important; }
li.sexy-scriptstyle:hover { background-position:-280px top !important; }
li.sexy-mail { background-position:-350px bottom !important; }
li.sexy-mail:hover { background-position:-350px top !important; }
li.sexy-comfeed { background-position:-420px bottom !important; }
li.sexy-comfeed:hover { background-position:-420px top !important; }
li.sexy-twitter { background-position:-490px bottom !important; }
li.sexy-twitter:hover { background-position:-490px top !important; }
li.sexy-technorati { background-position:-560px bottom !important; }
li.sexy-technorati:hover { background-position:-560px top !important; }
li.sexy-stumbleupon { background-position:-630px bottom !important; }
li.sexy-stumbleupon:hover { background-position:-630px top !important; }
li.sexy-reddit { background-position:-700px bottom !important; }
li.sexy-reddit:hover { background-position:-700px top !important; }
li.sexy-myspace { background-position:-770px bottom !important; }
li.sexy-myspace:hover { background-position:-770px top !important; }
li.sexy-mixx { background-position:-840px bottom !important; }
li.sexy-mixx:hover { background-position:-840px top !important; }
li.sexy-diigo { background-position:-910px bottom !important; }
li.sexy-diigo:hover { background-position:-910px top !important; }
li.sexy-digg { background-position:-980px bottom !important; }
li.sexy-digg:hover { background-position:-980px top !important; }
li.sexy-designfloat { background-position:-1050px bottom !important; }
li.sexy-designfloat:hover { background-position:-1050px top !important; }
li.sexy-yahoobuzz { background-position:-1120px bottom !important; }
li.sexy-yahoobuzz:hover { background-position:-1120px top !important; }
li.sexy-delicious { background-position:-1190px bottom !important; }
li.sexy-delicious:hover { background-position:-1190px top !important; }
li.sexy-blinklist { background-position:-1260px bottom !important; }
li.sexy-blinklist:hover { background-position:-1260px top !important; }
li.sexy-facebook { background-position:-1330px bottom !important; }
li.sexy-facebook:hover { background-position:-1330px top !important; }
li.sexy-misterwong { background-position:-1400px bottom !important; }
li.sexy-misterwong:hover { background-position:-1400px top !important; }
li.sexy-izeby { background-position:-1470px bottom !important; }
li.sexy-izeby:hover { background-position:-1470px top !important; }
li.sexy-twittley { background-position:-1540px bottom !important; }
li.sexy-twittley:hover { background-position:-1540px top !important; }
li.sexy-tipd { background-position:-1610px bottom !important; }
li.sexy-tipd:hover { background-position:-1610px top !important; }
li.sexy-pfbuzz { background-position:-1680px bottom !important; }
li.sexy-pfbuzz:hover { background-position:-1680px top !important; }
li.sexy-friendfeed { background-position:-1750px bottom !important; }
li.sexy-friendfeed:hover { background-position:-1750px top !important; }
li.sexy-blogmarks { background-position:-1820px bottom !important; }
li.sexy-blogmarks:hover { background-position:-1820px top !important; }
li.sexy-fwisp { background-position:-1890px bottom !important; }
li.sexy-fwisp:hover { background-position:-1890px top !important; }
li.sexy-designmoo { background-position:-1960px bottom !important; }
li.sexy-designmoo:hover { background-position:-1960px top !important; }
li.sexy-bobrdobr { background-position:-2030px bottom !important; }
li.sexy-bobrdobr:hover { background-position:-2030px top !important; }
li.sexy-memoryru { background-position:-2100px bottom !important; }
li.sexy-memoryru:hover { background-position:-2100px top !important; }
li.sexy-100zakladok { background-position:-2170px bottom !important; }
li.sexy-100zakladok:hover { background-position:-2170px top !important; }
li.sexy-yandex { background-position:-2240px bottom !important; }
li.sexy-yandex:hover { background-position:-2240px top !important; }
li.sexy-moemesto { background-position:-2310px bottom !important; }
li.sexy-moemesto:hover { background-position:-2310px top !important; }
li.sexy-marrows { background-position:-2380px bottom !important; }
li.sexy-marrows:hover { background-position:-2380px top !important; }
li.sexy-identica { background-position:-2450px bottom !important; }
li.sexy-identica:hover { background-position:-2450px top !important; }
li.sexy-hackernews { background-position:-2520px bottom !important; }
li.sexy-hackernews:hover { background-position:-2520px top !important; }
li.sexy-ning { background-position:-2590px bottom !important; }
li.sexy-ning:hover { background-position:-2590px top !important; }
li.sexy-designbump { background-position:-2660px bottom !important; }
li.sexy-designbump:hover { background-position:-2660px top !important; }
li.sexy-printfriendly { background-position:-2730px bottom !important; }
li.sexy-printfriendly:hover { background-position:-2730px top !important; }
li.sexy-fleck{ background-position:-2800px bottom !important; }
li.sexy-fleck:hover{ background-position:-2800px top !important; }
li.sexy-netvibes{ background-position:-2870px bottom !important; }
li.sexy-netvibes:hover{ background-position:-2870px top !important; }
li.sexy-netvouz{ background-position:-2940px bottom !important; }
li.sexy-netvouz:hover{ background-position:-2940px top !important; }
li.sexy-nujij{ background-position:-3010px bottom !important; }
li.sexy-nujij:hover{ background-position:-3010px top !important; }
li.sexy-globalgrind{ background-position:-3080px bottom !important; }
li.sexy-globalgrind:hover{ background-position:-3080px top !important; }
li.sexy-wikio{ background-position:-3150px bottom !important; }
li.sexy-wikio:hover{ background-position:-3150px top !important; }
li.sexy-xerpi{ background-position:-3220px bottom !important; }
li.sexy-xerpi:hover{ background-position:-3220px top !important; }
li.sexy-sphinn{ background-position:-3290px bottom !important; }
li.sexy-sphinn:hover{ background-position:-3290px top !important; }
li.sexy-blogospherenews{ background-position:-3360px bottom !important; }
li.sexy-blogospherenews:hover{ background-position:-3360px top !important; }
li.sexy-posterous{ background-position:-3430px bottom !important; }
li.sexy-posterous:hover{ background-position:-3430px top !important; }
li.sexy-techmeme{ background-position:-3500px bottom !important; }
li.sexy-techmeme:hover{ background-position:-3500px top !important; }
li.sexy-ekudos{ background-position:-3570px bottom !important; }
li.sexy-ekudos:hover{ background-position:-3570px top !important; }
li.sexy-pingfm{ background-position:-3640px bottom !important; }
li.sexy-pingfm:hover{ background-position:-3640px top !important; }
li.sexy-tomuse{ background-position:-3710px bottom !important; }
li.sexy-tomuse:hover { background-position:-3710px top !important; }
li.sexy-webblend{ background-position:-3780px bottom !important; }
li.sexy-webblend:hover { background-position:-3780px top !important; }
li.sexy-wykop{ background-position:-3850px bottom !important; }
li.sexy-wykop:hover { background-position:-3850px top !important; }
li.sexy-blogengage{ background-position:-3920px bottom !important; }
li.sexy-blogengage:hover { background-position:-3920px top !important; }
li.sexy-hyves { background-position:-3990px bottom !important; }
li.sexy-hyves:hover { background-position:-3990px top !important; }
li.sexy-pusha { background-position:-4060px bottom !important; }
li.sexy-pusha:hover { background-position:-4060px top !important; }
li.sexy-hatena { background-position:-4130px bottom !important; }
li.sexy-hatena:hover { background-position:-4130px top !important; }
li.sexy-mylinkvault { background-position:-4200px bottom !important; }
li.sexy-mylinkvault:hover { background-position:-4200px top !important; }
li.sexy-slashdot { background-position:-4270px bottom !important; }
li.sexy-slashdot:hover { background-position:-4270px top !important; }
li.sexy-squidoo { background-position:-4340px bottom !important; }
li.sexy-squidoo:hover { background-position:-4340px top !important; }
li.sexy-propeller { background-position:-4410px bottom !important; }
li.sexy-propeller:hover { background-position:-4410px top !important; }
li.sexy-faqpal { background-position:-4480px bottom !important; }
li.sexy-faqpal:hover { background-position:-4480px top !important; }
li.sexy-evernote { background-position:-4550px bottom !important; }
li.sexy-evernote:hover { background-position:-4550px top !important; }
li.sexy-meneame { background-position:-4620px bottom !important; }
li.sexy-meneame:hover { background-position:-4620px top !important; }
li.sexy-bitacoras { background-position:-4690px bottom !important; }
li.sexy-bitacoras:hover { background-position:-4690px top !important; }
li.sexy-jumptags { background-position:-4760px bottom !important; }
li.sexy-jumptags:hover { background-position:-4760px top !important; }
li.sexy-bebo { background-position:-4830px bottom !important; }
li.sexy-bebo:hover { background-position:-4830px top !important; }
li.sexy-n4g { background-position:-4900px bottom !important; }
li.sexy-n4g:hover { background-position:-4900px top !important; }
li.sexy-strands { background-position:-4970px bottom !important; }
li.sexy-strands:hover { background-position:-4970px top !important; }
li.sexy-orkut { background-position:-5040px bottom !important; }
li.sexy-orkut:hover { background-position:-5040px top !important; }
li.sexy-tumblr { background-position:-5110px bottom !important; }
li.sexy-tumblr:hover { background-position:-5110px top !important; }
li.sexy-stumpedia { background-position:-5180px bottom !important; }
li.sexy-stumpedia:hover { background-position:-5180px top !important; }
li.sexy-current { background-position:-5250px bottom !important; }
li.sexy-current:hover { background-position:-5250px top !important; }
li.sexy-blogger { background-position:-5320px bottom !important; }
li.sexy-blogger:hover { background-position:-5320px top !important; }
li.sexy-plurk { background-position:-5390px bottom !important; }
li.sexy-plurk:hover { background-position:-5390px top !important; }
li.sexy-virb { background-position:-5460px bottom !important; }
li.sexy-virb:hover { background-position:-5460px top !important; }
li.sexy-dzone { background-position:-5530px bottom !important; }
li.sexy-dzone:hover { background-position:-5530px top !important; }
li.sexy-kaevur { background-position:-5600px bottom !important; }
li.sexy-kaevur:hover { background-position:-5600px top !important; }
li.sexy-boxnet { background-position:-5670px bottom !important; }
li.sexy-boxnet:hover { background-position:-5670px top !important; }
li.sexy-oknotizie { background-position:-5740px bottom !important; }
li.sexy-oknotizie:hover { background-position:-5740px top !important; }
li.sexy-bonzobox { background-position:-5810px bottom !important; }
li.sexy-bonzobox:hover { background-position:-5810px top !important; }
li.sexy-plaxo { background-position:-5880px bottom !important; }
li.sexy-plaxo:hover { background-position:-5880px top !important; }
li.sexy-springpad { background-position:-5950px bottom !important; }
li.sexy-springpad:hover { background-position:-5950px top !important; }
li.sexy-zabox { background-position:-6020px bottom !important; }
li.sexy-zabox:hover { background-position:-6020px top !important; }
li.sexy-viadeo { background-position:-6090px bottom !important; }
li.sexy-viadeo:hover { background-position:-6090px top !important; }
li.sexy-googlebuzz { background-position:-6160px bottom !important; }
li.sexy-googlebuzz:hover { background-position:-6160px top !important; }
