<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title><?php bloginfo('name'); if ( is_single() ) { echo " » Blog Archive"; } wp_title(); ?></title>
<link rel="stylesheet" href="<?=get_bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if lte IE 6]>
<link rel="stylesheet"
href="<?=get_bloginfo('template_directory'); ?>/ie6sucks.css"
type="text/css" />
<![endif]-->
<?php wp_head(); ?>
</head>
<body>
<div id="page">
<div id="header">
<img src="<?php echo header_image(); ?>" height="<?php echo get_custom_header()->height; ?>" width="960" alt="<?php bloginfo('name');?>" />
</div>
<?php wp_nav_menu('theme_location=header-menu&container=div&container_class=ribbon&container_id=nav&menu_class=ribbon-content'); ?>