@charset "utf-8";
/* CSS Document */

/* Header */
	#header_main
		{
		width:900px;
		display:table; 
		background-image:none;
		height:135px;
		}
		
		
		#header_main #left
		{
		float:left;
		width:200px;
		height:100px;
		background-color:#4b7699;
		
		
		}
		
		#header_main #middle
		{
		float:left;
		width:470px;
		height:100px;
		background-image:url(../layout_images/header_middle_activities_470x100_may.jpg);
		background-position:right;
		background-repeat:no-repeat;
		
		}
		
		#header_main #right
		{
		float:left;
		width:230px;
		height:100px;
		background-image:url(http://www.uas.edu.uy/layout_images/uas_logo_200x100_with_text.jpg);
		}
		
		#admin_menu
		{
		width:900px;
		height:35px;
		background-image:url(../layout_images/admin_menu_activities_blue_900x35_may.jpg);
		float:left;	
		}


/* body elements */

		#local_menu span
		{
			font-size:1.2em ;
			font-weight:bold ;
			color:#6699CC;
		}
		
		/* activities */
		#gallery
		{
			padding-left:20px;
		}
		
		#gallery img
		{
		
			padding:5px 5px 9px 5px;
			border:1px solid #666666;
			margin-right:9px;
			margin-bottom:10px;
			background-color:#FFFFFF;	
		}
		
		/* made yellow for grade 3 */
		#bm_header
		{
			background-image:url(../layout_images/blue_page_header_530x15.jpg);
			width:530px;
			height:15px;
		
		}
		
		#bm_body
		{
			background-image:url(../layout_images/blue_page_middle_530x2.jpg);
			background-repeat:repeat-y;
			width:530px; /* 530 */
			padding-bottom:10px;
		}

		
		#bm_footer
		{	
			height:15px;
			background-repeat:no-repeat;	
			width:530px;
		}
		
		/* curriculim overview */
		#curriculum_overview
		{
						
		}

		#curriculum_overview h1{}
		
		#bm_body h2,#bm_body  h3, #bm_body h4
		{
			font-family: Georgia;
			letter-spacing:.1em;
		}
		
		
		#bm_body h2
		{
			font-size:2.4em;
			color:#274c82;
		}
		#bm_body h3
		{
			font-size:2em;		
		}
		
		#bm_body h4
		{
			font-size:1.7em;
			color:#36609d;
			padding-left:0px;
		}
		
		#bm_body h5
		{
			padding-top:0px;
			color:#ffffff ;
			letter-spacing:.1em;
		}
		
		span#class_pic
		{
			float:right;
			width:140px;
			height:105px;
			padding:10px 10px 15px 10px;
			margin-left:7px;
			border:1px solid #d99a06 ;
			
		}
		
		#class_pic img
		{
			border:1px solid #d99a06 ;
		}
		
		#bm_body ul
		{
			color:#000000;
			padding:10px 0px 10px 0px;
			margin:0px 30px 0px 15px;
		}

		#bm_body li
		{
			font-size:1.2em;
			padding-bottom:3px;
		}
		
		span.title
		{
		
			margin-top:7px;
			margin-bottom:7px;
			display:block;
			width:100%;
			height:35px;
			background-image:url(../layout_images/title_activities_blue_514x2.jpg);
			background-repeat:repeat-y;
		
		}
		
		.title h2, .title h3
		{
			color:#b1cdf2;
			line-height:35px ;
			letter-spacing:.1em;
		}
		#bm_body .title h4
		{
			color:#FFFFFF;
			
			line-height:35px ;
		}
		
		#bm_body ol li
		{
			color:#336699 ;
			line-height:1.6em;
		
		}
/* footer */


