* { 
	empty-cells:show;
   -webkit-box-sizing: border-box; /* Safari/WebKit */ 
   -moz-box-sizing: border-box; /* Firefox */
   -ms-box-sizing: border-box; /* IE8 */
	box-sizing: border-box; /* W3C Property */
	padding:0;
	margin:0;
}

body {
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 13px;
	text-align:center;
    background-color: #BABABA;
    color: #D4D4D4;
    margin: 0 auto;
    padding: 0;
	background-image:url(../pix/page_gl.png);
	background-repeat:no-repeat;
	
}

p {}

h1 {font-size:22px;}
h2 {font-size:18px;}


a img {border:0;}

a, a:link, a:visited{
	color:#fff;
	text-decoration:none;}

a:hover {
	text-decoration:underline;
}
/* Layout*/
div.thWrapper {
	width:100%;
	position: relative;
	margin:0 auto;
	text-align:center;
}

div.thHeaderWrapper {
	width:1000px;
	position:relative;
	margin: 0 auto;
}

div.Navmenu{
    height: 25px;
    position: relative;
  	background-color:#363636;
}

div.Navmenu ul{
	float:right;
	list-style:none;
}
div.Navmenu ul li.active{
	border-left:none;
}
div.Navmenu ul li{
   background: none repeat scroll 0 0 transparent;
   border-left:1px solid #d4d4d4;
      display: block;
    float: left;
    height: 25px;
      width: 95px;
	
}

div.Navmenu ul li a{
	color: #D4D4D4;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
 }
 
 div.Navmenu ul li a:hover{
	 color:#F0F0F0;
	 }


div.thHeaderLogo{
	    background: url("../pix/header.jpg") no-repeat scroll center top transparent;
    height: 146px;
    padding-top: 7px;
}

div.thContentWrapper {
	width:1000px;
	position:relative;
	display:inline-block;
	background-color:#363636;
}

div.thContentLeft {
    background-color: #262626;
    background-image: url(../pix/sidebar_g.png);
    background-position: left top;
    background-repeat: no-repeat;
	width:250px;
	float:left;
	position:relative;
	text-align:left;

}
div.NavLeft ul{
	list-style:none;
	float:none;
}

div.NavLeft ul li {
   background-image: url("../pix/vmenuitem.png");
    border-bottom: 2px solid #262626;
    display: block;
    height: 30px;
  
}
div.NavLeft ul li  a{
    color: #000000;
    display: block;
    font-size: 14px;
    font-variant: small-caps;
    line-height: 28px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 11px 0 24px;
}

div.NavLeft ul li a:hover{
	 color:#F0F0F0;
	 }
	
div.thContentCenter {
    float: left;
    padding: 20px;
    position: relative;
    width: 670px;
}

div.thContentRight {
	width:250px;
	float:left;
	position:relative;
}

div.thFooterWrapper {
	width:1000px;
	margin:0 auto;
	/*background:url(../pix/footer.png) no-repeat top center;*/
	position:relative;
}

.art-footer-t {
    background-color: #828282;
	height: 30px;
}

div.leftFooter{
	background:url(../pix/footer_s.png) no-repeat top center;
	float:left;
	height:50px;
	width:40px;
	position: relative;
}

div.contentFooter{
  background: url("../pix/footer_b.png") repeat-x scroll center top transparent;
    height: 50px;
      margin: 0 auto;
    width: 955px;
	position: relative;
       #float:left;
	   #margin-left:-15px;
}

.art-rss-tag-icon {
    background-image: url("../pix/rssicon.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: default;
    display: block;
    height: 32px;
    left: 10px;
    margin-top: 5px;
    position: absolute;
   top: 35px;
    width: 24px;
}

.art-footer-text {
    margin: 0 10px;
    min-height: 32px;
}


div.rightFooter{
    background: url("../pix/footer_s.png") no-repeat scroll center top transparent;
    float: right;
    height: 50px;
    margin-top: -50px;
    width: 40px;
}

div.thClearHide {
	clear:both;
}
/* End layout */

/* Sub image */
div#thSubImageWrapper {
	/*width:500px;*/
	/*display:table;*/
	position:relative;
}

div.thSubImage {
	clear:both;
	position:relative;
	width:500px;
	display:block;
}

div.thSubImage div {
	width:155px;
	float:left;
	text-align:center;
	display:block;
}

div.thSubImage div img{
	width:150px;
	height:90px;
}

div.thSubImageLink {
	clear:both;
	position:relative;
	width:450px;
	display:block;
}

div.thSubImageLink div {
	width:150px;
	float:left;
	text-align:center;
	display:block;
}
/* End sub image */
/* End Layout */

DIV.MenuTable_div {
	float:left;
	padding:2px 5px;
	margin:0;
	text-align:center;
	height:25px;
	display:block;
}

div.MenuTable_div a,
div.MenuTable_div a:visited,
div.MenuTable_div a:link {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
}

div.MenuTable_div a:hover {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:underline;
}

/* Other style */
