/* developer.thiggins.com - div tag style sheet */

div#archives {
  text-align: justify;
  width: 216px; 
}

div#badge {
  width: 256px; 
}

div#contactme-narrow {
  text-align: justify;
  width: 216px; 
}
div#contactme-wide {
  text-align: justify;
  width: 640px; 
}

div#content-container {
  width: 640px;
  margin-right:auto;
  margin-left:auto;
  margin-top:10px;
  padding:0px;
  text-align:left;
}
div#content-emoticon {
  width: 120px;
  height: 60px;
  padding: 0px;
  float: left;
  text-align: center;
  vertical-align: middle;
}
div#content-emoticonlabel {
  width: 520px;
  height: 60px;
  padding: 0px;
  float: left;
  text-align: left;
  vertical-align: middle;
}
div#content-main {
  width: 420px;
  padding: 0px;
  float: left;
  margin-right: 20px;
  text-align: justify;
}
div#content-right {
  width: 200px;
  padding: 0px;
  float: left;
  text-align: justify;
}  
div#content-downloads {
  border-width: 1px;
  border-color: #FFFFFF;
  border-style: dashed;
  width: 178px;
  padding: 10px;
  float: left;
  text-align: justify;
  background-color: #3C1E00;
} 
div#content-updates {
  position: relative;
  top: 20px;
  border-width: 1px;
  border-color: #FFFFFF;
  border-style: dashed;
  width: 178px;
  padding: 10px;
  float: left;
  text-align: justify;
  background-color: #3C1E00;
} 

div#crumb {
  text-align: left;
  vertical-align: top;
  width: 640px; 
  height: 32px;
}

div#errormsg {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/bang.gif);
  text-align: justify;
  vertical-align: top;
  width: 640px; 
  height: 120px;
}

div#header {
  background-image: url(../images/header.gif);
  text-align: left;
  vertical-align: bottom;
  width: 640px; 
  height: 24px;
}

div#links {
  text-align: justify;
  width: 216px; 
}

div#myinfo {
  text-align: justify;
  width: 216px; 
}

div#separator-narrow {
  background-image: url(../images/separator.gif);
  width: 256px; 
  height: 41px;
}
div#separator-wide {
  background-image: url(../images/separator.gif);
  width: 640px; 
  height: 41px;
}

div#title {
  text-align: left;
  width: 640px;
  vertical-align: top;
}