﻿html, body {
	font-size:13px;
	font-family:Arial Unicode MS;
	width:100%;
	margin:0 auto;
	color:#333333;
	line-height:1.6;
	text-align:justify;
	background-color:#ffffff;
 background-image:url(../images/bg-img.png);
}
a {
	
	text-decoration:none;
	color:Yellow;
}
a:hover
{
    text-decoration:none;
    color:#ccffcc;
}
#main
{
   width:100%;
    margin: 0 auto;
	
}
#top
{
    width:100%;
	margin:0 auto;
	height:150px;
	z-index:9999;
	position:relative;
	
	
}
.sub_head
{
    width:1000px;
    margin:0 auto;
    height:150px;
    -moz-border-radius:0px 0px 8px 8px;
   border-radius:0px 0px 8px 8px;
   background: rgb(0, 128, 255); 
    background: rgba(0, 128, 255, .8);
    background-image:url(../images/absurdity.png);
}


#mid  
{
    width:100%;  
    margin-top:20px;  
 }
#co_main
{
    width:1000px;
    margin:0 auto;
  
}
#cat_main_a
{
    width:1000px;
    background-color:#ffffff;
    margin-bottom:15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.66);
-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
-moz-border-radius:0px 12px 12px 12px;
   border-radius:0px 12px 12px 12px;
  
}
.bk_man_l
{
    width:220px;
     background-color:#FFF03E;
   background-image:url(../images/random-grey-variations.png);
    float:left;
    margin-bottom:30px;
    padding-top:10px;
    -moz-border-radius:12px 0px 12px 0px;
   border-radius:12px 0px 12px 0px;
     -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
}

.bk_man_r
{
    width:740px;
    background-color:#ffffff;
    float:right;
    margin-bottom:15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.66);
-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.66);
-moz-border-radius:0px 12px 12px 12px;
   border-radius:0px 12px 12px 12px;
   
}

#footer
{
    width:100%;
    height:65px;
    position:relative;
    clear:both;
    margin-top:15px;
    border-top:7px solid #F7BE0D;
    background-color:#0080ff;
    background-image:url(../images/random-grey-variations.png); 
    
}

#footer a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}

#footer a:hover {
	color:#F7BE0D;
-webkit-transform: rotateX(360deg);
-webkit-transform-style: preserve-3d;
transform: rotateX(360deg);
transform-style: preserve-3d;
}

#footer_sub
{
    width:990px;
    height:50px;
    margin:0 auto;
    padding-top:10px;
    
}
.container:hover .image{
-webkit-transform: rotateX(360deg);
-webkit-transform-style: preserve-3d;
transform: rotateX(360deg);
transform-style: preserve-3d;
}
.container .image, .container:hover .image {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.mas_h
{

  font-family:Nyala;
            font-size: 26px;
            color: #FFF03E;
            height: 42px;
           background-color:#0080ff;
           background-image:url(../images/checkered-light-emboss.png);
            padding-left:10px;
     
            padding-bottom:5px;
             -moz-border-radius:0px 12px 0px 12px;
            border-radius:0px 12px 0px 12px;
}

.mas_h_ad
{
     font-family:Nyala;
            font-size: 26px;
            color: #FFF03E;
            height: 42px;
           background-color:#0080ff;
           background-image:url(../images/checkered-light-emboss.png);
            padding-left:10px;
     
            padding-bottom:5px;
             -moz-border-radius:0px 12px 0px 12px;
            border-radius:0px 12px 0px 12px;
            }