body{ background-image:url('images/bg.jpg');padding:0; }
#wrapper{ background:#fff;border-radius: 10px;   box-shadow: -3px 0px 5px #BFBFBF,3px 0px 5px #BFBFBF;}
#body
{
	min-height:420px;
	height:auto !important;
	height:420px;
	overflow:visible;
	float:left;
	width:auto ; 
	background:#fff;
}

#body h2{ margin:20px; line-height:40px;font-size:24px; }
#body h2 span.icon{ float:left; margin:4px 5px 0 0 ;}

.text{ width:310px;}

.layout #header
{
    background: rgb(53,154,221); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(53,154,221,1) 0%, rgba(28,134,209,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,154,221,1)), color-stop(100%,rgba(28,134,209,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(53,154,221,1) 0%,rgba(28,134,209,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(53,154,221,1) 0%,rgba(28,134,209,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(53,154,221,1) 0%,rgba(28,134,209,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(53,154,221,1) 0%,rgba(28,134,209,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#359add', endColorstr='#1c86d1',GradientType=0 ); /* IE6-9 */
    background-color: #1C88D4;
    color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    -box-shadow: -3px 0px 5px #999999,3px 0px 5px #999999;
}

.layout{background:#fff;text-align:left; margin:0 auto 20px auto;padding:0 0 30px 0;overflow:visible;width:1000px;}
.layout #header h2{ float:left;margin:0 0 0 10px;padding:0;color:#fff;}
.layout #header #nav{ float:right; color:#fff;margin:0 10px 0 0;}
.layout #header a{ color:#fff; border:none;}
.layout #header a:hover{ text-decoration:underline;}
.layout #header h2 a:hover{ text-decoration:none; color:#E0F5FF;}
.layout #header h2
{  /*background-image: url('images/logo-mini.png');*/
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    font-size: 16px;
    margin: 0;
    /*padding: 0 45px;*/
    }

/* sidebar */
#sidebar{ float:right;width:240px;}
#sidebar .panel{margin:20px; border-radius:5px;border:solid 5px #ebf2fa;padding:5px; min-height:200px;}
#sidebar .panel .header{ border-bottom:solid 1px #f2f6fb; height:30px; line-height:30px;}
#sidebar .panel .header h3{float:left;margin:0;padding:0;font-size:12px;}
#sidebar .panel .header a{float:right;margin:5px 0 0 0;}
#sidebar .panel ul{margin:0;padding: 5px; list-style:none; min-height:120px;}
#sidebar .panel ul li{padding:2px 0 2px 20px; }
#sidebar .panel ul li a:hover{ color:#f05; }
#sidebar .panel ul li span{color:#999;}
#sidebar .panel ul li img{margin:3px 3px 0 -20px; float:left;}
#sidebar .panel .pager{padding:0;height:30px; overflow:hidden;} 
#sidebar .panel .pager li{padding:0; }

#footer{text-align:center; padding:20px 0;}
#footer p{color:#666666}
#footer a{color:#333333; text-decoration:underline;}