
* { margin: 0; padding: 0 }
body { font: 12px Arial, Helvetica, sans-serif; background: #f5f5f5 }
img { border: 0; display: block }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
a { outline: none; }
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
.clear { clear: both; }
.blank { height: 5px; overflow: hidden; width: 100%; margin: auto; clear: both }
/*body*/
.ibody { background: url(../images/bg.png) repeat-y; width: 1000px; margin: auto; box-shadow: -2px -1px 5px #666; }
header { position: relative; background: url(../images/ibodybg.png) top right no-repeat }
header h1 { padding: 15px 0 0 80px; font-size: 28px; font-family: Arial, Helvetica, sans-serif; }
header h2 { margin: 20px 80px; color: #8e8d8d; font-size: 23px;}
/* logo */
.logo { background: url(../images/logo1.png) no-repeat #000 center; width: 100px; height: 100px; border-radius: 50%; position: absolute; left: -50px; top: 90px; box-shadow: 0px 2px 2px #414141; }
.logo:hover { background: url(../images/home.png) no-repeat #000 center; }
.logo a { width: 100%; height: 100%; display: block }
nav { background: rgba(0,0,0,0.8); height: 48px; line-height: 48px; padding-left: 80px; filter: progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #3333333, endColorstr = #3333333);
}
nav a { display: inline-block; font-size: 18px; font-family:  Arial, Helvetica, sans-serif; color: #FFF; padding: 0 20px; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
nav a:hover { background: #e41635; }
#topnav_current { background: #e41635 }
article { width: 73%; background: url(../images/ibodybg.png) 0px -147px repeat-y;float: left; }
article a { display: inline-block; font-size: 15px; font-family:  Arial, Helvetica, sans-serif; color: #000; padding:10px 60px; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
article a:hover { color:#e41635; }
aside { width: 27%; background: url(../images/ibodybg.png) -730px repeat-y; float:right; }
aside h2 { font-size: 18px; font-family:  Arial, Helvetica, sans-serif; color: #FFF; padding:0 20px; margin-top: -35px;-webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
aside a { display: inline-block; font-size: 15px; font-family:  Arial, Helvetica, sans-serif; color: #FFF; padding:10px 5px; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
aside a:hover { color:#e41635; 
