/** Swinburne University of Technology Website: import CSS
 *  Cascade Style Sheet file including Styles destined to the
 *   presentation of level 2 pages of the Swinburne website
 *
 *  MODIFIED:
 *  version 1.0, 10 May 2007
 */

h1 		
{
	position: absolute;
    left: -1000px;
}

h2 		
{
	font-size: 1.10em;
	color: #666;
	text-align:left;
	margin: 0px;
}

h3 		
{
	margin: 0px;
}

p		
{
	margin: 0px;
}

.faculties_tafe th 
{
	background-color: #CCCCCC; 
	width: 100%;
	vertical-align:top; 
	height:20px;
	vertical-align:middle;
	text-indent: 5px;
}

#main {
	/* background: #B5100C url(/images/backgrounds/corporate.gif) no-repeat 986px 0px; */
	background: #febc3e url(/images/home/fishbackground.gif) no-repeat 986px 0px; 
}

/* New Banners */
#banners { background:#D8CDBB url(/images/banners/banner_level2_left.gif) no-repeat;}
#banners div { background:transparent url(/images/banners/banner_corporate_right.gif) scroll no-repeat right top; }
#column2 #banners div { background:transparent url(/images/banners/banner_corporate_right.gif) scroll no-repeat right top; }

/* Banner color and background image used on the right */
#banner {
	background: #D8CDBB url(http://www.swinburne.edu.au/images/banners/banner_corporate_right.gif) no-repeat top right;
}

/* Banner illustration image used on the left */
#banner_left {
	background: url(http://www.swinburne.edu.au/images/banners/banner_level2_left.gif) no-repeat;
}