@charset "UTF-8";
/* CSS Document */
#content_main{
	width: 596px;
	float: left;
	margin:0px 0px 0px 0px;
	min-height: 400px;
	position:relative;
	left:14px;
}
#content_header{
	width: 100%;
	background-image:url(../_media/backgrounds/bg_content_top.jpg);
	background-position:left top;
	background-repeat: no-repeat;
}

/*------------- content right ----------------- */
#content_right{
	display:inline;
	width:261px;
	background-image: url(../_media/backgrounds/bg_right_column.jpg);
	background-repeat: no-repeat;
	float: right;
	margin: 0px;
	position: relative;
	right: 8px;
	background-position: center top;
	

}
#content_right_text{
	width: 90%;
	margin: 16px auto 0px auto;
	
}

#content_right h2{
	margin:-26px 0px 8px 0px;
	font-size: 140%;
	text-transform: capitalize;	
	z-index:5000;
	
}
#blog #content_right h2{
	margin:8px 0px 8px 0px;
	font-size: 140%;
	text-transform: capitalize;	
	
}


#content_right ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding:0px;

}
#content_right ul li{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding:0px;

}
#tabs_inner {
	width: 100%;
	height: 30px;
	padding: 0px 0px 0px 0px;
	background-image: url(../_menu/sidebar_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
      }
#phone{
	display:none;
}

h1{
	font-size: 180%;
}
	  
#content_side {
	display: none;
}
