#banner{
   background:#0D6262;
   borlder:2px solid #a1a1a1;
   borlder-radius:8px;
   -moz-border-radius:8px;
   -webkit-border-radius:8px ;
   overflow-y:hidden;
}
.headerText{
   font-weight:bold;
   color:red;
   font-size:35px
}
.headerDis{
   text-indent: 5em;
   font-size:12px;
}
#left
{
	position:absolute;
	left:5px;
	top:80px;
	width:73%;
        border:1px solid #FF8000;
        border-radius:2px;
        -moz-border-radius:2px;
        -webkit-border-radius:2px;
        box-shadow:5px 5px 2px #888888;
        -o-box-shadow:5px 5px 2px #888888;
        background:#EEF3F6;
}

#main
{
	width:100%;
	height:auto;
}
#right
{
float:right;
	
	width:25%;
        border:1px solid #fff;
        border-radius:2px;
        -moz-border-radius:2px;
        -webkit-border-radius:2px;
        box-shadow:5px 5px 2px #888888;
        -o-box-shadow:5px 5px 2px #888888;
        background:#fff;
}
#mylinks
{
	padding:10px;
	margin-left:5px;
       
}
#mystats
{
 
	float:right;
	padding:10px;
}
.post
{
        
	border:solid 0px red;
	font-size:14px;
	padding:15px;
}
#topics{
  padding:3px;
}
img {
max-width: 100%;
height: auto;
}