body {
  margin: 0px;
  padding: 0px;
  font-family: verdana, "times new roman", sans-serif;
  color: #333;
  background-color: #fff;
  text-align: left;
  background-color: #ddd;
  background-image: url(http://www.laukin.com/images/metal-bg.gif);  
}

body, table, td { font-size: 11px; }

a:link, a:visited { color: #33f; text-decoration: none; }

a:hover, a:active { text-decoration: underline }

img { border: none; }

div.link { cursor: pointer; }

div#banner {
  background-image: url(http://www.laukin.com/images/banner.gif);
  border: 1px solid #333;
  height: 120px;
}

div#bigcontainer {
	width: 1024px;
	text-align: left;
}

div#container {
  margin-top: 10px;
  margin-bottom: 10px;
}

div#navigation
{
	float: left;
	width: 180px;
	text-align: center;
}

div#more {
  /*border: 1px solid #333;
  background-color: #dfe;	*/
  float: right;
  width: 170px;
  margin: 0;
  padding: 5px;
  font-size: 9px;
}

div#contentBox
{
	margin-left: 180px;
	margin-right: 190px;
}

div#content 
{ 
  background-image: url(http://www.laukin.com/images/content-bg.gif);
  background-repeat: repeat-y;
  border: 2px solid #333;
  border-left: none;
  border-right: none;
  background-color: #ffe;
  padding: 20px;
}

div#content h2 {
  font-size: 13px;
  font-weight: bolder;
  padding: 4px;
  background-color: #bcf;
  border: 3px double #333;
  border-bottom: 4px solid #333;
  border-left: 4px solid #333;
}

div#content h3 {
  font-size: 12px;
  font-weight: bolder;
  padding: 3px;
  background-color: #eda;
  border: 1px solid #333;
  border-right: 5px solid #333;
  border-left: 5px solid #333;
}

div#content .subtitle, div#content h4, div#more h3 {
  font-size: 11px;
  padding: 3px;
  font-weight: bold;
  background-color: #eda;
  border: 1px solid #333;
  border-left-width: 3px;
  border-top: 0px;
  border-right-width: 0px;
  margin-bottom: 2px;
}

div#more h3 {
  background-color: #9db;
}

div#content h5 {
  font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

div#content .normal, div#content div.submenu {
  font-size: 12px;
}

div#subcontent { font-size: 12px; }

div#smallbox {
  float: right;
  background-color: #CCCCCC;
  width: 200px;
  max-height: 200px;
  margin-left: 5px;
  margin-bottom: 5px;
  border: 1px dotted #666;
  overflow: auto;
}

div#footer
{
  background-image: url(http://www.laukin.com/images/footer.gif);
  background-color: #9cf;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  clear: both;
  padding: 5px;
  border: 1px solid #333;
  text-align: center;
}

