/*  CSS Document

		Client:  Canadian Federation of Students
		Site:    http://cfsadmin.org/admin
		Author:  Offshoot
		Site:    http://offshootinc.com
		
*/


#container{
  width:990px;
	border-right:#000000;
}

#header {
  height:116px;
	padding-bottom:30px;
	width:100%;
}

#header_title{
  position:absolute;
	top:9px;
	left:25px;
	width:550px;
	height:42px;
}

#header_navigation{
  position:absolute;
	top:72px;
	left:25px;
	width:550px;
}

#header_navigation ul{
  list-style:none;
	padding:0px;
	margin:0px;	
}

#header_navigation ul li{
  list-style:none;
	float:left;
	padding:0px;
	margin:0px;
}

#header_user_bar{
	position:absolute;
	top:72px;
	float:left;
	width:220px;
	text-align:right;
	vertical-align:top;
	left: 770px;
}

#header_user_status{
  position:relative;
	float:left;
	top:9px;
	width:410px;
	height:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:right;
}

#left{
  width:250px;
	float:left;
	margin-left:20px;
}

#right{
  width:675px;
	float:right;
}

#middle{
  position:relative;
  width:920px;
	margin-left:-460px;
	left:50%;
}

#welcome_box {
	background-image:url(../imgs/home/welcome.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
	width:224px;
	height:247px;
}

#welcome_bt {
	position:absolute;
	top:177px;
	left:137px;
}

#testimonials_box {
	background-image:url(../imgs/home/testimonials.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:222px; 
	height:247px; 
	margin-left:30px;
	float:left;
}

#testimonials_bt {
		position:absolute;
	top:174px;
	left:389px;
}

#mid_right a {
	color:#336699;
	text-decoration:none;
}

#mid_right a:hover {
	color:#000000;
	text-decoration:none;
}