



	* {
    	font-family:"tahoma";
	}

	img {
		border: none;
	}



  	#main_c {
  	 margin:auto;
  	 margin-left: auto;
  	 margin-right: auto;
  	 width: 998px;
     xposition: relative;
     xborder: 1px solid red;
     margin-bottom: 100px;
     margin-top: 100px;
     xpadding-bottom: 10px;
	    
        -moz-box-shadow: threedshadow  0px 0px 2px 2px ;
        -webkit-box-shadow: threedshadow 0px 0px 2px 2px ;
        box-shadow: threedshadow 0px 0px 2px 2px ;
		    -moz-border-radius: 8px 8px 8px 8px ;
		    -webkit-border-radius: 8px 8px 8px 8px ;
		    -khtml-border-radius: 8px 8px 8px 8px ;
		    border-radius: 8px 8px 8px 8px ;
	    }
  	
  #sidebar_left {
    xbackground: blue;
    width: 260px;
    float: left;
    position: relative;
  }
  
  #Xcontent {
    xbackground: #901B14;
    width: 718px;
	clear:both;
    position: relative;
  	opacity:0.8;
	filter:alpha(opacity=80)    ;
	background: #666666;

	 -moz-border-radius: 8px 8px 8px 8px ;
		    -webkit-border-radius: 8px 8px 8px 8px ;
		    -khtml-border-radius: 8px 8px 8px 8px ;
		    border-radius: 8px 8px 8px 8px ;
	  }
  

  
  #twitter_badge {
		xborder:1px solid red;
		width: 250px;
  }

  #banner {
  }
  
  #bottomspace {
    clear: both;
    height: 1px;
    position: relative;
  }
  
  

	.left {
	   text-align: left;
	}
	.right {
	   text-align: right;
	}
	.center {
	   text-align: center;
	}



.icon16{
	xborder: 1px solid red;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
}




#contact_form{
    width: 500px;
    margin:auto;
    border: 1px solid #333;
}