/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h2, h3, h4, h5, h6,  blockquote, pre,
abbr, acronym, address, code,
del, dfn,  img, q, dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  vertical-align: baseline;
  color: #404040;
}

@font-face {
src: url('junction.otf');
font-family: Junction;
}

h1 {
color: #303030;
font-size: 22px;
font-family: Junction, Scala Sans, Myriad, Myriad Web, Trebuchet MS, Tahoma, sans-serif;
letter-spacing: 0.06em;
font-weight: 400;
}

a {
text-decoration: none;
color: #ad000d
}

.wrapper{
   margin: 0px auto;   
   width: 800px;
   margin-bottom: 10px;
   background-color: #fffef8
}
.left1{
   position: relative;
   float: left;
   left: 5px;
   width: 375px;
   height: 305px;
   background-color: #fffef8
}
.right1{
   position: relative;
   float: right;
   right: 5px;
   width: 375px;
   height: 305px;
   background-color: #fffef8
}
.left2{
   position: relative;
   float: left;
   left: 5px;
   width: 375px;
   height: 285px;
   background-color: #fffef8
}
.right2{
   position: relative;
   float: right;
   right: 5px;
   width: 375px;
   height: 285px;
   background-color: #fffef8
}
body {
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   background-color: #fffef8
}

.fullwidth{
   position: relative;
   float: right;
   right: 5px;
   width: 775px;
   height: 53px;
   background-color: #ffffff;
   border-bottom: 1px solid #aaaaaa; padding: 10px; 
}



