/* RESETS and default styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, em, img,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

div#closed-sign {
    width: 650px;
    height: 420px;
    position: absolute;
    left: 50%;
    margin-left: -325px;
    top: -420px;
}
div#closed-sign a {
    text-decoration: none;
    border: 0;
}
div#closed-sign a img {
    border: 0;
}

/* STRUCTURAL */

body {
   background:#333333 url(../img/bg.gif) repeat left top;
}
#messages {
   background:#0c0c0c; /* url(../img/bg.gif) repeat left top */;
   padding: 30px 0;
}
   #inner_messages {
      width:960px;
      margin:0 auto;
      color:#ccc;
      text-align:center;
      font-size: 1.15em;
   }
   #inner_messages a {
      color:#de0710;
   }

#container {
   background: transparent url(/elements/img/bg-vingette.gif) repeat-x left top;
}
   #inner_container {
      width:960px;
      margin:0 auto;
   }
      #navigation {
         float:left;
         width:206px;
         padding:0 0 35px 0;
         background:transparent url(/elements/img/bg-navigation.png) no-repeat left bottom;
      }
      #main {
         float:left;
         width:714px;
         margin:0 0 0 20px;
      }
         #utility {
            height:62px;
         }
         #content {
            background:#f4f4f4 URL(/elements/img/bg-content.gif) no-repeat left top;
            padding:80px 0 40px 0;
            min-height:450px;
         }
            #left {
               width:469px;
               margin:0 35px 0 35px;
               float:left;
            }
               #left .two_col_left {
                  width:217px;
                  float:left;
               }
               #left .two_col_right {
                  width:217px;
                  float:left;
                  margin:0 0 0 35px;
               }
            #right {
               border-left:1px #ccc solid;
               padding:0 20px;
               width:134px;
               float:left;
            }
            #one_col {
               width:644px;
               margin:0 35px 0 35px;
            }
               #one_col .two_col_left {
                  width:304px;
                  float:left;
               }
               #one_col .two_col_right {
                  width:304px;
                  float:left;
                  margin:0 0 0 35px;
               }

         #footer {
            margin:10px 0;
         }