/* hax */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}

#header {
  width: 100%;
  height: 175px;
  background: #003366 url(pics/blend1.jpg) bottom repeat-x;
}
#headerinner {
  position: fixed;
  left: 0;
  top: 125px;
  width: 200px;
  height: 50px;
  background: url(pics/blend2.jpg) bottom repeat-x;
}

#menu {
  float: left;
  display: inline;
  margin-top: 25px;
  margin-left: 20px;
  width: 600px;
}
#menu ul {
  list-style-type: none;
}

#menu li {
  float: left;
  margin-right: 10px;
}

#menu img {
  display: block;
}
#smalldragon {
  float: right;
  display: inline;
  margin-right: 20px;
  margin-top: 10px;
}

#leftnav ul {
	margin-left: 5px;
	list-style: none;
}

#leftnav li {
	text-align: right;
	list-style: none;
}

#leftnav a {
  color: #FFFFFF;
}

#leftnav a:hover {
	color: #000066;
}

#leftnav ul {
  float: right;
  display: inline;
  margin-top: 15px;
  margin-right: 15px;
}
#innercontent {
  width: 600px;
}

#images, #body {
  clear: both;
  width: 600px;
}

  #storyboards {
	float: left;
	width: 600px;
 } 
 
   #storyboardslist {
	list-style-type: none;
 }
 
   #storyboardslist li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
 }
 
    #storyboardslist img {
	display: block;
 }
 
   #storyboards2 {
	float: left;
	width: 600px;
 } 
 
   #storyboards2list {
	list-style-type: none;
 }
 
   #storyboards2list li {
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
 }
 
    #storyboards2list img {
	display: block;
 }
 
 #storyboards3 {
  float: left;
  display: inline;
  width: 359px;
}
   #storyboards3list {
	list-style-type: none;
 }
 
   #storyboards3list li {
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
 }
 
    #storyboards3list img {
	display: block;
 }

#storyboards4 {
  float: right;
  display: block;
  width: 241px;
}

/* layout hackery, leave sanity at the door! */
html, body {
  margin: 0;
  padding: 0;
}
body {
  overflow: auto;
  padding-top: 190px;
  padding-left: 220px;
  background: #fff url(pics/sidebg.gif) left repeat-y;
}

body1 {
  overflow: auto;
  padding-top: 150px;
  padding-left: 220px;
  background: #fff url(pics/sidebg.gif) left repeat-y;
}

body2 {
  overflow: auto;
  padding-top: 50px;
  padding-left: 220px;
  background: #fff url(pics/sidebg.gif) left repeat-y;
}

#header, #leftnav {
  position: fixed;
}
#header {
  top: 0;
  left: 0;
}
#leftnav {
  top: 173px;
  width: 200px;
  background-color: #a1872f;
}
#header, #leftnav {
  left: 0;
  overflow: hidden;
}

/* eww, even more hackery because of ie */
* html body {
  overflow: hidden;
  padding-left: 0;
}
* html div#header,
* html div#headerinner,
* html div#leftnav {
	position: absolute;
	background-color: #a1872f;
}

* html body {
  overflow: hidden;
}
* html #content {
  width: 100%;
  height: 100%;
  margin-left: 220px;
  overflow-y: scroll;
  overflow-x: auto;
}

   #column1 {
	width: 190px;
	float: left;
	margin-left: auto;
	margin-right: 10px;
 }
 
    #column2 {
	width: 190px;
	margin-left: auto;
	margin-right: 10px;
	float: left;
 }
 
    #column3 {
	width: 190px;
	float: left;
	margin-left: auto;
 }

#images2 {
  float: left;
  display: inline;
  width: 370px;
}

#images3 {
  float: right;
  display: block;
  width: 220px;
}
