Index: wp-content/themes/twentyten/404.php
===================================================================
--- wp-content/themes/twentyten/404.php	(revision 14166)
+++ wp-content/themes/twentyten/404.php	(working copy)
@@ -11,7 +11,7 @@
 <?php get_header(); ?>
 
 	<div id="container">
-		<div id="content">
+		<div id="content" role="main">
 
 			<div id="post-0" class="post error404 not-found">
 				<h1 class="entry-title"><?php _e( 'Not Found', 'twentyten' ); ?></h1>
Index: wp-content/themes/twentyten/archive.php
===================================================================
--- wp-content/themes/twentyten/archive.php	(revision 14166)
+++ wp-content/themes/twentyten/archive.php	(working copy)
@@ -16,7 +16,7 @@
 <?php get_header(); ?>
 
 		<div id="container">
-			<div id="content">
+			<div id="content" role="main">
 
 <?php the_post(); ?>
 
Index: wp-content/themes/twentyten/attachment.php
===================================================================
--- wp-content/themes/twentyten/attachment.php	(revision 14166)
+++ wp-content/themes/twentyten/attachment.php	(working copy)
@@ -11,7 +11,7 @@
 <?php get_header(); ?>
 
 		<div id="container">
-			<div id="content">
+			<div id="content" role="main">
 
 <?php the_post(); ?>
 
Index: wp-content/themes/twentyten/author.php
===================================================================
--- wp-content/themes/twentyten/author.php	(revision 14166)
+++ wp-content/themes/twentyten/author.php	(working copy)
@@ -11,7 +11,7 @@
 <?php get_header(); ?>
 
 		<div id="container">
-			<div id="content">
+			<div id="content" role="main">
 
 <?php the_post(); ?>
 
Index: wp-content/themes/twentyten/category.php
===================================================================
--- wp-content/themes/twentyten/category.php	(revision 14166)
+++ wp-content/themes/twentyten/category.php	(working copy)
@@ -11,7 +11,7 @@
 <?php get_header(); ?>
 
 		<div id="container">
-			<div id="content">
+			<div id="content" role="main">
 
 				<h1 class="page-title"><?php
 					printf( __( 'Category Archives: %s', 'twentyten' ), '<span>' . single_cat_title( '', false ) . '</span>' );
Index: wp-content/themes/twentyten/footer.php
===================================================================
--- wp-content/themes/twentyten/footer.php	(revision 14166)
+++ wp-content/themes/twentyten/footer.php	(working copy)
@@ -13,7 +13,7 @@
 
 	</div><!-- #main -->
 
-	<div id="footer">
+	<div id="footer" role="contentinfo">
 		<div id="colophon">
 
 <?php get_sidebar( 'footer' ); ?>
Index: wp-content/themes/twentyten/header.php
===================================================================
--- wp-content/themes/twentyten/header.php	(revision 14166)
+++ wp-content/themes/twentyten/header.php	(working copy)
@@ -41,7 +41,7 @@
 <div id="wrapper" class="hfeed">
 	<div id="header">
 		<div id="masthead">
-			<div id="branding">
+			<div id="branding" role="banner">
 				<?php if ( is_home() || is_front_page() ) { ?>
 					<h1 id="site-title"><span><a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
 				<?php } else { ?>
@@ -63,7 +63,7 @@
 					<?php endif; ?>
 			</div><!-- #branding -->
 
-			<div id="access">
+			<div id="access" role="navigation">
 				<div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>
 				<?php wp_nav_menu( array( 'sort_column' => 'menu_order', 'container_class' => 'menu-header' ) ); ?>
 			</div><!-- #access -->
Index: wp-content/themes/twentyten/index.php
===================================================================
--- wp-content/themes/twentyten/index.php	(revision 14166)
+++ wp-content/themes/twentyten/index.php	(working copy)
@@ -19,7 +19,7 @@
 <?php get_header(); ?>
 
 		<div id="container">
-			<div id="content">
+			<div id="content" role="main">
 
 			<?php
 			/* Run the loop to output the posts.
Index: wp-content/themes/twentyten/onecolumn-page.php
===================================================================
--- wp-content/themes/twentyten/onecolumn-page.php	(revision 14166)
+++ wp-content/themes/twentyten/onecolumn-page.php	(working copy)
@@ -14,7 +14,7 @@
 <?php get_header(); ?>
 
 		<div id="container" class="onecolumn">
-			<div id="content">
+			<div id="content" role="main">
 
 <?php the_post(); ?>
 
Index: wp-content/themes/twentyten/page.php
===================================================================
--- wp-content/themes/twentyten/page.php	(revision 14166)
+++ wp-content/themes/twentyten/page.php	(working copy)
@@ -16,7 +16,7 @@
 <?php get_header(); ?>
 
 		<div id="container">
-			<div id="content">
+			<div id="content" role="main">
 
 <?php the_post(); ?>
 
Index: wp-content/themes/twentyten/search.php
===================================================================
--- wp-content/themes/twentyten/search.php	(revision 14166)
+++ wp-content/themes/twentyten/search.php	(working copy)
@@ -11,7 +11,7 @@
 <?php get_header(); ?>
 
 		<div id="container">
-			<div id="content">
+			<div id="content" role="main">
 
 <?php if ( have_posts() ) : ?>
 				<h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyten' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
Index: wp-content/themes/twentyten/sidebar-footer.php
===================================================================
--- wp-content/themes/twentyten/sidebar-footer.php	(revision 14166)
+++ wp-content/themes/twentyten/sidebar-footer.php	(working copy)
@@ -16,7 +16,7 @@
 		is_active_sidebar( 'fourth-footer-widget-area' )
 	) :
 ?>
-			<div id="footer-widget-area">
+			<div id="footer-widget-area" role="complementary">
 <?php if ( is_active_sidebar( 'first-footer-widget-area' ) ) : ?>
 					<div id="first" class="widget-area">
 						<ul class="xoxo">
Index: wp-content/themes/twentyten/sidebar.php
===================================================================
--- wp-content/themes/twentyten/sidebar.php	(revision 14166)
+++ wp-content/themes/twentyten/sidebar.php	(working copy)
@@ -8,7 +8,7 @@
  */
 ?>
 
-		<div id="primary" class="widget-area">
+		<div id="primary" class="widget-area" role="complementary">
 			<ul class="xoxo">
 <?php if ( ! dynamic_sidebar( 'primary-widget-area' ) ) : // begin primary widget area ?>
 			<li id="search" class="widget-container widget_search">
@@ -35,7 +35,7 @@
 		</div><!-- #primary .widget-area -->
 
 <?php if ( is_active_sidebar( 'secondary-widget-area' ) ) : // Nothing here by default and design ?>
-		<div id="secondary" class="widget-area">
+		<div id="secondary" class="widget-area" role="complementary">
 			<ul class="xoxo">
 				<?php dynamic_sidebar( 'secondary-widget-area' ); ?>
 			</ul>
Index: wp-content/themes/twentyten/single.php
===================================================================
--- wp-content/themes/twentyten/single.php	(revision 14166)
+++ wp-content/themes/twentyten/single.php	(working copy)
@@ -11,7 +11,7 @@
 <?php get_header(); ?>
 
 		<div id="container">
-			<div id="content">
+			<div id="content" role="main">
 
 <?php the_post(); ?>
 
Index: wp-content/themes/twentyten/tag.php
===================================================================
--- wp-content/themes/twentyten/tag.php	(revision 14166)
+++ wp-content/themes/twentyten/tag.php	(working copy)
@@ -11,7 +11,7 @@
 <?php get_header(); ?>
 
 		<div id="container">
-			<div id="content">
+			<div id="content" role="main">
 
 <?php the_post(); ?>
 
