rendered paste body<!DOCTYPE html>
<html lang="sv">
<head>
<meta charset="utf-8" />
<title>xx</title>
<link rel="shortcut icon" type="image/x-icon" href="<?php bloginfo( 'template_url' ); ?>/images/favicon.ico" />
<link rel="stylesheet" href="<?php bloginfo( 'template_url' ); ?>/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo( 'template_url' ); ?>/stylesheets/print.css" type="text/css" media="print" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
<script src="<?php bloginfo( 'template_url' ); ?>/js/cc.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="container">
<div id="header">
<div class="wrapper">
<h1 class="logo">
<a href="<?php bloginfo('wpurl'); ?>">xx</a>
</h1>
<div class="content">
<!--
<ul class="nav-main">
<li><a href="<?php // bloginfo('wpurl'); ?>">Index</a></li>
<li><a href="<?php // bloginfo('wpurl'); ?>/case">Case</a></li>
<li><a href="<?php // bloginfo('wpurl'); ?>/direktreklam">Direktreklam</a></li>
<li><a href="<?php // bloginfo('wpurl'); ?>/varumarkesidentiteter">Varumärkesidentiteter</a></li>
<li><a href="<?php // bloginfo('wpurl'); ?>/blogg">Blogg</a></li>
<li><a href="<?php // bloginfo('wpurl'); ?>/kontakt">Kontakt</a></li>
</ul>
-->
<?php wp_nav_menu( array( 'sort_column' => 'menu_order', 'container_class' => 'nav-main' ) ); ?>
</div>
</div>
</div>