body {
	background-color: #666666;
	background-image:url(images/background_main.gif);
	background-repeat:repeat-x;
}
a {
	color:#333333;
}
#container_main #header {
	background: url(images/background_logo.gif) no-repeat;
}
#page_header  h1 {
	background: url(images/arrow_lr.gif) no-repeat left center;
}
#content_top_bar { 
	background-image:url(images/bg_content_top.gif);
	height:8px;
	width:785px;
	overflow:hidden;
	background-repeat:no-repeat;
}
#content_bottom_bar { 
	background-image:url(images/bg_content_bottom.gif);
	height:8px;
	width:785px;
	overflow:hidden;
	background-repeat:no-repeat;
}




/* CSS Document */


.button_home {			background-image:url(images/icon_home.gif); 			background-repeat:no-repeat}
.button_admin {			background-image:url(images/icon_admin.gif); 		background-repeat:no-repeat}
.button_logout {		background-image:url(images/icon_logout.gif); 		background-repeat:no-repeat}
.button_courses {		background-image:url(images/icon_courses.gif); 		background-repeat:no-repeat}
.button_communities {	background-image:url(images/icon_communities.gif); 	background-repeat:no-repeat}
.button_mailbox {		background-image:url(images/icon_mail.gif); 			background-repeat:no-repeat}
.button_blog {			background-image:url(images/icon_blog.gif); 			background-repeat:no-repeat}
.button_resources {		background-image:url(images/icon_resources.gif); 	background-repeat:no-repeat}
.button_friends { 		background-image:url(images/icon_friends.gif);  		background-repeat:no-repeat}
.button_eportfolio { 	background-image:url(images/icon_eportfolio.gif);  	background-repeat:no-repeat}
.button_calendar { 		background-image:url(images/icon_calendar.gif);  	background-repeat:no-repeat}
.button_grades {		background-image:url(images/icon_grades.gif);  		background-repeat:no-repeat}
.button_settings { 		background-image:url(images/icon_settings.gif); 		background-repeat:no-repeat}
.button_help	 { 		background-image:url(images/icon_help.gif); 		background-repeat:no-repeat}

#nav_course_bottom_bar { 
	background-image:url(images/bg_sidenav_bottom_bar.gif);
}
#nav_course_top_bar { 
	background-image:url(images/bg_sidenav_top_bar.gif);
}

#login_form_top { 
	background-image:url(images/login_top.gif);
	height:8px;
	width:785px;
	background-repeat:no-repeat;
	margin:35px auto 0 auto;
	background-color:#FFFFFF;
}
#login_form { 
	background-color:#FFFFFF;
	padding:25px;
	width:735px;
	margin:0 auto;
}
#login_form_bottom { 
	background-image:url(images/bg_content_bottom.gif);
	height:8px;
	width:785px;
	background-repeat:no-repeat;
	margin:0 auto;
}


