body{

padding:0px;
margin-top:0px;
margin-left:0px;
background:#FFF;
text-align:center;
}

a:hover{text-decoration:none;}

img { border:0px;}

.dt { display:table; width:100%;}

.dr { display:table-row; width:100%; height:100%;}

.dc {display:table-cell; text-align:left; vertical-align:top; width:845px; }

.main_text, input, textarea, body, font, select
	{
		font-family:Tahoma;
		font-size:13px;
		line-height:14px;
		color:#000;
	}

ul { margin:0px; padding:0px; list-style: none;}
li  {background:url(images/a2.gif) no-repeat left center; margin: 0px 0px 0px 0px; padding:0px 0px 0px 9px;}
li a  {font-family:Tahoma; font-size:11px; line-height:18px; color:#A9A9A9}

span strong { color:#000}

strong a { color:#A9A9A9}

.f_text{ color:#AFAFAF; text-decoration:none}
.f_text:hover{ color:#AFAFAF; text-decoration:underline}

.w_text { color:#FFFFFF}
	
.l_text { color:#9E9E9E; font-weight:bold; text-decoration:none}
.l_text:hover{ color:#9E9E9E; font-weight:bold; text-decoration:underline}

.c_text { color:#000;}

.c_text a{
	color:#000;
	text-decoration:underline;
	font-size: 13px;
}

.c2_text { color:#5F5D5D;}
.c2_text a{ color:#7B7C7B}

.main_border {  margin:auto; width:845px; height:100%;}

.main { width:845px; height:100%;}

.header { height:386px; background:url(images/bg-top2.jpg) no-repeat;}
.header_r1 { height:106px;}
.header_r2 { height:280px;}

.content { height:333px;}

.cell_bg1 { background:#CCC; margin-top:2px;}

.cell_bg2 { background:#FFF;}

.footer { height:105px;}
.footer .dc { text-align:center; width:845px;}
.footer_r1 { background:#999; height:5px;}
.footer_r2 { background:#999; height:39px;}
.footer_r3 { height:61px;}

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

.form{height:23px; margin-top:3px;}
.form input	{width:178px; height:20px; padding-left:3px}

textarea{width:178px; height:153px; padding-left:3px;  overflow:hidden; margin-top:3px}
.input	{width:128px; height:17px; background-color:#D6D6D6; padding-left:5px; color:#31312F; font-size:10px; line-height:10px; padding-top:0px;}

.h_l { background:#41413F; height:1px;}

.v_l { background:url(images/bg-line.gif) repeat-y left;}

/* general styling for this example */
   
   
   /* begin gallery styling */
    #jgal { list-style: none; width: 150px; }
   #jgal li { opacity: .5; float: left; display: block; width: 40px; height: 40px; background-position: 50% 50%; cursor: pointer; border: 3px solid #ccc; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }
#jgal li img { position:absolute;top: 430px; left:400px; display: none; }
   #jgal li.active img { display: block; }
   #jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }
/* general styling for this example */
* { margin: 0; padding: 0; }



.entertainment a{ color:#858585; font-weight:bold; text-decoration:none}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 600px;
height:500px;
 /* Set height to be able to contain height of largest content shown*/

overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background:#FFF;
padding: 10px;
visibility: hidden;
width: 570px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 500px;
margin-top: 15px;
margin-bottom:20px;
margin-left:0px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */

color:#000;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */

color: red;
}

.glidecontenttoggler a:hover{

color: white;
}

.glidecontenttoggler a.toc{
	
	margin-left:40px;/*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}