	
body {
	background: transparent url(images/bg-body.gif) repeat-x 0 138px;
	} 

body#home {
	background: transparent url(images/bg-body-home.gif) repeat-x 0 138px;
	} 

	
ul#groups {
	position: absolute;
	top: 306px;
	left: 20px;
	width: 394px;
	height: 40px;
	padding: 0 156px 0 47px;
	background: #0093d1 url(images/bg-blue.gif) no-repeat 0 0;
	z-index: 500;
	text-align: left;
	}
	
ul#groups li {
        padding-left: 110px;	
	display: inline;
	border-left: 2px solid white;
	}
	
ul#groups li:first-child {
	border: none;
	}
	

/* This breaks the organization link in FF - Lucas */
/* ul#groups, div#intro h2 + p { z-index:inherit;} */

div#content { 
padding-top: 30px;
}


/*-----------------------------------------------------------------------------------------------
  intro
-----------------------------------------------------------------------------------------------*/

	
div#intro {
	margin: 0 0 110px 47px;
	height: 135px;
	position: relative;
	}


div#intro div {
	width: 394px;
	height: 267px;
	position: absolute;
	top: -52px;
	right: -10px;
	z-index: 1000;
	}
	
div#intro h2, div#intro h2 + p {
 	width: 454px;
	color: white;
	}
	
div#intro h2 {
	margin-bottom: .5em;
	font-size: 1.75em;
	}

div#intro h2 + p {
	margin-bottom: 1em;
	font-size: 1.5em;
	}

div#intro p.links {
	position: absolute;
	top: 100px;
	left: 0;
	}

/* Welcome
  Copied from account.css to make the login form work correctly
*/
.welcome {
	width: 351px;
	margin: 0;
	padding: 0;
	}
.welcome_left {
	float: left;
	/*width: 279px;*/
	margin: 0;
	padding: 2px 0 0 11px;
	text-align: left;
	font-size: 11px;
	display:inline;
	}
.welcome_right {
	float: right;
	width: 60px;
	margin: 0;
	padding: 0;
	display:inline;
	}
