/****************************************************************
   MIAMI DADE COLLEGE STYLESHEET 
*****************************************************************/

/* Overide screen.css styles for internal homepage
---------------------------------------------------------------*/	

#container {
	background:#ebebeb;
	}

#content {
	overflow:hidden;
	width:100%;
	border-top:1px solid #FF0000;
	background: #ebebeb url(/main/images/bg_faux_column_internal_tcm6-436.gif) repeat-y top left;
    } 	
  
#sidebar-right {
	width:22.5em;
	float:right;
	background:#ebebeb;
	padding-top: 1em;
    }	
	
#main-content {
	background: #fff;
	margin: 0 22.5em 0 20em;
	padding: 0 0 0 0;
	}
	
#header h2 {
	width: 82%;
	}

#main-content .large {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: .5em;
	font-size: 1.5em;
	font-weight: bold;
	}

/* -- HACKS -- */
* html #sidebar-right {
	margin-right: -7px;                     
	}