/*
      CSS for Lancaster Laser Cutting
	Based on a layout from http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, "Trebuchet MS", Tahoma, sans-serif;
 font-size: 13px;
 background-image: url('images/bgmetal2.jpg');
 background-attachment: fixed;
}

#wrapper { 
 margin: 0 auto;
 width: 942px;
 background-image: url('images/bg.png');
}

#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #666;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
 height: 100px;
 margin: 0px 0px 5px 10px;
 background: #a00;
}

#header a:active {
 border-style: none;
}

#header a img {
 border-style: none;
}

#leftcolumn { 
 color: #000;
 border: 1px solid #666;
 border-left: 1px solid #000;
 border-top: none;
 border-bottom: none;
 background: #ddd;
 margin: 0px 5px 5px 10px;
 padding: 10px;
 width: 170px;
 float: left;
 text-align: center;
 line-height: 2.5;
}

#leftcolumn ul {
 font-size: 18px;
 list-style: none;
 padding: 0;
 margin: 0;
}

#leftcolumn ul li {
 padding: 0;
 margin: 0;
}

#leftcolumn a {
 display: block;
 padding: 0;
 border-style: solid;
 border-width: 1px;
 border-color: #ddd;
 color: #000;
 text-decoration: none;
 margin: 0;
}

#currentpage {
 color: #fff;
 background: #bbb;
}

#leftcolumn a:hover, a:active {
 color: #fff;
 border-style: solid;
 border-width: 1px;
 border-color: #aa0000;
 text-decoration: none;
 background: #aa0000;
}

#content { 
 float: left;
 color: #000;
 border: 1px solid #fff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 506px;
 display: inline;
 text-align: justify;
 line-height: 2;
 letter-spacing: -0.05em;
}

#content h2 {
 padding: 0 0 10px 0;
}

#content h3 {
 color: #fff;
 background: #a00;
 margin: 10px 0;
 text-align: center;
 letter-spacing: 0.1em;
}

#content a {
 color: #a00;
 text-decoration: none;
 font-weight: bold;
 letter-spacing: 0.01em;
}

#content a:hover {
 color: #a00;
 text-decoration: underline;
}

#content a:active {
 color: #fff;
 text-decoration: underline;
}

.imgcenter {
 text-align: center;
 padding: 10px 0;
}

#content p {
 padding-bottom: 10px;
}

#rightcolumn { 
 color: #000;
 border: 1px solid #666;
 border-right: 1px solid #000;
 border-top: none;
 border-bottom: none;
 background: #ddd;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 170px;
 float: left;
 font-size: 12px;
} 

#rightcolumn h3 {
 text-align: center;
 padding: 0 0 5px 0;
 border: solid #ccc;
 border-width: 0 0 1px 0;
 letter-spacing: 0.1em;
}

.newsdate {
 padding: 5px 0;
 text-align: center;
 font-size: 10px;
 font-style: italic;
}

#rightcolumn p {
 padding: 0 0 10px 0;
 border: solid #ccc;
 border-width: 0 0 1px 0;
}

#rightcolumn a {
 color: #a00;
 text-decoration: none;
}

#rightcolumn a:hover, a:active {
 color: #a00;
 text-decoration: underline;
}

#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #666;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
 background: #aaa;
 margin: 0px 0px 0px 10px;
 padding: 2px 10px;
 text-align: center;
 font-size: 10px;
 letter-spacing: 3px;
}