﻿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:#ECE5E5;

}
a {
	
	text-decoration:none;
}
a:hover
{
    text-decoration:none;
    color:#000;
}
#main
{
   width:100%;
    margin: 0 auto;
	
}
#top
{
    width:100%;
	margin:0 auto;
	height:135px;
	
}
.sub_head
{
    width:1000px;
    margin:0 auto;
    height:135px;
     -moz-border-radius:0px 0px 8px 8px;
   border-radius:0px 0px 8px 8px;
   background: rgb(255, 255, 255); 
    background: rgba(255, 255, 255, .5);
    background-image:url(../images/absurdity.png);
      -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);
}

#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;
   background-image:url(../images/az-subtle.png);
}
.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;
   background-image:url(../images/az-subtle.png);
}

#footer
{
    width:100%;
    height:65px;
    position:relative;
    clear:both;
    margin-top:15px;
    border-top:7px solid #961403;
    background-color:#ffffff;
    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: #961403;
-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;
}